Home
last modified time | relevance | path

Searched refs:LiveRegMatrixWrapperLegacy (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRegMatrix.cpp38 char LiveRegMatrixWrapperLegacy::ID = 0;
39 INITIALIZE_PASS_BEGIN(LiveRegMatrixWrapperLegacy, "liveregmatrix",
43 INITIALIZE_PASS_END(LiveRegMatrixWrapperLegacy, "liveregmatrix", in INITIALIZE_PASS_DEPENDENCY()
46 void LiveRegMatrixWrapperLegacy::getAnalysisUsage(AnalysisUsage &AU) const { in INITIALIZE_PASS_DEPENDENCY()
53 bool LiveRegMatrixWrapperLegacy::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
75 void LiveRegMatrixWrapperLegacy::releaseMemory() { LRM.releaseMemory(); } in releaseMemory()
H A DRegAllocBasic.cpp142 INITIALIZE_PASS_DEPENDENCY(LiveRegMatrixWrapperLegacy) in INITIALIZE_PASS_DEPENDENCY()
196 AU.addRequired<LiveRegMatrixWrapperLegacy>(); in getAnalysisUsage()
197 AU.addPreserved<LiveRegMatrixWrapperLegacy>(); in getAnalysisUsage()
319 getAnalysis<LiveRegMatrixWrapperLegacy>().getLRM()); in runOnMachineFunction()
H A DVirtRegMap.cpp265 INITIALIZE_PASS_DEPENDENCY(LiveRegMatrixWrapperLegacy) in INITIALIZE_PASS_DEPENDENCY()
281 AU.addRequired<LiveRegMatrixWrapperLegacy>(); in INITIALIZE_PASS_DEPENDENCY()
292 LiveRegMatrix &LRM = getAnalysis<LiveRegMatrixWrapperLegacy>().getLRM(); in runOnMachineFunction()
H A DRegAllocGreedy.cpp270 LRM = &P.getAnalysis<LiveRegMatrixWrapperLegacy>().getLRM(); in RequiredAnalyses()
305 INITIALIZE_PASS_DEPENDENCY(LiveRegMatrixWrapperLegacy)
355 AU.addRequired<LiveRegMatrixWrapperLegacy>(); in getAnalysisUsage()
356 AU.addPreserved<LiveRegMatrixWrapperLegacy>(); in getAnalysisUsage()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRegMatrix.h41 friend class LiveRegMatrixWrapperLegacy; variable
173 class LiveRegMatrixWrapperLegacy : public MachineFunctionPass {
179 LiveRegMatrixWrapperLegacy() : MachineFunctionPass(ID) {} in LiveRegMatrixWrapperLegacy() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteAGPRCopyMFMA.cpp253 AU.addRequired<LiveRegMatrixWrapperLegacy>(); in getAnalysisUsage()
257 AU.addPreserved<LiveRegMatrixWrapperLegacy>(); in getAnalysisUsage()
269 INITIALIZE_PASS_DEPENDENCY(LiveRegMatrixWrapperLegacy)
284 auto &LRM = getAnalysis<LiveRegMatrixWrapperLegacy>().getLRM(); in runOnMachineFunction()
H A DSIPreAllocateWWMRegs.cpp72 AU.addRequired<LiveRegMatrixWrapperLegacy>(); in getAnalysisUsage()
84 INITIALIZE_PASS_DEPENDENCY(LiveRegMatrixWrapperLegacy)
193 auto *Matrix = &getAnalysis<LiveRegMatrixWrapperLegacy>().getLRM(); in runOnMachineFunction()
H A DGCNNSAReassign.cpp95 AU.addRequired<LiveRegMatrixWrapperLegacy>(); in getAnalysisUsage()
107 INITIALIZE_PASS_DEPENDENCY(LiveRegMatrixWrapperLegacy)
378 auto *LRM = &getAnalysis<LiveRegMatrixWrapperLegacy>().getLRM(); in runOnMachineFunction()