Home
last modified time | relevance | path

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

/freebsd/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()
158 BBIDToBlock.try_emplace(BB.getBBID()->BaseID, &BB); in ApplyCloning()
H A DAssignmentTrackingAnalysis.cpp443 std::string toString(unsigned BaseID) { in toString() argument
444 if (BaseID) in toString()
445 return Bases[BaseID].getVariableLocationOp(0)->getName().str(); in toString()
H A DMachineBasicBlock.cpp576 os << "bb_id " << getBBID()->BaseID; in printName()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp478 int BaseID = -int(LoadedSLocEntryTable.size()) - 1; in AllocateLoadedSLocEntries() local
479 LoadedSLocEntryAllocBegin.push_back(FileID::get(BaseID)); in AllocateLoadedSLocEntries()
480 return std::make_pair(BaseID, CurrentLoadedOffset); in AllocateLoadedSLocEntries()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h102 unsigned BaseID;
/freebsd/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/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1418 OutStreamer->emitULEB128IntValue(MBB.getBBID()->BaseID); in emitBBAddrMapSection()
1463 OutStreamer->emitULEB128IntValue(SuccMBB->getBBID()->BaseID); in emitBBAddrMapSection()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5495 auto writeBaseIDOrNone = [&](auto BaseID, bool ShouldWrite) { in WriteASTCore() argument
5496 assert(BaseID < std::numeric_limits<uint32_t>::max() && "base id too high"); in WriteASTCore()
5498 LE.write<uint32_t>(BaseID); in WriteASTCore()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp796 Intrinsic::ID BaseID = 0; in getSameOpcode() local
799 BaseID = getVectorIntrinsicIDForCall(CallBase, &TLI); in getSameOpcode()
801 if (!isTriviallyVectorizable(BaseID) && BaseMappings.empty()) in getSameOpcode()
890 if (ID != BaseID) in getSameOpcode()