| /openbsd-src/gnu/llvm/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() 104 void LiveRegMatrix::assign(const LiveInterval &VirtReg, MCRegister PhysReg) { in assign() 121 void LiveRegMatrix::unassign(const LiveInterval &VirtReg) { in unassign() 138 bool LiveRegMatrix::isPhysRegUsed(MCRegister PhysReg) const { in isPhysRegUsed() [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 | 142 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 D | AllocationOrder.h | 28 class LiveRegMatrix; variable 86 const LiveRegMatrix *Matrix);
|
| H A D | RegAllocEvictionAdvisor.h | 24 class LiveRegMatrix; variable 139 LiveRegMatrix *const Matrix;
|
| H A D | AllocationOrder.cpp | 31 const LiveRegMatrix *Matrix) { in create()
|
| H A D | RegAllocGreedy.h | 49 class LiveRegMatrix; variable 143 LiveRegMatrix *getInterferenceMatrix() const { return Matrix; } in getInterferenceMatrix()
|
| H A D | RegAllocBase.cpp | 58 LiveRegMatrix &mat) { in init()
|
| H A D | RegAllocEvictionAdvisor.cpp | 189 if (Matrix->checkInterference(VirtReg, PhysReg) > LiveRegMatrix::IK_VirtReg) in canEvictInterferenceBasedOnCost()
|
| H A D | CMakeLists.txt | 94 LiveRegMatrix.cpp
|
| H A D | RegAllocGreedy.cpp | 161 INITIALIZE_PASS_DEPENDENCY(LiveRegMatrix) 217 AU.addRequired<LiveRegMatrix>(); in getAnalysisUsage() 218 AU.addPreserved<LiveRegMatrix>(); in getAnalysisUsage() 1900 LiveRegMatrix::IK_VirtReg) { in tryLastChanceRecoloring() 2615 getAnalysis<LiveRegMatrix>()); in runOnMachineFunction()
|
| H A D | TargetRegisterInfo.cpp | 425 const VirtRegMap *VRM, const LiveRegMatrix *Matrix) const { in getRegAllocationHints()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIPreAllocateWWMRegs.cpp | 39 LiveRegMatrix *Matrix; 61 AU.addRequired<LiveRegMatrix>(); in getAnalysisUsage() 78 INITIALIZE_PASS_DEPENDENCY(LiveRegMatrix) 105 Matrix->checkInterference(LI, PhysReg) == LiveRegMatrix::IK_Free) { in processDef() 199 Matrix = &getAnalysis<LiveRegMatrix>(); in runOnMachineFunction()
|
| H A D | GCNNSAReassign.cpp | 53 AU.addRequired<LiveRegMatrix>(); in getAnalysisUsage() 75 LiveRegMatrix *LRM; 99 INITIALIZE_PASS_DEPENDENCY(LiveRegMatrix) 246 LRM = &getAnalysis<LiveRegMatrix>(); in runOnMachineFunction()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | LiveRegMatrix.h | 40 class LiveRegMatrix : public MachineFunctionPass { 68 LiveRegMatrix();
|
| H A D | TargetRegisterInfo.h | 37 class LiveRegMatrix; variable 892 const LiveRegMatrix *Matrix = nullptr) const;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVRegisterInfo.h | 101 const LiveRegMatrix *Matrix) const override;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86RegisterInfo.h | 163 const LiveRegMatrix *Matrix) const override;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZRegisterInfo.h | 150 const LiveRegMatrix *Matrix) const override;
|
| H A D | SystemZRegisterInfo.cpp | 77 const VirtRegMap *VRM, const LiveRegMatrix *Matrix) const { in getRegAllocationHints()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMBaseRegisterInfo.h | 187 const LiveRegMatrix *Matrix) const override;
|
| H A D | ARMBaseRegisterInfo.cpp | 339 const VirtRegMap *VRM, const LiveRegMatrix *Matrix) const { in getRegAllocationHints()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCRegisterInfo.h | 107 const LiveRegMatrix *Matrix) const override;
|
| /openbsd-src/gnu/usr.bin/clang/libLLVMCodeGen/ |
| H A D | Makefile | 77 LiveRegMatrix.cpp \
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/CodeGen/ |
| H A D | BUILD.gn | 94 "LiveRegMatrix.cpp",
|