/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SplitModule.cpp | 129 if (auto *GIS = dyn_cast<GlobalIndirectSymbol>(&GV)) { in findPartitions() local 130 if (const GlobalObject *Base = GIS->getBaseObject()) in findPartitions() 229 if (auto *GIS = dyn_cast<GlobalIndirectSymbol>(GV)) in isInPartition() local 230 if (const GlobalObject *Base = GIS->getBaseObject()) in isInPartition()
|
D | ValueMapper.cpp | 81 GlobalIndirectSymbol *GIS; member 164 void scheduleMapGlobalIndirectSymbol(GlobalIndirectSymbol &GIS, Constant &Target, 175 void mapGlobalIndirectSymbol(GlobalIndirectSymbol &GIS, Constant &Target); 833 E.Data.GlobalIndirectSymbol.GIS->setIndirectSymbol( in flush() 1027 void Mapper::scheduleMapGlobalIndirectSymbol(GlobalIndirectSymbol &GIS, in scheduleMapGlobalIndirectSymbol() argument 1029 assert(AlreadyScheduled.insert(&GIS).second && "Should not reschedule"); in scheduleMapGlobalIndirectSymbol() 1035 WE.Data.GlobalIndirectSymbol.GIS = &GIS; in scheduleMapGlobalIndirectSymbol() 1133 void ValueMapper::scheduleMapGlobalIndirectSymbol(GlobalIndirectSymbol &GIS, in scheduleMapGlobalIndirectSymbol() argument 1136 getAsMapper(pImpl)->scheduleMapGlobalIndirectSymbol(GIS, Target, MCID); in scheduleMapGlobalIndirectSymbol()
|
/third_party/boost/libs/geometry/doc/ |
D | introduction.qbk | 32 mapping and GIS, game development, computer graphics and widgets, robotics, 34 those domains. For now, the development has been mostly GIS-oriented.
|
D | design_rationale.qbk | 642 This is an important note for users who develop GIS applications, require compliance with OGC 646 mathematical axis order: X,Y. Considering GIS applications, that always means easting,northing or,
|
/third_party/boost/libs/geometry/doc/generated/ |
D | spherical_equatorial.qbk | 22 …osite to the spherical(polar) coordinate system). Used in astronomy and in GIS (but there is also …
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1334 const GlobalIndirectSymbol& GIS) { in emitGlobalIndirectSymbol() argument 1335 MCSymbol *Name = getSymbol(&GIS); in emitGlobalIndirectSymbol() 1337 if (GIS.hasExternalLinkage() || !MAI->getWeakRefDirective()) in emitGlobalIndirectSymbol() 1339 else if (GIS.hasWeakLinkage() || GIS.hasLinkOnceLinkage()) in emitGlobalIndirectSymbol() 1342 assert(GIS.hasLocalLinkage() && "Invalid alias or ifunc linkage"); in emitGlobalIndirectSymbol() 1344 bool IsFunction = GIS.getValueType()->isFunctionTy(); in emitGlobalIndirectSymbol() 1349 if (auto *CE = dyn_cast<ConstantExpr>(GIS.getIndirectSymbol())) in emitGlobalIndirectSymbol() 1357 OutStreamer->EmitSymbolAttribute(Name, isa<GlobalIFunc>(GIS) in emitGlobalIndirectSymbol() 1361 EmitVisibility(Name, GIS.getVisibility()); in emitGlobalIndirectSymbol() 1363 const MCExpr *Expr = lowerConstant(GIS.getIndirectSymbol()); in emitGlobalIndirectSymbol() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | AsmWriter.cpp | 2408 void printIndirectSymbol(const GlobalIndirectSymbol *GIS); 3328 void AssemblyWriter::printIndirectSymbol(const GlobalIndirectSymbol *GIS) { in printIndirectSymbol() argument 3329 if (GIS->isMaterializable()) in printIndirectSymbol() 3332 WriteAsOperandInternal(Out, GIS, &TypePrinter, &Machine, GIS->getParent()); in printIndirectSymbol() 3335 Out << getLinkageNameWithSpace(GIS->getLinkage()); in printIndirectSymbol() 3336 PrintDSOLocation(*GIS, Out); in printIndirectSymbol() 3337 PrintVisibility(GIS->getVisibility(), Out); in printIndirectSymbol() 3338 PrintDLLStorageClass(GIS->getDLLStorageClass(), Out); in printIndirectSymbol() 3339 PrintThreadLocalModel(GIS->getThreadLocalMode(), Out); in printIndirectSymbol() 3340 StringRef UA = getUnnamedAddrEncoding(GIS->getUnnamedAddr()); in printIndirectSymbol() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | ValueMapper.h | 183 void scheduleMapGlobalIndirectSymbol(GlobalIndirectSymbol &GIS,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/ |
D | IRMover.cpp | 672 GlobalIndirectSymbol *GIS; in copyGlobalIndirectSymbolProto() local 674 GIS = GlobalAlias::create(Ty, SGIS->getAddressSpace(), in copyGlobalIndirectSymbolProto() 678 GIS = GlobalIFunc::create(Ty, SGIS->getAddressSpace(), in copyGlobalIndirectSymbolProto() 681 GIS->copyAttributesFrom(SGIS); in copyGlobalIndirectSymbolProto() 682 return GIS; in copyGlobalIndirectSymbolProto()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 707 void emitGlobalIndirectSymbol(Module &M, const GlobalIndirectSymbol &GIS);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | LowerTypeTests.cpp | 360 for (auto &GIS : concat<GlobalIndirectSymbol>(M.aliases(), M.ifuncs())) { in ScopedSaveAliaseesAndUsed() local 364 dyn_cast<Function>(GIS.getIndirectSymbol()->stripPointerCasts())) in ScopedSaveAliaseesAndUsed() 365 FunctionAliases.push_back({&GIS, F}); in ScopedSaveAliaseesAndUsed()
|
/third_party/boost/libs/endian/doc/endian/ |
D | buffers.adoc | 50 // This is an extract from a very widely used GIS file format.
|
D | arithmetic.adoc | 56 // This is an extract from a very widely used GIS file format.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2267 GlobalIndirectSymbol *GIS = IndirectSymbolInitWorklist.back().first; in resolveGlobalAndIndirectSymbolInits() local 2268 if (isa<GlobalAlias>(GIS) && C->getType() != GIS->getType()) in resolveGlobalAndIndirectSymbolInits() 2270 GIS->setIndirectSymbol(C); in resolveGlobalAndIndirectSymbolInits()
|
/third_party/eudev/hwdb/ |
D | 20-acpi-vendor.hwdb | 2820 acpi:GIS*:
|
D | 20-pci-vendor-model.hwdb | 12702 ID_VENDOR_FROM_DATABASE=AT&T GIS (NCR)
|
/third_party/icu/icu4j/perf-tests/data/collation/ |
D | TestNames_SerbianSH.txt | 17257 GIS HEDVIGA
|
/third_party/openh264/res/ |
D | Cisco_Absolute_Power_1280x720_30fps.yuv | 770 …CDDDFIGFIIKLKLMMJLKNURQQNPRQNNNNNQSQRRQMQRVSP@40**+**&$)./,-1//134++12716=>GIS\cikqrspppnlpw������…
|