/freebsd-src/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTO.cpp | 731 BitcodeModule BM = Input.Mods[ModI]; addModule() local 804 addRegularLTO(BitcodeModule BM,ArrayRef<InputFile::Symbol> Syms,const SymbolResolution * & ResI,const SymbolResolution * ResE) addRegularLTO() argument 996 addThinLTO(BitcodeModule BM,ArrayRef<InputFile::Symbol> Syms,const SymbolResolution * & ResI,const SymbolResolution * ResE) addThinLTO() argument 1443 runThinLTOBackendThread(AddStreamFn AddStream,FileCache 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 1490 start(unsigned Task,BitcodeModule BM,const FunctionImporter::ImportMapTy & ImportList,const FunctionImporter::ExportSetTy & ExportList,const std::map<GlobalValue::GUID,GlobalValue::LinkageTypes> & ResolvedODR,MapVector<StringRef,BitcodeModule> & ModuleMap) start() argument 1506 __anond972c54f1102(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) start() argument 1598 start(unsigned Task,BitcodeModule BM,const FunctionImporter::ImportMapTy & ImportList,const FunctionImporter::ExportSetTy & ExportList,const std::map<GlobalValue::GUID,GlobalValue::LinkageTypes> & ResolvedODR,MapVector<StringRef,BitcodeModule> & ModuleMap) start() argument [all...] |
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Object/ |
H A D | IRSymtab.cpp | 386 for (auto BM : BMs) { upgrade() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/ |
H A D | PPCAsmParser.cpp | 1191 int64_t BM = Inst.getOperand(3).getImm(); ProcessInstruction() local 1208 int64_t BM = Inst.getOperand(3).getImm(); ProcessInstruction() local 1226 int64_t BM = Inst.getOperand(3).getImm(); ProcessInstruction() local
|
/freebsd-src/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() argument 1593 APInt BM = ConstDstCoeff->getAPInt(); in exactSIVtest() local 1976 APInt BM in exactRDIVtest() local [all...] |
/freebsd-src/contrib/bmake/ |
H A D | meta.c | 643 BM(Job *job) BM() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstCombineIntrinsic.cpp | 1015 auto *BM = cast<ConstantInt>(II.getArgOperand(4)); instCombineIntrinsic() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 8198 Expected<BitcodeModule> BM = getSingleModule(Buffer); getLazyBitcodeModule() local 8226 Expected<BitcodeModule> BM = getSingleModule(Buffer); parseBitcodeFile() local 8259 Expected<BitcodeModule> BM = getSingleModule(Buffer); readModuleSummaryIndex() local 8268 Expected<BitcodeModule> BM = getSingleModule(Buffer); getModuleSummaryIndex() local 8276 Expected<BitcodeModule> BM = getSingleModule(Buffer); getBitcodeLTOInfo() local [all...] |