Home
last modified time | relevance | path

Searched refs:BM (Results 1 – 25 of 460) sorted by relevance

12345678910>>...19

/external/spirv-llvm/lib/SPIRV/
DSPIRVWriter.cpp128 :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 …]
DSPIRVReader.cpp186 :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/
DLTO.cpp524 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/
Dcreate-derivers.test18 …-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
DREADME.txt8 - BM forces memory bit sets.
Dutils.h62 #ifdef BM
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DBenchmarkResult.cpp292 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()
DBenchmarkResult.h86 void push(const BenchmarkMeasure &BM);
/external/swiftshader/third_party/LLVM/lib/Analysis/
DTypeBasedAliasAnalysis.cpp222 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/
DIRObjectFile.cpp121 for (auto BM : *BMsOrErr) { in create()
123 BM.getLazyModule(Context, /*ShouldLazyLoadMetadata*/ true, in create()
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVUtil.h329 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/
Drefactor.py215 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/
Drefactor.py196 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/
Dig.txt6 BM{"Bemuda"}
Dnus.txt27 BM{"Be̱rmudaa"}
Dyi.txt46 BM{"בערמודע"}
Dzgh.txt28 BM{"ⴱⵔⵎⵓⴷⴰ"}
/external/llvm/lib/Analysis/
DTypeBasedAliasAnalysis.cpp291 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/
DSparseLU_gemm_kernel.h37 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/
DRDFDeadCode.cpp70 const uint32_t *BM = Op.getRegMask(); in isLiveInstr() local
72 if (BM[R/32] & (1u << (R%32))) in isLiveInstr()
DRDFRegisters.cpp201 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/
DLTO.h378 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/
Dvalid-shell.txt147 # 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/
Dscp.0154 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/
DBitcodeReader.cpp5864 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 …]

12345678910>>...19