Home
last modified time | relevance | path

Searched refs:BaseID (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicBlockSectionsProfileReader.h69 std::make_pair(Val.BaseID, Val.CloneID);
73 return DenseMapInfo<unsigned>::isEqual(LHS.BaseID, RHS.BaseID) &&
H A DMachineBasicBlock.h80 unsigned BaseID; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockPathCloning.cpp59 OrigBB.getBasicBlock(), UniqueBBID{OrigBB.getBBID()->BaseID, CloneID}); in CloneMachineBasicBlock()
105 << PrevBB->getBBID()->BaseID << " in function " << MF.getName() in IsValidCloning()
148 BBIDToBlock.try_emplace(BB.getBBID()->BaseID, &BB); in ApplyCloning()
H A DAssignmentTrackingAnalysis.cpp441 std::string toString(unsigned BaseID) { in toString() argument
442 if (BaseID) in toString()
443 return Bases[BaseID].getVariableLocationOp(0)->getName().str(); in toString()
H A DMachineBasicBlock.cpp570 os << "bb_id " << getBBID()->BaseID; in printName()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp465 int BaseID = -int(LoadedSLocEntryTable.size()) - 1; in AllocateLoadedSLocEntries() local
466 LoadedSLocEntryAllocBegin.push_back(FileID::get(BaseID)); in AllocateLoadedSLocEntries()
467 return std::make_pair(BaseID, CurrentLoadedOffset); in AllocateLoadedSLocEntries()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp673 unsigned BaseID = 0; in parseBBID() local
675 if (getUnsigned(BaseID)) in parseBBID()
683 BBID = {BaseID, CloneID}; in parseBBID()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1406 OutStreamer->emitULEB128IntValue(MBB.getBBID()->BaseID); in emitBBAddrMapSection()
1453 OutStreamer->emitULEB128IntValue(SuccMBB->getBBID()->BaseID); in emitBBAddrMapSection()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5048 auto writeBaseIDOrNone = [&](auto BaseID, bool ShouldWrite) { in WriteASTCore() argument
5049 assert(BaseID < std::numeric_limits<uint32_t>::max() && "base id too high"); in WriteASTCore()
5051 LE.write<uint32_t>(BaseID); in WriteASTCore()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp650 Intrinsic::ID BaseID = 0; in getSameOpcode() local
653 BaseID = getVectorIntrinsicIDForCall(CallBase, &TLI); in getSameOpcode()
655 if (!isTriviallyVectorizable(BaseID) && BaseMappings.empty()) in getSameOpcode()
744 if (ID != BaseID) in getSameOpcode()