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

1 2 3 45 6 7 8 91011>>

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPULibCalls.cpp 513 Module *M = aCI->getModule();
558 Constant *F = getFunction(aCI->getModule(), FInfo);
790 Module *M = CI->getModule();
933 Module *M = CI->getModule();
    [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp 220 &Header.getModule()->Headers[Module::HK_Private],
221 &Header.getModule()->Headers[Module::HK_PrivateTextual]};
259 Private = Header.getModule();
266 !RequestingModule->directlyUses(Header.getModule())) {
267 NotUsed = Header.getModule();
311 if (New.getModule()->isAvailable() && !Old.getModule()->isAvailable())
341 if (H.getModule()->getTopLevelModule() == SourceModule)
359 Module *Result = H.getModule();
446 I->getModule()->isSubModuleOf(RequestingModule))
    [all...]
PPDirectives.cpp 666 .getModule();
709 if (!Header.getModule()->isSubModuleOf(TopM))
    [all...]
  /external/llvm/include/llvm/IR/
DiagnosticInfo.h 241 const Module &getModule() const { return M; }
264 const Module &getModule() const { return M; }
  /external/llvm/lib/Transforms/Scalar/
LoopLoadElimination.cpp 84 auto &DL = Load->getParent()->getModule()->getDataLayout();
513 SCEVExpander SEE(*PSE.getSE(), L->getHeader()->getModule()->getDataLayout(),
LoopDataPrefetch.cpp 279 SCEVExpander SCEVE(*SE, J->getModule()->getDataLayout(), "prefaddr");
  /external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
CallGraphSCCPass.cpp 478 Changed |= ((FPPassManager*)PM)->doInitialization(CG.getModule());
493 Changed |= ((FPPassManager*)PM)->doFinalization(CG.getModule());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DiagnosticInfo.cpp 82 << ") in " << getModule();
87 DP << "ignoring invalid debug info in " << getModule().getModuleIdentifier();
  /external/clang/lib/CodeGen/
CGCXX.cpp 198 Aliasee, &getModule());
CGVTT.cpp 98 VTT->setComdat(CGM.getModule().getOrInsertComdat(VTT->getName()));
ItaniumCXXABI.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 223 const Module *getModule() const { return TheModule; }
  /external/llvm/lib/Analysis/
Lint.cpp 548 Assert(!isZero(I.getOperand(1), I.getModule()->getDataLayout(), DT, AC),
553 Assert(!isZero(I.getOperand(1), I.getModule()->getDataLayout(), DT, AC),
558 Assert(!isZero(I.getOperand(1), I.getModule()->getDataLayout(), DT, AC),
563 Assert(!isZero(I.getOperand(1), I.getModule()->getDataLayout(), DT, AC),
LoopUnrollAnalyzer.cpp 80 const DataLayout &DL = I.getModule()->getDataLayout();
  /external/llvm/lib/Target/AMDGPU/
AMDGPUTargetTransformInfo.cpp 42 const DataLayout &DL = BB->getModule()->getDataLayout();
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
CallGraph.h 87 /// getModule - Return the module the call graph corresponds to.
89 Module &getModule() const { return *Mod; }
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineModuleInfo.h 194 const Module *getModule() const { return TheModule; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
Lint.cpp 582 Assert(!isZero(I.getOperand(1), I.getModule()->getDataLayout(), DT, AC),
587 Assert(!isZero(I.getOperand(1), I.getModule()->getDataLayout(), DT, AC),
592 Assert(!isZero(I.getOperand(1), I.getModule()->getDataLayout(), DT, AC),
597 Assert(!isZero(I.getOperand(1), I.getModule()->getDataLayout(), DT, AC),
LoopUnrollAnalyzer.cpp 79 const DataLayout &DL = I.getModule()->getDataLayout();
MustExecute.cpp 87 auto DL = ExitBlock->getModule()->getDataLayout();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86RetpolineThunks.cpp 102 Module &M = const_cast<Module &>(*MMI->getModule());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
CoroEarly.cpp 111 Module &M = *II->getModule();
  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
fused_ir_emitter.cc 88 *b_->GetInsertBlock()->getModule(), initializer->getType(),
  /external/guice/core/test/com/google/inject/
DuplicateBindingsTest.java 309 Guice.createInjector(Elements.getModule(Arrays.asList(e1, e2)));
545 install(Elements.getModule(Elements.getElements(new SimpleProviderModule())));
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 70 Module *M = CI->getModule();
599 Module *M = CI->getModule();

Completed in 2080 milliseconds

1 2 3 45 6 7 8 91011>>