Home
last modified time | relevance | path

Searched refs:getModule (Results 1 – 25 of 180) sorted by relevance

12345678

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryLocation.cpp38 const auto &DL = LI->getModule()->getDataLayout(); in get()
48 const auto &DL = SI->getModule()->getDataLayout(); in get()
67 const auto &DL = CXI->getModule()->getDataLayout(); in get()
78 const auto &DL = RMWI->getModule()->getDataLayout(); in get()
137 const DataLayout &DL = II->getModule()->getDataLayout(); in getForArgument()
DTrace.cpp31 Module *Trace::getModule() const { in getModule() function in Trace
41 (*i)->printAsOperand(O, true, getModule()); in print()
DCallGraphSCCPass.cpp123 Module &M = CG.getModule(); in RunPassOnSCC()
518 Changed |= ((FPPassManager*)PM)->doInitialization(CG.getModule()); in doInitialization()
533 Changed |= ((FPPassManager*)PM)->doFinalization(CG.getModule()); in doFinalization()
646 SCC.getCallGraph().getModule().print(OS, nullptr); in runOnSCC()
667 SCC.getCallGraph().getModule().print(OS, nullptr); in runOnSCC()
704 SCC.getCallGraph().getModule().getContext().getOptPassGate(); in skipSCC()
DLazyValueInfo.cpp675 L->getModule()->getDataLayout()) == Ptr; in InstructionDereferencesPointer()
680 S->getModule()->getDataLayout()) == Ptr; in InstructionDereferencesPointer()
691 MI->getModule()->getDataLayout()) == Ptr) in InstructionDereferencesPointer()
696 MTI->getModule()->getDataLayout()) == Ptr) in InstructionDereferencesPointer()
709 const DataLayout &DL = BB->getModule()->getDataLayout(); in isObjectDereferencedInBlock()
843 auto *GuardDecl = BBI->getModule()->getFunction( in intersectAssumeOrGuardBlockValueConstantRange()
1177 EVI->getModule()->getDataLayout())) { in solveBlockValueExtractValue()
1417 const DataLayout &DL = BBTo->getModule()->getDataLayout(); in getEdgeValueLocal()
1480 const DataLayout &DL = BBTo->getModule()->getDataLayout(); in getEdgeValueLocal()
1704 const DataLayout &DL = BB->getModule()->getDataLayout(); in getConstant()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
DLTOModule.h117 const Module &getModule() const { return *Mod; } in getModule() function
118 Module &getModule() { return *Mod; } in getModule() function
124 return getModule().getTargetTriple(); in getTargetTriple()
129 getModule().setTargetTriple(Triple); in setTargetTriple()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp835 Module *M = B.GetInsertBlock()->getModule(); in emitLibCall()
911 Module *M = B.GetInsertBlock()->getModule(); in emitMemCpyChk()
1047 Module *M = B.GetInsertBlock()->getModule(); in emitUnaryFloatFnCallHelper()
1089 Module *M = B.GetInsertBlock()->getModule(); in emitBinaryFloatFnCallHelper()
1134 Module *M = B.GetInsertBlock()->getModule(); in emitPutChar()
1157 Module *M = B.GetInsertBlock()->getModule(); in emitPutS()
1174 Module *M = B.GetInsertBlock()->getModule(); in emitFPutC()
1195 Module *M = B.GetInsertBlock()->getModule(); in emitFPutCUnlocked()
1215 Module *M = B.GetInsertBlock()->getModule(); in emitFPutS()
1234 Module *M = B.GetInsertBlock()->getModule(); in emitFPutSUnlocked()
[all …]
DInjectTLIMappings.cpp74 Module *M = CI.getModule(); in addVariantDeclaration()
117 Module *M = CI.getModule(); in addMappingsFromTLI()
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
DQrTemplate.java181 int bit = (invert ? 1 : 0) & ~getModule(isFunction, x, y); in generateMasks()
202 if (getModule(isFunction, x, y) == 0 && i < result.length) { in generateZigzagScan()
215 private int getModule(int[] grid, int x, int y) { in getModule() method in QrTemplate
DQrCodeGeneratorDemo.java201 boolean color = qr.getModule(x / scale - border, y / scale - border); in toImage()
242 if (qr.getModule(x, y)) { in toSvgString()
/third_party/jsframework/test/ut/
Druntime.ts34 getModule,
222 expect(getModule('system')).to.be.an('object');
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DBasicBlock.h113 const Module *getModule() const;
114 Module *getModule() { in getModule() function
116 static_cast<const BasicBlock *>(this)->getModule()); in getModule()
DInstruction.h74 const Module *getModule() const;
75 Module *getModule() {
77 static_cast<const Instruction *>(this)->getModule());
DModuleSlotTracker.h60 const Module *getModule() const { return M; } in getModule() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DProvenanceAnalysis.cpp43 const DataLayout &DL = A->getModule()->getDataLayout(); in relatedSelect()
58 const DataLayout &DL = A->getModule()->getDataLayout(); in relatedPHI()
DDependencyAnalysis.cpp54 const DataLayout &DL = Inst->getModule()->getDataLayout(); in CanAlterRefCount()
88 const DataLayout &DL = Inst->getModule()->getDataLayout(); in CanUse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/CFGuard/
DCFGuard.cpp160 assert(Triple(CB->getModule()->getTargetTriple()).isOSWindows() && in insertCFGuardCheck()
184 assert(Triple(CB->getModule()->getTargetTriple()).isOSWindows() && in insertCFGuardDispatch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DCallGraph.h113 Module &getModule() const { return M; } in getModule() function
342 Module &getModule() const { return G->getModule(); } in getModule() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DBasicBlock.h107 const Module *getModule() const;
108 Module *getModule();
/third_party/qrcodegen/cpp/
DQrCodeGeneratorDemo.cpp209 if (qr.getModule(x, y)) { in toSvgString()
227 std::cout << (qr.getModule(x, y) ? "##" : " "); in printQr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DLinkModules.cpp81 Module &DstM = Mover.getModule(); in getLinkedToGlobal()
155 Module &DstM = Mover.getModule(); in computeResultingSelectionKind()
221 Module &DstM = Mover.getModule(); in getComdatResult()
458 Module &DstM = Mover.getModule(); in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineModuleInfo.cpp22 LLVMContext &CTX = MMI.getModule()->getContext(); in AMDGPUMachineModuleInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp136 const DataLayout &DL = LI->getModule()->getDataLayout(); in getAtomicOpSize()
141 const DataLayout &DL = SI->getModule()->getDataLayout(); in getAtomicOpSize()
146 const DataLayout &DL = RMWI->getModule()->getDataLayout(); in getAtomicOpSize()
151 const DataLayout &DL = CASI->getModule()->getDataLayout(); in getAtomicOpSize()
178 const DataLayout &DL = RMWI->getModule()->getDataLayout(); in getAtomicOpAlign()
184 const DataLayout &DL = CASI->getModule()->getDataLayout(); in getAtomicOpAlign()
374 auto *M = LI->getModule(); in convertAtomicLoadToIntegerType()
462 auto *M = SI->getModule(); in convertAtomicStoreToIntegerType()
646 Module *M = I->getModule(); in createMaskInstrs()
1055 auto *M = CI->getModule(); in convertCmpXchgToIntegerType()
[all …]
/third_party/qrcodegen/typescript-javascript/
Dqrcodegen-input-demo.ts168 ctx.fillStyle = qr.getModule(x, y) ? darkColor : lightColor;
183 if (qr.getModule(x, y))
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyProtobuf.java46 RubyModule mGoogle = runtime.getModule("Google"); in createProtobuf()
/third_party/qrcodegen/java/
DQrCodeGeneratorDemo.java202 boolean color = qr.getModule(x / scale - border, y / scale - border); in toImage()
243 if (qr.getModule(x, y)) { in toSvgString()

12345678