HomeSort by relevance Sort by last modified time
    Searched refs:getModule (Results 151 - 175 of 384) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 594 const DataLayout &DL = F->getModule()->getDataLayout();
697 const DataLayout &DL = BB.getModule()->getDataLayout();
869 const DataLayout &DL = BB.getModule()->getDataLayout();
    [all...]
LICM.cpp 377 &I, I.getModule()->getDataLayout(), TLI)) {
458 Size = I.getModule()->getDataLayout().getTypeStoreSize(LI->getType());
    [all...]
SROA.cpp 687 const DataLayout &DL = GEPI.getModule()->getDataLayout();
737 const DataLayout &DL = LI.getModule()->getDataLayout();
749 const DataLayout &DL = SI.getModule()->getDataLayout();
    [all...]
GVN.cpp 892 const DataLayout &DL = DepSI->getModule()->getDataLayout();
    [all...]
LoopIdiomRecognize.cpp 157 const DataLayout *DL = &L->getHeader()->getModule()->getDataLayout();
187 const auto *DL = &L.getHeader()->getModule()->getDataLayout();
813 Module *M = TheStore->getModule();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
IRBuilder.cpp 736 Module *M = BB->getModule();
744 Module *M = BB->getModule();
754 Module *M = BB->getModule();
AutoUpgrade.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyLowerEmscriptenEHSjLj.cpp 395 LLVMContext &C = CI->getModule()->getContext();
453 Module *M = CI->getModule();
537 LLVMContext &C = BB->getModule()->getContext();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
CoroSplit.cpp 358 Module *M = SizeIntrin->getModule();
790 Module &M = CG.getModule();
829 Run = coro::declaresIntrinsics(CG.getModule(), {"llvm.coro.begin"});
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 317 Intrinsic::getDeclaration(LI->getModule(), Intrinsic::assume);
430 DIBuilder DIB(*AI->getModule(), /*AllowUnresolved*/ false);
531 DIBuilder DIB(*AI->getModule(), /*AllowUnresolved*/ false);
    [all...]
Local.cpp 580 const DataLayout &DL = BB->getModule()->getDataLayout();
    [all...]
SimplifyLibCalls.cpp 68 if (Triple(CI->getModule()->getTargetTriple()).isiOS())
541 Module &M = *CI->getModule();
895 const DataLayout &DL = Malloc->getModule()->getDataLayout();
    [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 217 new llvm::GlobalVariable(getModule(), LTy,
318 GV = new llvm::GlobalVariable(CGM.getModule(), Init->getType(),
    [all...]
CGBlocks.cpp 129 new llvm::GlobalVariable(CGM.getModule(), init->getType(), true,
    [all...]
CGCUDANV.cpp 86 TheModule(CGM.getModule()) {
CGException.cpp 315 llvm::Function *Fn = getModule().getFunction(ObjCXX.PersonalityFn);
    [all...]
CGOpenMPRuntime.cpp 757 IsCombiner ? ".omp_combiner." : ".omp_initializer.", &CGM.getModule());
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
LoopAccessAnalysis.cpp     [all...]
MemoryDependenceAnalysis.cpp 254 const DataLayout &DL = LI->getModule()->getDataLayout();
490 const DataLayout &DL = BB->getModule()->getDataLayout();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
SROA.cpp 737 const DataLayout &DL = GEPI.getModule()->getDataLayout();
787 const DataLayout &DL = LI.getModule()->getDataLayout();
799 const DataLayout &DL = SI.getModule()->getDataLayout();
    [all...]
DeadStoreElimination.cpp 665 const DataLayout &DL = F->getModule()->getDataLayout();
776 const DataLayout &DL = BB.getModule()->getDataLayout();
    [all...]
  /external/llvm/lib/Analysis/
LoopAccessAnalysis.cpp     [all...]
VectorUtils.cpp 102 const DataLayout &DL = Gep->getModule()->getDataLayout();
  /external/llvm/lib/DebugInfo/CodeView/
TypeTableBuilder.cpp 234 Builder.writeUInt16(Record.getModule());
  /external/llvm/lib/Target/PowerPC/
PPCLoopPreIncPrep.cpp 339 SCEVExpander SCEVE(*SE, Header->getModule()->getDataLayout(), "pistart");

Completed in 923 milliseconds

1 2 3 4 5 67 8 91011>>