HomeSort by relevance Sort by last modified time
    Searched refs:BM (Results 1 - 25 of 48) sorted by null

1 2

  /external/valgrind/drd/tests/
unit_bitmap.stderr.exp 1 Start of DRD BM unit test.
2 End of DRD BM unit test.
  /frameworks/rs/rsov/compiler/
RSSPIRVWriter.cpp 81 std::unique_ptr<SPIRVModule> BM(SPIRVModule::createSPIRVModule());
83 PassMgr.add(createLLVMToSPIRV(BM.get()));
87 if (BM->getError(ErrMsg) != SPIRVEC_Success) {
94 SVOS << *BM;
110 OS << *BM;
  /external/spirv-llvm/lib/SPIRV/
SPIRVWriter.cpp 128 :BM(TBM), M(TM){
132 void setSPIRVModule(SPIRVModule *SMod) { BM = SMod;}
139 auto File = BM->getString(DIL->getFilename().str());
144 BM->addLine(BV, File, DL.getLine(), DL.getCol());
148 auto File = BM->getString(DIS->getFilename().str());
149 BM->addLine(BV, File, DIS->getLine(), 0);
155 SPIRVModule *BM;
165 BM(SMod),
176 assert(BM && "SPIR-V module not initialized");
224 SPIRVModule *BM;
    [all...]
SPIRVReader.cpp 186 :BM(TBM), M(TM), SpDbg(BM), Builder(*M){
187 Enable = BM->hasDebugInfo();
258 SPIRVModule *BM;
283 :M(LLVMModule), BM(TheSPIRVModule), DbgTran(BM, M){
403 SPIRVModule *BM;
469 return BM->getErrorLog();
    [all...]
  /external/compiler-rt/test/cfi/
utils.h 50 // vectors of size 32 (if B32 defined), 64 (if B64 defined) or >64 (if BM
62 #ifdef BM
  /external/r8/src/test/examplesAndroidO/lambdadesugaring/legacy/
Legacy.java 53 public interface BM extends BK<C> {
  /external/swiftshader/third_party/LLVM/lib/Analysis/
TypeBasedAliasAnalysis.cpp 222 const MDNode *BM = LocB.TBAATag;
223 if (!BM) return AliasAnalysis::alias(LocA, LocB);
226 if (Aliases(AM, BM))
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVUtil.h 329 unsigned mapBitMask(unsigned BM) {
332 Res |= BM & (unsigned)K ? (unsigned)V : 0;
338 unsigned rmapBitMask(unsigned BM) {
341 Res |= BM & (unsigned)V ? (unsigned)K : 0;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/LTO/
LTO.h 347 Error addRegularLTO(BitcodeModule BM,
351 Error addThinLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/LTO/
LTO.h 347 Error addRegularLTO(BitcodeModule BM,
351 Error addThinLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/LTO/
LTO.h 347 Error addRegularLTO(BitcodeModule BM,
351 Error addThinLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/
LTO.h 347 Error addRegularLTO(BitcodeModule BM,
351 Error addThinLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/LTO/
LTO.h 347 Error addRegularLTO(BitcodeModule BM,
351 Error addThinLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/LTO/
LTO.h 347 Error addRegularLTO(BitcodeModule BM,
351 Error addThinLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/LTO/
LTO.h 347 Error addRegularLTO(BitcodeModule BM,
351 Error addThinLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/
LTO.h 347 Error addRegularLTO(BitcodeModule BM,
351 Error addThinLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms,
  /external/eigen/Eigen/src/SparseLU/
SparseLU_gemm_kernel.h 37 BM = 4096/sizeof(Scalar), // number of rows of A-C per chunk
57 // process the remaining rows per chunk of BM rows
58 for(Index ib=i0; ib<m; ib+=BM)
60 Index actual_b = std::min<Index>(BM, m-ib); // actual number of rows
  /external/llvm/lib/Analysis/
TypeBasedAliasAnalysis.cpp 291 const MDNode *BM = LocB.AATags.TBAA;
292 if (!BM)
296 if (Aliases(AM, BM))
DependenceAnalysis.cpp     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
refactor.py 30 from . import btm_matcher as bm
210 self.BM = bm.BottomMatcher()
216 self.BM.add_fixer(fixer)
424 match_set = self.BM.run(tree.leaves())
427 for fixer in self.BM.fixers:
468 new_matches = self.BM.run(new.leaves())
  /external/python/cpython2/Lib/lib2to3/
refactor.py 30 from . import btm_matcher as bm
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())
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
refactor.py 30 from . import btm_matcher as bm
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())
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
refactor.py 30 from . import btm_matcher as bm
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())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 30 from . import btm_matcher as bm
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())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 30 from . import btm_matcher as bm
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())

Completed in 708 milliseconds

1 2