Searched defs:BM (Results 1 - 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | RDFDeadCode.cpp | 70 const uint32_t *BM = Op.getRegMask(); in isLiveInstr() local
|
H A D | RDFRegisters.cpp | 200 const uint32_t *BM = getRegMaskBits(RM.Reg); in aliasMM() local
|
H A D | HexagonBlockRanges.cpp | 353 const uint32_t *BM = Op.getRegMask(); in computeInitialLiveRanges() local
|
H A D | HexagonFrameLowering.cpp | 321 const uint32_t *BM = MO.getRegMask(); in needsStackFrame() local
|
/third_party/python/Lib/ |
H A D | telnetlib.py | 94 BM = bytes([19]) # byte macro variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
H A D | LTO.cpp | 605 BitcodeModule BM = Input.Mods[ModI]; in addModule() local 664 LTO::addRegularLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms, in addRegularLTO() argument 808 Error LTO::addThinLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms, in addThinLTO() argument 1080 runThinLTOBackendThread( AddStreamFn AddStream, NativeObjectCache Cache, unsigned Task, BitcodeModule BM, ModuleSummaryIndex &CombinedIndex, const FunctionImporter::ImportMapTy &ImportList, const FunctionImporter::ExportSetTy &ExportList, const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, const GVSummaryMapTy &DefinedGlobals, MapVector<StringRef, BitcodeModule> &ModuleMap) runThinLTOBackendThread() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/AsmParser/ |
H A D | PPCAsmParser.cpp | 1049 int64_t BM = Inst.getOperand(3).getImm(); in ProcessInstruction() local 1066 int64_t BM = Inst.getOperand(3).getImm(); in ProcessInstruction() local 1084 int64_t BM = Inst.getOperand(3).getImm(); in ProcessInstruction() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | DependenceAnalysis.cpp | 1406 static bool findGCD(unsigned Bits, const APInt &AM, const APInt &BM, in findGCD() argument 1517 APInt BM = ConstDstCoeff->getAPInt(); in exactSIVtest() local 1916 APInt BM = ConstDstCoeff->getAPInt(); exactRDIVtest() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 3951 auto BM = cast<ConstantInt>(II->getArgOperand(4)); in visitCallInst() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 6647 Expected<BitcodeModule> BM = getSingleModule(Buffer); in getLazyBitcodeModule() local 6673 Expected<BitcodeModule> BM = getSingleModule(Buffer); in parseBitcodeFile() local 6707 Expected<BitcodeModule> BM = getSingleModule(Buffer); in readModuleSummaryIndex() local 6716 Expected<BitcodeModule> BM = getSingleModule(Buffer); getModuleSummaryIndex() local 6724 Expected<BitcodeModule> BM = getSingleModule(Buffer); getBitcodeLTOInfo() local [all...] |
Completed in 31 milliseconds