/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveIntervalCalc.cpp | 32 static void createDeadDef(SlotIndexes &Indexes, VNInfo::Allocator &Alloc, in createDeadDef() 44 SlotIndexes *Indexes = getIndexes(); in calculate() local 125 SlotIndexes *Indexes = getIndexes(); in createDeadDefs() local 138 SlotIndexes *Indexes = getIndexes(); in extendToUses() local
|
H A D | RegAllocPriorityAdvisor.h | 44 SlotIndexes *const Indexes; variable 52 SlotIndexes *const Indexes) in DefaultPriorityAdvisor()
|
H A D | RegAllocPriorityAdvisor.cpp | 106 SlotIndexes *const Indexes) in RegAllocPriorityAdvisor() argument
|
H A D | MLRegAllocPriorityAdvisor.cpp | 179 DevelopmentModePriorityAdvisor(const MachineFunction & MF,const RAGreedy & RA,SlotIndexes * const Indexes,MLModelRunner * Runner,Logger * Log) DevelopmentModePriorityAdvisor() argument 287 MLPriorityAdvisor(const MachineFunction & MF,const RAGreedy & RA,SlotIndexes * const Indexes,MLModelRunner * Runner) MLPriorityAdvisor() argument
|
H A D | MachineBasicBlock.cpp | 337 print(raw_ostream & OS,const SlotIndexes * Indexes,bool IsStandalone) const print() argument 353 print(raw_ostream & OS,ModuleSlotTracker & MST,const SlotIndexes * Indexes,bool IsStandalone) const print() argument 1105 SlotIndexes *Indexes; global() member in SlotIndexUpdateDelegate 1109 SlotIndexUpdateDelegate(MachineFunction & MF,SlotIndexes * Indexes) SlotIndexUpdateDelegate() argument 1160 SlotIndexes *Indexes = P.getAnalysisIfAvailable<SlotIndexes>(); SplitCriticalEdge() local [all...] |
H A D | InterferenceCache.h | 60 SlotIndexes *Indexes = nullptr; variable
|
H A D | SplitKit.cpp | 634 Def = Indexes.insertMachineInstrInMaps(*ImplicitDef, Late).getRegSlot(); in defFromParent() local 538 SlotIndexes &Indexes = *LIS.getSlotIndexes(); buildSingleSubRegCopy() local 552 SlotIndexes &Indexes = *LIS.getSlotIndexes(); buildCopy() local 1484 const SlotIndexes &Indexes = *LIS.getSlotIndexes(); forceRecomputeVNI() local [all...] |
H A D | LiveRangeCalc.cpp | 439 const SlotIndexes &Indexes) { in isJointlyDominated()
|
H A D | RenameIndependentSubregs.cpp | 304 const SlotIndexes &Indexes = *LIS->getSlotIndexes(); in computeMainRangesFixFlags() local
|
H A D | VirtRegMap.cpp | 188 SlotIndexes *Indexes = nullptr; member in __anonfc12b2e70111::VirtRegRewriter [all...] |
H A D | LiveInterval.cpp | 874 const SlotIndexes &Indexes, in stripValuesNotDefiningMask() 922 const SlotIndexes &Indexes, const TargetRegisterInfo &TRI, in refineSubRanges()
|
H A D | RegAllocGreedy.h | 173 SlotIndexes *Indexes = nullptr; variable
|
H A D | StackColoring.cpp | 421 SlotIndexes *Indexes = nullptr; member in __anonb9a8fc190111::StackColoring
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVSupport.cpp | 75 LexicalIndexes Indexes; in getAllLexicalIndexes() local 124 LexicalIndexes Indexes = getAllLexicalIndexes(Name); in getInnerComponent() local 144 LexicalIndexes Indexes = getAllLexicalIndexes(Name); in getAllLexicalComponents() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SILowerSGPRSpills.cpp | 40 SlotIndexes *Indexes = nullptr; member in __anondd69e87d0111::SILowerSGPRSpills 87 ArrayRef<CalleeSavedInfo> CSI, SlotIndexes *Indexes, in insertCSRSaves() argument 131 SlotIndexes *Indexes, LiveIntervals *LIS) { in insertCSRRestores() argument [all...] |
H A D | SILowerWWMCopies.cpp | 55 SlotIndexes *Indexes; member in __anonb835ee080111::SILowerWWMCopies
|
H A D | GCNRegPressure.h | 269 std::vector<SlotIndex> Indexes; getLiveRegMap() local
|
H A D | SIRegisterInfo.cpp | 1753 spillSGPR(MachineBasicBlock::iterator MI,int Index,RegScavenger * RS,SlotIndexes * Indexes,LiveIntervals * LIS,bool OnlyToVGPR,bool SpillToPhysVGPRLane) const spillSGPR() argument 1876 restoreSGPR(MachineBasicBlock::iterator MI,int Index,RegScavenger * RS,SlotIndexes * Indexes,LiveIntervals * LIS,bool OnlyToVGPR,bool SpillToPhysVGPRLane) const restoreSGPR() argument 2029 eliminateSGPRToVGPRSpillFrameIndex(MachineBasicBlock::iterator MI,int FI,RegScavenger * RS,SlotIndexes * Indexes,LiveIntervals * LIS,bool SpillToPhysVGPRLane) const eliminateSGPRToVGPRSpillFrameIndex() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LiveRangeCalc.h | 48 SlotIndexes *Indexes = nullptr; variable
|
H A D | LiveIntervals.h | 58 SlotIndexes *Indexes = nullptr; global() variable [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonRegisterInfo.cpp | 372 const SlotIndexes &Indexes = *LIS.getSlotIndexes(); in shouldCoalesce() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaRISCVVectorLookup.cpp |
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SampleProfileProbe.cpp | 186 std::vector<uint8_t> Indexes; computeCFGHash() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstCombineIntrinsic.cpp | 1883 int Indexes[64]; simplifyX86pshufb() local 1929 int Indexes[16]; simplifyX86vpermilvar() local 1975 int Indexes[64]; simplifyX86vpermv() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CloneDetection.cpp | 482 std::vector<char> Indexes; in splitCloneGroups() local
|