HomeSort by relevance Sort by last modified time
    Searched refs:NumBytes (Results 26 - 48 of 48) sorted by null

12

  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 173 llvm::Type *getByteArrayType(CharUnits NumBytes);
176 void AppendBytes(CharUnits numBytes);
789 CharUnits NumBytes = AlignedNonVirtualTypeSize - AlignedNextFieldOffset;
790 FieldTypes.push_back(getByteArrayType(NumBytes));
    [all...]
CodeGenModule.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 57 STATISTIC(NumBytes, "Number of bytes of machine code compiled");
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 748 int NumBytes,
751 emitARMRegPlusImmediate(MBB, MBBI, dl, ARM::SP, ARM::SP, NumBytes,
754 emitT2RegPlusImmediate(MBB, MBBI, dl, ARM::SP, ARM::SP, NumBytes,
    [all...]
ARMExpandPseudoInsts.cpp     [all...]
ARMBaseInstrInfo.cpp     [all...]
ARMISelDAGToDAG.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 441 int SPDiff, unsigned NumBytes,
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 457 unsigned NumBytes = CCInfo.getNextStackOffset();
459 Chain = DAG.getCALLSEQ_START(Chain ,DAG.getConstant(NumBytes,
551 DAG.getConstant(NumBytes, getPointerTy(), true),
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 191 if (Constant *NumBytes = dyn_cast<Constant>(MI->getLength())) {
192 if (NumBytes->isNullValue())
195 if (ConstantInt *CI = dyn_cast<ConstantInt>(NumBytes))
    [all...]
InstCombineAndOrXor.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 439 unsigned NumBytes = CCInfo.getNextStackOffset();
506 Chain = DAG.getCALLSEQ_START(Chain, DAG.getConstant(NumBytes,
581 Chain = DAG.getCALLSEQ_END(Chain, DAG.getIntPtrConstant(NumBytes, true),
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 660 unsigned NumBytes = static_cast<unsigned>(SNumBytes);
664 APInt APVal(NumBytes*8, Val);
668 for (unsigned i = 1; i != NumBytes; ++i)
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
DAGCombiner.cpp     [all...]

Completed in 1106 milliseconds

12