Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
104 void LiveRegMatrix::assign(LiveInterval &VirtReg, MCRegister PhysReg) { in assign()
121 void LiveRegMatrix::unassign(LiveInterval &VirtReg) { in unassign()
138 bool LiveRegMatrix::isPhysRegUsed(MCRegister PhysReg) const { in isPhysRegUsed()
[all …]
H A DRegAllocBasic.cpp145 INITIALIZE_PASS_DEPENDENCY(LiveRegMatrix) in INITIALIZE_PASS_DEPENDENCY()
196 AU.addRequired<LiveRegMatrix>(); in getAnalysisUsage()
197 AU.addPreserved<LiveRegMatrix>(); in getAnalysisUsage()
273 case LiveRegMatrix::IK_Free: in selectOrSplit()
277 case LiveRegMatrix::IK_VirtReg: in selectOrSplit()
318 getAnalysis<LiveRegMatrix>()); in runOnMachineFunction()
H A DRegAllocBase.h46 class LiveRegMatrix; variable
68 LiveRegMatrix *Matrix = nullptr;
81 void init(VirtRegMap &vrm, LiveIntervals &lis, LiveRegMatrix &mat);
H A DAllocationOrder.h28 class LiveRegMatrix; variable
86 const LiveRegMatrix *Matrix);
H A DAllocationOrder.cpp31 const LiveRegMatrix *Matrix) { in create()
H A DRegAllocBase.cpp58 LiveRegMatrix &mat) { in init()
H A DCMakeLists.txt62 LiveRegMatrix.cpp
H A DRegAllocGreedy.cpp612 INITIALIZE_PASS_DEPENDENCY(LiveRegMatrix)
662 AU.addRequired<LiveRegMatrix>(); in getAnalysisUsage()
663 AU.addPreserved<LiveRegMatrix>(); in getAnalysisUsage()
921 if (Matrix->checkInterference(VirtReg, PhysReg) > LiveRegMatrix::IK_VirtReg) in canEvictInterference()
2652 LiveRegMatrix::IK_VirtReg) { in tryLastChanceRecoloring()
3329 getAnalysis<LiveRegMatrix>()); in runOnMachineFunction()
H A DTargetRegisterInfo.cpp424 const VirtRegMap *VRM, const LiveRegMatrix *Matrix) const { in getRegAllocationHints()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIPreAllocateWWMRegs.cpp36 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 DGCNNSAReassign.cpp51 AU.addRequired<LiveRegMatrix>(); in getAnalysisUsage()
73 LiveRegMatrix *LRM;
97 INITIALIZE_PASS_DEPENDENCY(LiveRegMatrix)
235 LRM = &getAnalysis<LiveRegMatrix>(); in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveRegMatrix.h40 class LiveRegMatrix : public MachineFunctionPass {
68 LiveRegMatrix();
H A DTargetRegisterInfo.h38 class LiveRegMatrix; variable
851 const LiveRegMatrix *Matrix = nullptr) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86RegisterInfo.h151 const LiveRegMatrix *Matrix) const override;
H A DX86RegisterInfo.cpp914 const LiveRegMatrix *Matrix) const { in getRegAllocationHints()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.h139 const LiveRegMatrix *Matrix) const override;
H A DSystemZRegisterInfo.cpp77 const VirtRegMap *VRM, const LiveRegMatrix *Matrix) const { in getRegAllocationHints()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.h160 const LiveRegMatrix *Matrix) const override;
H A DARMBaseRegisterInfo.cpp321 const VirtRegMap *VRM, const LiveRegMatrix *Matrix) const { in getRegAllocationHints()
/netbsd-src/external/apache2/llvm/lib/libLLVMCodeGen/
H A DMakefile72 LiveRegMatrix.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/CodeGen/
H A DBUILD.gn84 "LiveRegMatrix.cpp",