Home
last modified time | relevance | path

Searched refs:getLRM (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRegMatrix.h181 LiveRegMatrix &getLRM() { return LRM; } in getLRM() function
182 const LiveRegMatrix &getLRM() const { return LRM; } in getLRM() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPreAllocateWWMRegs.cpp193 auto *Matrix = &getAnalysis<LiveRegMatrixWrapperLegacy>().getLRM(); in runOnMachineFunction()
H A DAMDGPURewriteAGPRCopyMFMA.cpp284 auto &LRM = getAnalysis<LiveRegMatrixWrapperLegacy>().getLRM(); in runOnMachineFunction()
H A DGCNNSAReassign.cpp378 auto *LRM = &getAnalysis<LiveRegMatrixWrapperLegacy>().getLRM(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp319 getAnalysis<LiveRegMatrixWrapperLegacy>().getLRM()); in runOnMachineFunction()
H A DVirtRegMap.cpp292 LiveRegMatrix &LRM = getAnalysis<LiveRegMatrixWrapperLegacy>().getLRM(); in runOnMachineFunction()
H A DRegAllocGreedy.cpp270 LRM = &P.getAnalysis<LiveRegMatrixWrapperLegacy>().getLRM(); in RequiredAnalyses()