HomeSort by relevance Sort by last modified time
    Searched refs:getDataLayout (Results 101 - 125 of 259) sorted by null

1 2 3 45 6 7 8 91011

  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 342 const DataLayout *TD = TM.getDataLayout();
829 Mang = new Mangler(TM.getDataLayout());
1032 const DataLayout *TD = TM.getDataLayout();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 85 uint64_t Size = TM.getDataLayout()->getTypeAllocSize(CV->getType());
206 const DataLayout *DL = TM.getDataLayout();
215 const DataLayout *DL = TM.getDataLayout();
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 90 const StructLayout *SL = TLI.getDataLayout()->getStructLayout(STy);
102 uint64_t EltSize = TLI.getDataLayout()->getTypeAllocSize(EltTy);
GlobalMerge.cpp 129 : FunctionPass(ID), TM(TM), DL(TM->getDataLayout()),
StackProtector.cpp 125 if (SSPBufferSize <= TLI->getDataLayout()->getTypeAllocSize(AT)) {
TargetLoweringBase.cpp 740 IsLittleEndian = getDataLayout()->isLittleEndian();
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 279 if (RawFn != 0 && ffiInvoke(RawFn, F, ArgVals, getDataLayout(), Result))
379 TheInterpreter->getDataLayout()->getPointerSizeInBits() == 64 &&
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 476 Mangler Mangler(TargetMach->getDataLayout());
544 mergedModule->setDataLayout(*TargetMach->getDataLayout());
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 174 DL = &F.getParent()->getDataLayout();
535 SCEVExpander SCEVE(*SE, Preheader->getModule()->getDataLayout(), "loopcnt");
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 561 SectionKind Kind = CPE.getSectionKind(TM.getDataLayout());
589 (Name[0] == getDataLayout().getGlobalPrefix()))
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 194 const DataLayout *getDataLayout() const { return DL; }
  /external/llvm/lib/Analysis/
IVUsers.cpp 117 const DataLayout &DL = I->getModule()->getDataLayout();
LoopAccessAnalysis.cpp 557 auto &DL = Lp->getHeader()->getModule()->getDataLayout();
735 auto &DL = InnermostLoop->getHeader()->getModule()->getDataLayout();
    [all...]
MemoryDependenceAnalysis.cpp 267 const DataLayout &DL = LI->getModule()->getDataLayout();
296 const DataLayout &DL = LI->getModule()->getDataLayout();
421 const DataLayout &DL = BB->getModule()->getDataLayout();
    [all...]
TargetTransformInfo.cpp 293 return Result(&F.getParent()->getDataLayout());
  /external/llvm/lib/Object/
IRObjectFile.cpp 40 const DataLayout &DL = M->getDataLayout();
  /external/llvm/lib/Target/SystemZ/
SystemZAsmPrinter.cpp 225 uint64_t Size = TM.getDataLayout()->getTypeAllocSize(ZCPV->getType());
  /external/llvm/lib/Transforms/Scalar/
BDCE.cpp 99 const DataLayout &DL = I->getModule()->getDataLayout();
CorrelatedValuePropagation.cpp 131 const DataLayout &DL = BB->getModule()->getDataLayout();
LoopIdiomRecognize.cpp 735 auto &DL = CurLoop->getHeader()->getModule()->getDataLayout();
    [all...]
  /external/llvm/tools/llc/
llc.cpp 329 if (const DataLayout *DL = Target->getDataLayout())
  /frameworks/compile/libbcc/lib/Core/
Compiler.cpp 224 const llvm::DataLayout *dl = getTargetMachine().getDataLayout();
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 131 uint64_t TySize = TLI->getDataLayout()->getTypeAllocSize(Ty);
133 std::max((unsigned)TLI->getDataLayout()->getPrefTypeAlignment(Ty),
144 (unsigned)TLI->getDataLayout()->getPrefTypeAlignment(
  /external/llvm/lib/Transforms/IPO/
LowerBitSets.cpp 243 const DataLayout &DL = Mod.getDataLayout();
424 const DataLayout &DL = M->getDataLayout();
495 const DataLayout &DL = M->getDataLayout();

Completed in 842 milliseconds

1 2 3 45 6 7 8 91011