Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTO.cpp650 BitcodeModule BM = Input.Mods[ModI]; in addModule() local
710 LTO::addRegularLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms, in addRegularLTO()
888 Error LTO::addThinLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms, in addThinLTO()
1206 BitcodeModule BM, ModuleSummaryIndex &CombinedIndex, in runThinLTOBackendThread()
1243 unsigned Task, BitcodeModule BM, in start()
1259 MapVector<StringRef, BitcodeModule> &ModuleMap) { in start()
1344 unsigned Task, BitcodeModule BM, in start()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp70 const uint32_t *BM = Op.getRegMask(); in isLiveInstr() local
H A DHexagonBlockRanges.cpp353 const uint32_t *BM = Op.getRegMask(); in computeInitialLiveRanges() local
H A DHexagonFrameLowering.cpp321 const uint32_t *BM = MO.getRegMask(); in needsStackFrame() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DIRSymtab.cpp365 for (auto BM : BMs) { in upgrade() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRDFRegisters.cpp205 const uint32_t *BM = getRegMaskBits(RM.Reg); in aliasMM() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1088 int64_t BM = Inst.getOperand(3).getImm(); in ProcessInstruction() local
1105 int64_t BM = Inst.getOperand(3).getImm(); in ProcessInstruction() local
1123 int64_t BM = Inst.getOperand(3).getImm(); in ProcessInstruction() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp416 void PerInstructionStats::push(const BenchmarkMeasure &BM) { in push()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp743 auto *BM = cast<ConstantInt>(II.getArgOperand(4)); in instCombineIntrinsic() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1408 static bool findGCD(unsigned Bits, const APInt &AM, const APInt &BM, in findGCD()
1508 APInt BM = ConstDstCoeff->getAPInt(); in exactSIVtest() local
1891 APInt BM = ConstDstCoeff->getAPInt(); in exactRDIVtest() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7026 Expected<BitcodeModule> BM = getSingleModule(Buffer); in getLazyBitcodeModule() local
7054 Expected<BitcodeModule> BM = getSingleModule(Buffer); in parseBitcodeFile() local
7088 Expected<BitcodeModule> BM = getSingleModule(Buffer); in readModuleSummaryIndex() local
7097 Expected<BitcodeModule> BM = getSingleModule(Buffer); in getModuleSummaryIndex() local
7105 Expected<BitcodeModule> BM = getSingleModule(Buffer); in getBitcodeLTOInfo() local
/netbsd-src/usr.bin/make/
H A Dmeta.c636 BM(Job *job) in BM() function