Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocEvictionAdvisor.cpp207 bool CanSplit = RA.getExtraInfo().getStage(B) < RS_Spill; in shouldEvict()
257 unsigned Cascade = RA.getExtraInfo().getCascadeOrCurrentNext(VirtReg.reg()); in canEvictInterferenceBasedOnCost()
279 if (RA.getExtraInfo().getStage(*Intf) == RS_Done) in canEvictInterferenceBasedOnCost()
294 unsigned IntfCascade = RA.getExtraInfo().getCascade(Intf->reg()); in canEvictInterferenceBasedOnCost()
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp682 unsigned Cascade = RA.getExtraInfo().getCascadeOrCurrentNext(VirtReg.reg()); in loadInterferenceFeatures()
706 if (RA.getExtraInfo().getStage(*Intf) == RS_Done) in loadInterferenceFeatures()
715 unsigned IntfCascade = RA.getExtraInfo().getCascade(Intf->reg()); in loadInterferenceFeatures()
963 MaxStage, static_cast<int64_t>(RA.getExtraInfo().getStage(LI))); in extractFeatures()
965 MinStage, static_cast<int64_t>(RA.getExtraInfo().getStage(LI))); in extractFeatures()
H A DMLRegallocPriorityAdvisor.cpp
H A DMLRegAllocPriorityAdvisor.cpp330 LiveRangeStage Stage = RA.getExtraInfo().getStage(LI); in getPriorityImpl()
H A DRegAllocGreedy.h147 const ExtraRegInfo &getExtraInfo() const { return *ExtraInfo; } in getExtraInfo() function
H A DRegAllocGreedy.cpp442 LiveRangeStage Stage = RA.getExtraInfo().getStage(LI); in getPriority()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallingConv.cpp194 const Align FirstMemberAlign(PendingMembers[0].getExtraInfo()); in CC_ARM_AAPCS_Custom_Aggregate()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h131 unsigned getExtraInfo() const { return std::get<unsigned>(Data); } in getExtraInfo() function