Home
last modified time | relevance | path

Searched defs:BM (Results 1 – 21 of 21) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTO.cpp524 BitcodeModule BM = Input.Mods[ModI]; in addModule() local
583 LTO::addRegularLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms, in addRegularLTO()
722 Error LTO::addThinLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms, in addThinLTO()
952 BitcodeModule BM, ModuleSummaryIndex &CombinedIndex, in runThinLTOBackendThread()
990 unsigned Task, BitcodeModule BM, in start()
1007 const TypeIdSummariesByGuidTy &TypeIdSummariesByGuid) { in start()
1084 unsigned Task, BitcodeModule BM, in start()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DTypeBasedAliasAnalysis.cpp222 const MDNode *BM = LocB.TBAATag; in alias() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DRDFDeadCode.cpp70 const uint32_t *BM = Op.getRegMask(); in isLiveInstr() local
DRDFRegisters.cpp201 const uint32_t *BM = getRegMaskBits(RM.Reg); in aliasMM() local
DHexagonBlockRanges.cpp354 const uint32_t *BM = Op.getRegMask(); in computeInitialLiveRanges() local
DHexagonFrameLowering.cpp322 const uint32_t *BM = MO.getRegMask(); in needsStackFrame() local
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVUtil.h329 unsigned mapBitMask(unsigned BM) { in mapBitMask()
338 unsigned rmapBitMask(unsigned BM) { in rmapBitMask()
/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
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DIRSymtab.cpp337 for (auto BM : BMs) { in upgrade() local
/external/spirv-llvm/lib/SPIRV/
DSPIRVWriter.cpp155 SPIRVModule *BM; member in SPIRV::LLVMToSPIRVDbgTran
224 SPIRVModule *BM; member in SPIRV::LLVMToSPIRV
1719 std::unique_ptr<SPIRVModule> BM(SPIRVModule::createSPIRVModule()); in WriteSPIRV() local
1733 std::unique_ptr<SPIRVModule> BM(SPIRVModule::createSPIRVModule()); in RegularizeLLVMForSPIRV() local
DSPIRVReader.cpp258 SPIRVModule *BM; member in SPIRV::SPIRVToLLVMDbgTran
403 SPIRVModule *BM; member in SPIRV::SPIRVToLLVM
2726 std::unique_ptr<SPIRVModule> BM(SPIRVModule::createSPIRVModule()); in ReadSPIRV() local
/external/llvm/lib/Analysis/
DTypeBasedAliasAnalysis.cpp291 const MDNode *BM = LocB.AATags.TBAA; in alias() local
DDependenceAnalysis.cpp1329 static bool findGCD(unsigned Bits, const APInt &AM, const APInt &BM, in findGCD()
1440 APInt BM = ConstDstCoeff->getAPInt(); in exactSIVtest() local
1839 APInt BM = ConstDstCoeff->getAPInt(); in exactRDIVtest() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DBenchmarkResult.cpp292 void BenchmarkMeasureStats::push(const BenchmarkMeasure &BM) { in push()
/external/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp1150 int64_t BM = Inst.getOperand(3).getImm(); in ProcessInstruction() local
1167 int64_t BM = Inst.getOperand(3).getImm(); in ProcessInstruction() local
1185 int64_t BM = Inst.getOperand(3).getImm(); in ProcessInstruction() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp1213 int64_t BM = Inst.getOperand(3).getImm(); in ProcessInstruction() local
1230 int64_t BM = Inst.getOperand(3).getImm(); in ProcessInstruction() local
1248 int64_t BM = Inst.getOperand(3).getImm(); in ProcessInstruction() local
/external/python/cpython2/Lib/
Dtelnetlib.py92 BM = chr(19) # byte macro variable
/external/python/cpython3/Lib/
Dtelnetlib.py91 BM = bytes([19]) # byte macro variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5864 Expected<BitcodeModule> BM = getSingleModule(Buffer); in getLazyBitcodeModule() local
5890 Expected<BitcodeModule> BM = getSingleModule(Buffer); in parseBitcodeFile() local
5924 Expected<BitcodeModule> BM = getSingleModule(Buffer); in readModuleSummaryIndex() local
5933 Expected<BitcodeModule> BM = getSingleModule(Buffer); in getModuleSummaryIndex() local
5941 Expected<BitcodeModule> BM = getSingleModule(Buffer); in getBitcodeLTOInfo() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp1395 static bool findGCD(unsigned Bits, const APInt &AM, const APInt &BM, in findGCD()
1506 APInt BM = ConstDstCoeff->getAPInt(); in exactSIVtest() local
1905 APInt BM = ConstDstCoeff->getAPInt(); in exactRDIVtest() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp3637 auto BM = dyn_cast<ConstantInt>(II->getArgOperand(4)); in visitCallInst() local