Searched refs:ByteSize (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp139 const size_t ByteSize = 1 << i; local
140 const size_t BitSize = ByteSize * 8;
141 SmallString<32> ReadName("__tsan_read" + itostr(ByteSize));
145 SmallString<32> WriteName("__tsan_write" + itostr(ByteSize));
363 const size_t ByteSize = 1 << Idx; local
364 const size_t BitSize = ByteSize * 8;
378 const size_t ByteSize = 1 << Idx; local
379 const size_t BitSize = ByteSize * 8;
/macosx-10.10/llvmCore-3425.0.34/lib/MC/MCDisassembler/
H A DEDInst.h68 uint64_t ByteSize; member in struct:llvm::EDInst
H A DEDInst.cpp33 ByteSize(byteSize),
56 return ByteSize;
/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DConstantFold.cpp185 /// first byte used, counting from the least significant byte) and ByteSize,
193 unsigned ByteSize) {
198 assert(ByteSize && "Must be accessing some piece");
199 assert(ByteStart+ByteSize <= CSize && "Extracting invalid piece from input");
200 assert(ByteSize != CSize && "Should not extract everything");
207 V = V.trunc(ByteSize*8);
219 Constant *RHS = ExtractConstantBytes(CE->getOperand(1), ByteStart,ByteSize);
228 Constant *LHS = ExtractConstantBytes(CE->getOperand(0), ByteStart,ByteSize);
234 Constant *RHS = ExtractConstantBytes(CE->getOperand(1), ByteStart,ByteSize);
242 Constant *LHS = ExtractConstantBytes(CE->getOperand(0), ByteStart,ByteSize);
192 ExtractConstantBytes(Constant *C, unsigned ByteStart, unsigned ByteSize) argument
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCISelLowering.h237 /// size, return the constant being splatted. The ByteSize field indicates
239 SDValue get_VSPLTI_elt(SDNode *N, unsigned ByteSize, SelectionDAG &DAG);
H A DPPCISelLowering.cpp732 /// the constant being splatted. The ByteSize field indicates the number of
734 SDValue PPC::get_VSPLTI_elt(SDNode *N, unsigned ByteSize, SelectionDAG &DAG) { argument
737 // If ByteSize of the splat is bigger than the element size of the
742 if (EltSize < ByteSize) {
743 unsigned Multiple = ByteSize/EltSize; // Number of BV entries per spltval.
816 if (ValSizeInBytes < ByteSize) return SDValue();
820 // get to ByteSize. This allows us to handle 0x01010101 as 0x01.
821 while (ValSizeInBytes > ByteSize) {
831 int MaskVal = SignExtend32(Value, ByteSize * 8);
/macosx-10.10/tcl-105/tcl/tcl/win/
H A DtclWinSerial.c2099 dcb.ByteSize, stop);
/macosx-10.10/tcl-105/tcl84/tcl/win/
H A DtclWinSerial.c1978 dcb.ByteSize, stop);
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1544 unsigned ByteSize = VT.getStoreSize(); local
1549 int FrameIdx = FrameInfo->CreateStackObject(ByteSize, StackAlign, false);
/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/
H A DX86ISelLowering.cpp7837 unsigned ByteSize = SrcVT.getSizeInBits()/8; local
7846 MachineMemOperand::MOLoad, ByteSize, ByteSize);

Completed in 297 milliseconds