Home
last modified time | relevance | path

Searched refs:LiveRegMatrix (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLiveRegMatrix.cpp38 char LiveRegMatrix::ID = 0;
39 INITIALIZE_PASS_BEGIN(LiveRegMatrix, "liveregmatrix",
43 INITIALIZE_PASS_END(LiveRegMatrix, "liveregmatrix", in INITIALIZE_PASS_DEPENDENCY()
46 LiveRegMatrix::LiveRegMatrix() : MachineFunctionPass(ID) {} in INITIALIZE_PASS_DEPENDENCY()
48 void LiveRegMatrix::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
55 bool LiveRegMatrix::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
70 void LiveRegMatrix::releaseMemory() { in releaseMemory()
121 void LiveRegMatrix::unassign(const LiveInterval &VirtReg) { in unassign()
138 bool LiveRegMatrix::isPhysRegUsed(MCRegister PhysReg) const { in isPhysRegUsed()
185 LiveRegMatrix::InterferenceKind
[all …]
H A DRegAllocBase.h47 class LiveRegMatrix; variable
69 LiveRegMatrix *Matrix = nullptr;
85 void init(VirtRegMap &vrm, LiveIntervals &lis, LiveRegMatrix &mat);
H A DRegAllocBasic.cpp142 INITIALIZE_PASS_DEPENDENCY(LiveRegMatrix) in INITIALIZE_PASS_DEPENDENCY()
195 AU.addRequired<LiveRegMatrix>(); in getAnalysisUsage()
196 AU.addPreserved<LiveRegMatrix>(); in getAnalysisUsage()
271 case LiveRegMatrix::IK_Free: in selectOrSplit()
275 case LiveRegMatrix::IK_VirtReg: in selectOrSplit()
316 getAnalysis<LiveRegMatrix>()); in runOnMachineFunction()
H A DAllocationOrder.h28 class LiveRegMatrix; variable
86 const LiveRegMatrix *Matrix);
H A DRegAllocEvictionAdvisor.h25 class LiveRegMatrix; variable
140 LiveRegMatrix *const Matrix;
H A DAllocationOrder.cpp31 const LiveRegMatrix *Matrix) { in create()
H A DRegAllocGreedy.h48 class LiveRegMatrix; variable
142 LiveRegMatrix *getInterferenceMatrix() const { return Matrix; } in getInterferenceMatrix()
H A DRegAllocBase.cpp58 LiveRegMatrix &mat) { in init()
H A DRegAllocEvictionAdvisor.cpp189 if (Matrix->checkInterference(VirtReg, PhysReg) > LiveRegMatrix::IK_VirtReg) in canEvictInterferenceBasedOnCost()
H A DCMakeLists.txt90 LiveRegMatrix.cpp
H A DRegAllocGreedy.cpp161 INITIALIZE_PASS_DEPENDENCY(LiveRegMatrix)
216 AU.addRequired<LiveRegMatrix>(); in getAnalysisUsage()
217 AU.addPreserved<LiveRegMatrix>(); in getAnalysisUsage()
1811 LiveRegMatrix::IK_VirtReg) { in tryLastChanceRecoloring()
2512 getAnalysis<LiveRegMatrix>()); in runOnMachineFunction()
H A DTargetRegisterInfo.cpp425 const VirtRegMap *VRM, const LiveRegMatrix *Matrix) const { in getRegAllocationHints()
H A DMLRegallocEvictAdvisor.cpp534 if (Matrix->checkInterference(VirtReg, PhysReg) > LiveRegMatrix::IK_VirtReg) { in loadInterferenceFeatures()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIPreAllocateWWMRegs.cpp39 LiveRegMatrix *Matrix;
61 AU.addRequired<LiveRegMatrix>(); in getAnalysisUsage()
78 INITIALIZE_PASS_DEPENDENCY(LiveRegMatrix)
105 Matrix->checkInterference(LI, PhysReg) == LiveRegMatrix::IK_Free) { in processDef()
195 Matrix = &getAnalysis<LiveRegMatrix>(); in runOnMachineFunction()
H A DGCNNSAReassign.cpp53 AU.addRequired<LiveRegMatrix>(); in getAnalysisUsage()
75 LiveRegMatrix *LRM;
99 INITIALIZE_PASS_DEPENDENCY(LiveRegMatrix)
246 LRM = &getAnalysis<LiveRegMatrix>(); in runOnMachineFunction()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DLiveRegMatrix.h40 class LiveRegMatrix : public MachineFunctionPass {
68 LiveRegMatrix();
H A DTargetRegisterInfo.h37 class LiveRegMatrix; variable
864 const LiveRegMatrix *Matrix = nullptr) const;
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86RegisterInfo.h163 const LiveRegMatrix *Matrix) const override;
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.h150 const LiveRegMatrix *Matrix) const override;
H A DSystemZRegisterInfo.cpp77 const VirtRegMap *VRM, const LiveRegMatrix *Matrix) const { in getRegAllocationHints()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.h187 const LiveRegMatrix *Matrix) const override;
H A DARMBaseRegisterInfo.cpp339 const VirtRegMap *VRM, const LiveRegMatrix *Matrix) const { in getRegAllocationHints()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.h107 const LiveRegMatrix *Matrix) const override;
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/CodeGen/
H A DBUILD.gn88 "LiveRegMatrix.cpp",
/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A DRAbasic-invalid-LR-update.mir3 # we were not updating the LiveRegMatrix properly and the interference calculation

12