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

<<111213141516

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
ModuleSummaryIndex.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
WinException.cpp 53 const Module *M = MMI->getModule();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
TypeDumpVisitor.cpp 421 W->printNumber("Module", Line.getModule());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86InterleavedAccess.cpp 116 DL(Inst->getModule()->getDataLayout()), Builder(B) {}
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
SanitizerCoverage.cpp 218 I->setMetadata(I->getModule()->getMDKindID("nosanitize"),
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
CloneFunction.cpp 333 SimplifyInstruction(NewInst, BB->getModule()->getDataLayout())) {
    [all...]
LoopUnroll.cpp 277 const DataLayout &DL = L->getHeader()->getModule()->getDataLayout();
    [all...]
LoopUnrollRuntime.cpp 601 const DataLayout &DL = Header->getModule()->getDataLayout();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
LoopVectorizationLegality.cpp 536 const DataLayout &DL = Phi->getModule()->getDataLayout();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto/
llvm-lto.cpp 318 maybeVerifyModule((*Ret)->getModule());
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-stress/
llvm-stress.cpp 473 const DataLayout &DL = BB->getModule()->getDataLayout();
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp     [all...]
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/visitor/
GenericListVisitorAdapter.java 496 if (n.getModule().isPresent()) {
497 tmp = n.getModule().get().accept(this, arg);
    [all...]
GenericVisitorAdapter.java 436 if (n.getModule().isPresent()) {
437 result = n.getModule().get().accept(this, arg);
    [all...]
VoidVisitorAdapter.java 190 n.getModule().ifPresent(l -> l.accept(this, arg));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
IRTranslator.cpp 240 const DataLayout &DL = AI->getModule()->getDataLayout();
247 const DataLayout &DL = AI->getModule()->getDataLayout();
    [all...]
  /external/bcc/src/cc/
bpf_module.cc 183 Function *sscanf_fn = B.GetInsertBlock()->getModule()->getFunction("sscanf");
  /external/clang/include/clang/Serialization/
ASTReader.h     [all...]
  /external/clang/lib/AST/
DeclBase.cpp 96 return getASTContext().getExternalSource()->getModule(getOwningModuleID());
    [all...]
  /external/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 804 const DataLayout &DL = Preheader->getModule()->getDataLayout();
    [all...]
LoopUnswitch.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
IceConverter.cpp 73 TypeConverter(Converter.getModule()->getContext()) {}
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp     [all...]
CGObjCGNU.cpp     [all...]

Completed in 2572 milliseconds

<<111213141516