Searched defs:BM (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTO.cpp | 745 BitcodeModule BM = Input.Mods[ModI]; in addModule() local 818 LTO::addRegularLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms, in addRegularLTO() 1010 Error LTO::addThinLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms, in addThinLTO() 1460 AddStreamFn AddStream, FileCache Cache, unsigned Task, BitcodeModule BM, in runThinLTOBackendThread() 1507 unsigned Task, BitcodeModule BM, in start() 1523 MapVector<StringRef, BitcodeModule> &ModuleMap) { in start() 1630 unsigned Task, BitcodeModule BM, in start()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | RDFDeadCode.cpp | 71 const uint32_t *BM = Op.getRegMask(); in isLiveInstr() local
|
H A D | HexagonBlockRanges.cpp | 352 const uint32_t *BM = Op.getRegMask(); in computeInitialLiveRanges() local
|
H A D | HexagonFrameLowering.cpp | 327 const uint32_t *BM = MO.getRegMask(); in needsStackFrame() local
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | IRSymtab.cpp | 392 for (auto BM : BMs) { in upgrade() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/ |
H A D | PPCAsmParser.cpp | 1193 int64_t BM = Inst.getOperand(3).getImm(); in ProcessInstruction() local 1210 int64_t BM = Inst.getOperand(3).getImm(); in ProcessInstruction() local 1228 int64_t BM = Inst.getOperand(3).getImm(); in ProcessInstruction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | DependenceAnalysis.cpp | 1493 static bool findGCD(unsigned Bits, const APInt &AM, const APInt &BM, in findGCD() 1593 APInt BM = ConstDstCoeff->getAPInt(); in exactSIVtest() local 1976 APInt BM = ConstDstCoeff->getAPInt(); in exactRDIVtest() local
|
/freebsd/contrib/bmake/ |
H A D | meta.c | 646 BM(Job *job) in BM() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstCombineIntrinsic.cpp | 1027 auto *BM = cast<ConstantInt>(II.getArgOperand(4)); in instCombineIntrinsic() local
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 8544 Expected<BitcodeModule> BM = getSingleModule(Buffer); in getLazyBitcodeModule() local 8572 Expected<BitcodeModule> BM = getSingleModule(Buffer); in parseBitcodeFile() local 8605 Expected<BitcodeModule> BM = getSingleModule(Buffer); in readModuleSummaryIndex() local 8614 Expected<BitcodeModule> BM = getSingleModule(Buffer); in getModuleSummaryIndex() local 8622 Expected<BitcodeModule> BM = getSingleModule(Buffer); in getBitcodeLTOInfo() local
|