/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVWriter.cpp | 128 :BM(TBM), M(TM){ in LLVMToSPIRVDbgTran() 132 void setSPIRVModule(SPIRVModule *SMod) { BM = SMod;} in setSPIRVModule() 139 auto File = BM->getString(DIL->getFilename().str()); in transDbgInfo() 144 BM->addLine(BV, File, DL.getLine(), DL.getCol()); in transDbgInfo() 148 auto File = BM->getString(DIS->getFilename().str()); in transDbgInfo() 149 BM->addLine(BV, File, DIS->getLine(), 0); in transDbgInfo() 155 SPIRVModule *BM; member in SPIRV::LLVMToSPIRVDbgTran 165 BM(SMod), in LLVMToSPIRV() 176 assert(BM && "SPIR-V module not initialized"); in runOnModule() 224 SPIRVModule *BM; member in SPIRV::LLVMToSPIRV [all …]
|
D | SPIRVReader.cpp | 186 :BM(TBM), M(TM), SpDbg(BM), Builder(*M){ in SPIRVToLLVMDbgTran() 187 Enable = BM->hasDebugInfo(); in SPIRVToLLVMDbgTran() 258 SPIRVModule *BM; member in SPIRV::SPIRVToLLVMDbgTran 283 :M(LLVMModule), BM(TheSPIRVModule), DbgTran(BM, M){ in SPIRVToLLVM() 403 SPIRVModule *BM; member in SPIRV::SPIRVToLLVM 469 return BM->getErrorLog(); in getErrorLog() 1002 BM->getSourceLanguage(&SrcLangVer); in postProcessOCL() 1270 .addU16(BM->getGeneratorId()) in transGeneratorMD() 1271 .addU16(BM->getGeneratorVer()) in transGeneratorMD() 1830 auto IsKernel = BM->isEntryPoint(ExecutionModelKernel, BF->getId()); in transFunction() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | LTO.cpp | 524 BitcodeModule BM = Input.Mods[ModI]; in addModule() local 531 return addThinLTO(BM, ModSyms, ResI, ResE); in addModule() 534 addRegularLTO(BM, ModSyms, ResI, ResE); in addModule() 543 if (Error Err = BM.readSummary(ThinLTO.CombinedIndex, "", -1ull)) in addModule() 583 LTO::addRegularLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms, in addRegularLTO() argument 588 BM.getLazyModule(RegularLTO.Ctx, /*ShouldLazyLoadMetadata*/ true, in addRegularLTO() 722 Error LTO::addThinLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms, in addThinLTO() argument 726 BM.readSummary(ThinLTO.CombinedIndex, BM.getModuleIdentifier(), in addThinLTO() 738 ThinLTO.PrevailingModuleForGUID[GUID] = BM.getModuleIdentifier(); in addThinLTO() 746 GUID, BM.getModuleIdentifier())) in addThinLTO() [all …]
|
/external/compiler-rt/test/cfi/ |
D | create-derivers.test | 18 …-lowertypetests -debug-only=lowertypetests -o /dev/null %t4.o 2>&1 | FileCheck --check-prefix=BM %s 19 BM: {{1B|B@@}}: {{.*}} size 84 20 BM-NOT: all-ones
|
D | README.txt | 8 - BM forces memory bit sets.
|
D | utils.h | 62 #ifdef BM
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/ |
D | BenchmarkResult.cpp | 292 void BenchmarkMeasureStats::push(const BenchmarkMeasure &BM) { in push() argument 294 Key = BM.Key; in push() 295 assert(Key == BM.Key); in push() 297 SumValues += BM.Value; in push() 298 MaxValue = std::max(MaxValue, BM.Value); in push() 299 MinValue = std::min(MinValue, BM.Value); in push()
|
D | BenchmarkResult.h | 86 void push(const BenchmarkMeasure &BM);
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | TypeBasedAliasAnalysis.cpp | 222 const MDNode *BM = LocB.TBAATag; in alias() local 223 if (!BM) return AliasAnalysis::alias(LocA, LocB); in alias() 226 if (Aliases(AM, BM)) in alias()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | IRObjectFile.cpp | 121 for (auto BM : *BMsOrErr) { in create() 123 BM.getLazyModule(Context, /*ShouldLazyLoadMetadata*/ true, in create()
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVUtil.h | 329 unsigned mapBitMask(unsigned BM) { in mapBitMask() argument 332 Res |= BM & (unsigned)K ? (unsigned)V : 0; in mapBitMask() 338 unsigned rmapBitMask(unsigned BM) { in rmapBitMask() argument 341 Res |= BM & (unsigned)V ? (unsigned)K : 0; in rmapBitMask()
|
/external/python/cpython2/Lib/lib2to3/ |
D | refactor.py | 215 self.BM = bm.BottomMatcher() 221 self.BM.add_fixer(fixer) 429 match_set = self.BM.run(tree.leaves()) 432 for fixer in self.BM.fixers: 473 new_matches = self.BM.run(new.leaves())
|
/external/python/cpython3/Lib/lib2to3/ |
D | refactor.py | 196 self.BM = bm.BottomMatcher() 202 self.BM.add_fixer(fixer) 410 match_set = self.BM.run(tree.leaves()) 413 for fixer in self.BM.fixers: 454 new_matches = self.BM.run(new.leaves())
|
/external/icu/icu4c/source/data/region/ |
D | ig.txt | 6 BM{"Bemuda"}
|
D | nus.txt | 27 BM{"Be̱rmudaa"}
|
D | yi.txt | 46 BM{"בערמודע"}
|
D | zgh.txt | 28 BM{"ⴱⵔⵎⵓⴷⴰ"}
|
/external/llvm/lib/Analysis/ |
D | TypeBasedAliasAnalysis.cpp | 291 const MDNode *BM = LocB.AATags.TBAA; in alias() local 292 if (!BM) in alias() 296 if (Aliases(AM, BM)) in alias()
|
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_gemm_kernel.h | 37 BM = 4096/sizeof(Scalar), // number of rows of A-C per chunk in sparselu_gemm() enumerator 58 for(Index ib=i0; ib<m; ib+=BM) in sparselu_gemm() 60 Index actual_b = std::min<Index>(BM, m-ib); // actual number of rows in sparselu_gemm()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | RDFDeadCode.cpp | 70 const uint32_t *BM = Op.getRegMask(); in isLiveInstr() local 72 if (BM[R/32] & (1u << (R%32))) in isLiveInstr()
|
D | RDFRegisters.cpp | 201 const uint32_t *BM = getRegMaskBits(RM.Reg); in aliasMM() local 207 uint32_t C = ~BM[w] & ~BN[w]; in aliasMM() 220 if (~BM[TW] & ~BN[TW] & TailMask) in aliasMM()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/ |
D | LTO.h | 378 addRegularLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms, 383 Error addThinLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms,
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/shtest-shell/ |
D | valid-shell.txt | 147 # NP-CAT-OUTPUT-NEXT: xyz{|}~^?M-^@M-^AM-^BM-^CM-^DM-^EM-^FM-^GM-^HM-^IM-^JM-^K 150 # NP-CAT-OUTPUT-NEXT: M-4M-5M-6M-7M-8M-9M-:M-;M-<M-=M->M-?M-@M-AM-BM-CM-DM-EM-FM-G 165 # NPLONG-CAT-OUTPUT-NEXT: xyz{|}~^?M-^@M-^AM-^BM-^CM-^DM-^EM-^FM-^GM-^HM-^IM-^JM-^K 168 # NPLONG-CAT-OUTPUT-NEXT: M-4M-5M-6M-7M-8M-9M-:M-;M-<M-=M->M-?M-@M-AM-BM-CM-DM-EM-FM-G
|
/external/openssh/ |
D | scp.0 | 154 The scp utility exitsM-BM- 0 on success, andM-BM- >0 if an error occurs.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 5864 Expected<BitcodeModule> BM = getSingleModule(Buffer); in getLazyBitcodeModule() local 5865 if (!BM) in getLazyBitcodeModule() 5866 return BM.takeError(); in getLazyBitcodeModule() 5868 return BM->getLazyModule(Context, ShouldLazyLoadMetadata, IsImporting); in getLazyBitcodeModule() 5890 Expected<BitcodeModule> BM = getSingleModule(Buffer); in parseBitcodeFile() local 5891 if (!BM) in parseBitcodeFile() 5892 return BM.takeError(); in parseBitcodeFile() 5894 return BM->parseModule(Context); in parseBitcodeFile() 5924 Expected<BitcodeModule> BM = getSingleModule(Buffer); in readModuleSummaryIndex() local 5925 if (!BM) in readModuleSummaryIndex() [all …]
|