| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchDeadRegisterDefinitions.cpp | 36 AU.addRequired<LiveIntervalsWrapperPass>(); in getAnalysisUsage() 37 AU.addPreserved<LiveIntervalsWrapperPass>(); in getAnalysisUsage() 38 AU.addRequired<LiveIntervalsWrapperPass>(); in getAnalysisUsage() 64 LiveIntervals &LIS = getAnalysis<LiveIntervalsWrapperPass>().getLIS(); in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVDeadRegisterDefinitions.cpp | 36 AU.addRequired<LiveIntervalsWrapperPass>(); in getAnalysisUsage() 37 AU.addPreserved<LiveIntervalsWrapperPass>(); in getAnalysisUsage() 38 AU.addRequired<LiveIntervalsWrapperPass>(); in getAnalysisUsage() 63 LiveIntervals &LIS = getAnalysis<LiveIntervalsWrapperPass>().getLIS(); in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64PostCoalescerPass.cpp | 37 AU.addRequired<LiveIntervalsWrapperPass>(); in getAnalysisUsage() 48 INITIALIZE_PASS_DEPENDENCY(LiveIntervalsWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument 61 LIS = &getAnalysis<LiveIntervalsWrapperPass>().getLIS(); in INITIALIZE_PASS_DEPENDENCY()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyOptimizeLiveIntervals.cpp | 43 AU.addRequired<LiveIntervalsWrapperPass>(); in getAnalysisUsage() 46 AU.addPreserved<LiveIntervalsWrapperPass>(); in getAnalysisUsage() 79 auto &LIS = getAnalysis<LiveIntervalsWrapperPass>().getLIS(); in runOnMachineFunction()
|
| H A D | WebAssemblyMemIntrinsicResults.cpp | 61 AU.addRequired<LiveIntervalsWrapperPass>(); in getAnalysisUsage() 63 AU.addPreserved<LiveIntervalsWrapperPass>(); in getAnalysisUsage() 188 auto &LIS = getAnalysis<LiveIntervalsWrapperPass>().getLIS(); in runOnMachineFunction()
|
| H A D | WebAssemblyRegColoring.cpp | 43 AU.addRequired<LiveIntervalsWrapperPass>(); in getAnalysisUsage() 234 LiveIntervals *Liveness = &getAnalysis<LiveIntervalsWrapperPass>().getLIS(); in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURewriteAGPRCopyMFMA.cpp | 251 AU.addRequired<LiveIntervalsWrapperPass>(); in getAnalysisUsage() 255 AU.addPreserved<LiveIntervalsWrapperPass>(); in getAnalysisUsage() 267 INITIALIZE_PASS_DEPENDENCY(LiveIntervalsWrapperPass) 285 auto &LIS = getAnalysis<LiveIntervalsWrapperPass>().getLIS(); in runOnMachineFunction()
|
| H A D | SILowerWWMCopies.cpp | 65 AU.addUsedIfAvailable<LiveIntervalsWrapperPass>(); in getAnalysisUsage() 77 INITIALIZE_PASS_DEPENDENCY(LiveIntervalsWrapperPass) 112 auto *LISWrapper = getAnalysisIfAvailable<LiveIntervalsWrapperPass>(); in runOnMachineFunction()
|
| H A D | SIPreAllocateWWMRegs.cpp | 70 AU.addRequired<LiveIntervalsWrapperPass>(); in getAnalysisUsage() 82 INITIALIZE_PASS_DEPENDENCY(LiveIntervalsWrapperPass) 192 auto *LIS = &getAnalysis<LiveIntervalsWrapperPass>().getLIS(); in runOnMachineFunction()
|
| H A D | GCNPreRAOptimizations.cpp | 77 AU.addRequired<LiveIntervalsWrapperPass>(); in getAnalysisUsage() 86 INITIALIZE_PASS_DEPENDENCY(LiveIntervalsWrapperPass) 231 LiveIntervals *LIS = &getAnalysis<LiveIntervalsWrapperPass>().getLIS(); in runOnMachineFunction()
|
| H A D | AMDGPUMarkLastScratchLoad.cpp | 51 AU.addRequired<LiveIntervalsWrapperPass>(); in getAnalysisUsage() 70 auto &LIS = getAnalysis<LiveIntervalsWrapperPass>().getLIS(); in runOnMachineFunction()
|
| H A D | GCNNSAReassign.cpp | 93 AU.addRequired<LiveIntervalsWrapperPass>(); in getAnalysisUsage() 105 INITIALIZE_PASS_DEPENDENCY(LiveIntervalsWrapperPass) 379 auto *LIS = &getAnalysis<LiveIntervalsWrapperPass>().getLIS(); in runOnMachineFunction()
|
| H A D | SIFormMemoryClauses.cpp | 75 AU.addRequired<LiveIntervalsWrapperPass>(); in getAnalysisUsage() 89 INITIALIZE_PASS_DEPENDENCY(LiveIntervalsWrapperPass) 427 LiveIntervals *LIS = &getAnalysis<LiveIntervalsWrapperPass>().getLIS(); in runOnMachineFunction()
|
| H A D | GCNRewritePartialRegUses.cpp | 141 AU.addPreserved<LiveIntervalsWrapperPass>(); in getAnalysisUsage() 447 LiveIntervalsWrapperPass *LISWrapper = in runOnMachineFunction() 448 getAnalysisIfAvailable<LiveIntervalsWrapperPass>(); in runOnMachineFunction()
|
| H A D | SIOptimizeExecMaskingPreRA.cpp | 67 AU.addRequired<LiveIntervalsWrapperPass>(); in getAnalysisUsage() 77 INITIALIZE_PASS_DEPENDENCY(LiveIntervalsWrapperPass) 364 auto *LIS = &getAnalysis<LiveIntervalsWrapperPass>().getLIS(); in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RegAllocBasic.cpp | 134 INITIALIZE_PASS_DEPENDENCY(LiveIntervalsWrapperPass) in INITIALIZE_PASS_DEPENDENCY() 179 AU.addRequired<LiveIntervalsWrapperPass>(); in getAnalysisUsage() 180 AU.addPreserved<LiveIntervalsWrapperPass>(); in getAnalysisUsage() 318 getAnalysis<LiveIntervalsWrapperPass>().getLIS(), in runOnMachineFunction()
|
| H A D | LiveRegMatrix.cpp | 41 INITIALIZE_PASS_DEPENDENCY(LiveIntervalsWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument 48 AU.addRequiredTransitive<LiveIntervalsWrapperPass>(); in INITIALIZE_PASS_DEPENDENCY() 54 auto &LIS = getAnalysis<LiveIntervalsWrapperPass>().getLIS(); in runOnMachineFunction()
|
| H A D | RenameIndependentSubregs.cpp | 107 AU.addRequired<LiveIntervalsWrapperPass>(); in getAnalysisUsage() 108 AU.addPreserved<LiveIntervalsWrapperPass>(); in getAnalysisUsage() 124 INITIALIZE_PASS_DEPENDENCY(LiveIntervalsWrapperPass) in INITIALIZE_PASS_DEPENDENCY() 404 auto &LIS = getAnalysis<LiveIntervalsWrapperPass>().getLIS(); in runOnMachineFunction()
|
| H A D | VirtRegMap.cpp | 263 INITIALIZE_PASS_DEPENDENCY(LiveIntervalsWrapperPass) in INITIALIZE_PASS_DEPENDENCY() 273 AU.addRequired<LiveIntervalsWrapperPass>(); in INITIALIZE_PASS_DEPENDENCY() 274 AU.addPreserved<LiveIntervalsWrapperPass>(); in INITIALIZE_PASS_DEPENDENCY() 291 LiveIntervals &LIS = getAnalysis<LiveIntervalsWrapperPass>().getLIS(); in runOnMachineFunction()
|
| H A D | LiveIntervals.cpp | 79 char LiveIntervalsWrapperPass::ID = 0; 80 char &llvm::LiveIntervalsID = LiveIntervalsWrapperPass::ID; 81 INITIALIZE_PASS_BEGIN(LiveIntervalsWrapperPass, "liveintervals", 85 INITIALIZE_PASS_END(LiveIntervalsWrapperPass, "liveintervals", in INITIALIZE_PASS_DEPENDENCY() 88 bool LiveIntervalsWrapperPass::runOnMachineFunction(MachineFunction &MF) { in INITIALIZE_PASS_DEPENDENCY() 113 void LiveIntervalsWrapperPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage() 124 LiveIntervalsWrapperPass::LiveIntervalsWrapperPass() : MachineFunctionPass(ID) { in LiveIntervalsWrapperPass() function in LiveIntervalsWrapperPass
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCVSXFMAMutate.cpp | 333 LIS = &getAnalysis<LiveIntervalsWrapperPass>().getLIS(); in runOnMachineFunction() 350 AU.addRequired<LiveIntervalsWrapperPass>(); in getAnalysisUsage() 351 AU.addPreserved<LiveIntervalsWrapperPass>(); in getAnalysisUsage() 363 INITIALIZE_PASS_DEPENDENCY(LiveIntervalsWrapperPass)
|
| H A D | PPCTLSDynamicCall.cpp | 324 AU.addRequired<LiveIntervalsWrapperPass>(); in getAnalysisUsage() 333 INITIALIZE_PASS_DEPENDENCY(LiveIntervalsWrapperPass)
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonCopyHoisting.cpp | 43 AU.addRequired<LiveIntervalsWrapperPass>(); in getAnalysisUsage() 45 AU.addPreserved<LiveIntervalsWrapperPass>(); in getAnalysisUsage() 103 LiveIntervals &LIS = getAnalysis<LiveIntervalsWrapperPass>().getLIS(); in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LiveIntervals.h | 57 friend class LiveIntervalsWrapperPass; variable 532 class LLVM_ABI LiveIntervalsWrapperPass : public MachineFunctionPass { 538 LiveIntervalsWrapperPass();
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TileConfig.cpp | 53 AU.addRequired<LiveIntervalsWrapperPass>(); in getAnalysisUsage() 144 LiveIntervals &LIS = getAnalysis<LiveIntervalsWrapperPass>().getLIS(); in runOnMachineFunction()
|