/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemoryLocation.cpp | 38 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()
|
D | Trace.cpp | 31 Module *Trace::getModule() const { in getModule() function in Trace 41 (*i)->printAsOperand(O, true, getModule()); in print()
|
D | CallGraphSCCPass.cpp | 123 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()
|
D | LazyValueInfo.cpp | 675 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/ |
D | LTOModule.h | 117 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/ |
D | BuildLibCalls.cpp | 835 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 …]
|
D | InjectTLIMappings.cpp | 74 Module *M = CI.getModule(); in addVariantDeclaration() 117 Module *M = CI.getModule(); in addMappingsFromTLI()
|
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/ |
D | QrTemplate.java | 181 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
|
D | QrCodeGeneratorDemo.java | 201 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/ |
D | runtime.ts | 34 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/ |
D | BasicBlock.h | 113 const Module *getModule() const; 114 Module *getModule() { in getModule() function 116 static_cast<const BasicBlock *>(this)->getModule()); in getModule()
|
D | Instruction.h | 74 const Module *getModule() const; 75 Module *getModule() { 77 static_cast<const Instruction *>(this)->getModule());
|
D | ModuleSlotTracker.h | 60 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/ |
D | ProvenanceAnalysis.cpp | 43 const DataLayout &DL = A->getModule()->getDataLayout(); in relatedSelect() 58 const DataLayout &DL = A->getModule()->getDataLayout(); in relatedPHI()
|
D | DependencyAnalysis.cpp | 54 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/ |
D | CFGuard.cpp | 160 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/ |
D | CallGraph.h | 113 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/ |
D | BasicBlock.h | 107 const Module *getModule() const; 108 Module *getModule();
|
/third_party/qrcodegen/cpp/ |
D | QrCodeGeneratorDemo.cpp | 209 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/ |
D | LinkModules.cpp | 81 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/ |
D | AMDGPUMachineModuleInfo.cpp | 22 LLVMContext &CTX = MMI.getModule()->getContext(); in AMDGPUMachineModuleInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 136 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/ |
D | qrcodegen-input-demo.ts | 168 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/ |
D | RubyProtobuf.java | 46 RubyModule mGoogle = runtime.getModule("Google"); in createProtobuf()
|
/third_party/qrcodegen/java/ |
D | QrCodeGeneratorDemo.java | 202 boolean color = qr.getModule(x / scale - border, y / scale - border); in toImage() 243 if (qr.getModule(x, y)) { in toSvgString()
|