Searched refs:LiveRegMatrix (Results 1 – 21 of 21) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LiveRegMatrix.cpp | 38 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(LiveInterval &VirtReg) { in unassign() 138 bool LiveRegMatrix::isPhysRegUsed(MCRegister PhysReg) const { in isPhysRegUsed() 185 LiveRegMatrix::InterferenceKind [all …]
|
| H A D | RegAllocBase.h | 47 class LiveRegMatrix; variable 69 LiveRegMatrix *Matrix = nullptr; 85 void init(VirtRegMap &vrm, LiveIntervals &lis, LiveRegMatrix &mat);
|
| H A D | RegAllocBasic.cpp | 145 INITIALIZE_PASS_DEPENDENCY(LiveRegMatrix) in INITIALIZE_PASS_DEPENDENCY() 198 AU.addRequired<LiveRegMatrix>(); in getAnalysisUsage() 199 AU.addPreserved<LiveRegMatrix>(); in getAnalysisUsage() 275 case LiveRegMatrix::IK_Free: in selectOrSplit() 279 case LiveRegMatrix::IK_VirtReg: in selectOrSplit() 320 getAnalysis<LiveRegMatrix>()); in runOnMachineFunction()
|
| H A D | AllocationOrder.h | 28 class LiveRegMatrix; variable 86 const LiveRegMatrix *Matrix);
|
| H A D | AllocationOrder.cpp | 31 const LiveRegMatrix *Matrix) { in create()
|
| H A D | RegAllocBase.cpp | 58 LiveRegMatrix &mat) { in init()
|
| H A D | RegAllocGreedy.cpp | 612 INITIALIZE_PASS_DEPENDENCY(LiveRegMatrix) 677 AU.addRequired<LiveRegMatrix>(); in getAnalysisUsage() 678 AU.addPreserved<LiveRegMatrix>(); in getAnalysisUsage() 940 if (Matrix->checkInterference(VirtReg, PhysReg) > LiveRegMatrix::IK_VirtReg) in canEvictInterference() 2671 LiveRegMatrix::IK_VirtReg) { in tryLastChanceRecoloring() 3353 getAnalysis<LiveRegMatrix>()); in runOnMachineFunction()
|
| H A D | TargetRegisterInfo.cpp | 424 const VirtRegMap *VRM, const LiveRegMatrix *Matrix) const { in getRegAllocationHints()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIPreAllocateWWMRegs.cpp | 36 LiveRegMatrix *Matrix; 58 AU.addRequired<LiveRegMatrix>(); in getAnalysisUsage() 75 INITIALIZE_PASS_DEPENDENCY(LiveRegMatrix) 105 Matrix->checkInterference(LI, PhysReg) == LiveRegMatrix::IK_Free) { in processDef() 208 Matrix = &getAnalysis<LiveRegMatrix>(); in runOnMachineFunction()
|
| H A D | GCNNSAReassign.cpp | 51 AU.addRequired<LiveRegMatrix>(); in getAnalysisUsage() 73 LiveRegMatrix *LRM; 97 INITIALIZE_PASS_DEPENDENCY(LiveRegMatrix) 235 LRM = &getAnalysis<LiveRegMatrix>(); in runOnMachineFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LiveRegMatrix.h | 40 class LiveRegMatrix : public MachineFunctionPass { 68 LiveRegMatrix();
|
| H A D | TargetRegisterInfo.h | 38 class LiveRegMatrix; variable 851 const LiveRegMatrix *Matrix = nullptr) const;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86RegisterInfo.h | 151 const LiveRegMatrix *Matrix) const override;
|
| H A D | X86RegisterInfo.cpp | 915 const LiveRegMatrix *Matrix) const { in getRegAllocationHints()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZRegisterInfo.h | 139 const LiveRegMatrix *Matrix) const override;
|
| H A D | SystemZRegisterInfo.cpp | 77 const VirtRegMap *VRM, const LiveRegMatrix *Matrix) const { in getRegAllocationHints()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMBaseRegisterInfo.h | 160 const LiveRegMatrix *Matrix) const override;
|
| H A D | ARMBaseRegisterInfo.cpp | 326 const VirtRegMap *VRM, const LiveRegMatrix *Matrix) const { in getRegAllocationHints()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCRegisterInfo.h | 105 const LiveRegMatrix *Matrix) const override;
|
| H A D | PPCRegisterInfo.cpp | 480 const LiveRegMatrix *Matrix) const { in getRegAllocationHints()
|
| /freebsd-13.1/lib/clang/libllvm/ |
| H A D | Makefile | 286 SRCS_MIN+= CodeGen/LiveRegMatrix.cpp
|