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

12 3 4 5 6 7 8 91011>>

  /external/guice/core/test/com/google/inject/spi/
ModuleRewriterTest.java 72 Module rewrittenModule = Elements.getModule(rewritten);
117 Module replayed = Elements.getModule(elements);
  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/utils/
SourceRootTest.java 26 assertTrue(units.stream().allMatch(unit -> !unit.getTypes().isEmpty() || unit.getModule().isPresent()));
  /external/llvm/include/llvm/Linker/
IRMover.h 76 Module &getModule() { return Composite; }
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
InlineAlways.cpp 80 Module &M = CG.getModule();
InlineSimple.cpp 81 Module &M = CG.getModule();
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Linker/
IRMover.h 79 Module &getModule() { return Composite; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86IndirectBranchTracking.cpp 94 MF.getMMI().getModule()->getModuleFlag("cf-protection-branch");
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
IndirectionUtilsTest.cpp 33 auto ImplPtr = orc::createImplPointer(*F->getType(), *MB.getModule(), "", nullptr);
OrcTestCommon.h 138 Module* getModule() { return M.get(); }
139 const Module* getModule() const { return M.get(); }
  /external/clang/lib/CodeGen/
CGOpenMPRuntimeNVPTX.cpp 28 &CGM.getModule(), llvm::Intrinsic::nvvm_read_ptx_sreg_warpsize),
37 &CGM.getModule(), llvm::Intrinsic::nvvm_read_ptx_sreg_tid_x),
46 &CGM.getModule(), llvm::Intrinsic::nvvm_read_ptx_sreg_ntid_x),
54 &CGM.getModule(), llvm::Intrinsic::nvvm_barrier0));
106 /* placeholder */ "_worker", &CGM.getModule());
119 CGM.getModule(), CGM.Int32Ty, /*isConstant=*/false,
126 CGM.getModule(), CGM.Int64Ty, /*isConstant=*/false,
SanitizerMetadata.cpp 54 CGM.getModule().getOrInsertNamedMetadata("llvm.asan.globals");
78 I->setMetadata(CGM.getModule().getMDKindID("nosanitize"),
  /external/llvm/lib/Transforms/Scalar/
LoadCombine.cpp 96 auto &DL = LI.getModule()->getDataLayout();
151 PrevSize = L.Load->getModule()->getDataLayout().getTypeStoreSize(
173 PrevSize = L.Load->getModule()->getDataLayout().getTypeStoreSize(
225 L.Load->getModule()->getDataLayout(), NewLoad,
242 BB.getContext(), TargetFolder(BB.getModule()->getDataLayout()));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 765 Module *M = B.GetInsertBlock()->getModule();
783 Module *M = B.GetInsertBlock()->getModule();
802 Module *M = B.GetInsertBlock()->getModule();
823 Module *M = B.GetInsertBlock()->getModule();
839 Module *M = B.GetInsertBlock()->getModule();
857 Module *M = B.GetInsertBlock()->getModule();
879 Module *M = B.GetInsertBlock()->getModule();
899 Module *M = B.GetInsertBlock()->getModule();
935 Module *M = B.GetInsertBlock()->getModule();
957 Module *M = B.GetInsertBlock()->getModule();
    [all...]
  /external/llvm/include/llvm/IR/
BasicBlock.h 106 const Module *getModule() const;
107 Module *getModule();
  /external/llvm/lib/Transforms/ObjCARC/
ProvenanceAnalysis.cpp 35 const DataLayout &DL = A->getModule()->getDataLayout();
50 const DataLayout &DL = A->getModule()->getDataLayout();
  /external/llvm/unittests/ExecutionEngine/Orc/
OrcTestCommon.h 75 Module* getModule() { return M.get(); }
76 const Module* getModule() const { return M.get(); }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
ProvenanceAnalysis.cpp 44 const DataLayout &DL = A->getModule()->getDataLayout();
59 const DataLayout &DL = A->getModule()->getDataLayout();
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
BasicBlock.h 107 const Module *getModule() const;
108 Module *getModule();
  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
tuple_ops.cc 33 return b->GetInsertBlock()->getModule();
106 ByteSizeOf(target_shape, src_buffer->getModule()->getDataLayout()));
  /external/llvm/include/llvm/Analysis/
Trace.h 55 /// getModule - Return this Module that contains this trace's parent
58 Module *getModule () const;
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
Trace.h 55 /// getModule - Return this Module that contains this trace's parent
58 Module *getModule () const;
  /external/swiftshader/third_party/LLVM/include/llvm/
Linker.h 29 /// into it. The composite Module can be retrieved via the getModule() method.
99 Module* getModule() const { return Composite; }
  /external/swiftshader/third_party/LLVM/tools/lto/
LTOCodeGenerator.cpp 167 WriteBitcodeToFile(_linker.getModule(), Out.os());
244 std::string Triple = _linker.getModule()->getTargetTriple();
308 Module *mergedModule = _linker.getModule();
371 Module* mergedModule = _linker.getModule();
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
Trace.h 53 /// getModule - Return this Module that contains this trace's parent
55 Module *getModule () const;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopRotation.cpp 40 const DataLayout &DL = L.getHeader()->getModule()->getDataLayout();

Completed in 1371 milliseconds

12 3 4 5 6 7 8 91011>>