/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64PostCoalescerPass.cpp | 64 LIS = &getAnalysis<LiveIntervalsWrapperPass>().getLIS(); in INITIALIZE_PASS_DEPENDENCY()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyOptimizeLiveIntervals.cpp | 80 auto &LIS = getAnalysis<LiveIntervalsWrapperPass>().getLIS(); in runOnMachineFunction()
|
H A D | WebAssemblyMemIntrinsicResults.cpp | 188 auto &LIS = getAnalysis<LiveIntervalsWrapperPass>().getLIS(); in runOnMachineFunction()
|
H A D | WebAssemblyRegColoring.cpp | 234 LiveIntervals *Liveness = &getAnalysis<LiveIntervalsWrapperPass>().getLIS(); in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchDeadRegisterDefinitions.cpp | 66 LiveIntervals &LIS = getAnalysis<LiveIntervalsWrapperPass>().getLIS(); in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVDeadRegisterDefinitions.cpp | 65 LiveIntervals &LIS = getAnalysis<LiveIntervalsWrapperPass>().getLIS(); in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMarkLastScratchLoad.cpp | 68 LIS = &getAnalysis<LiveIntervalsWrapperPass>().getLIS(); in runOnMachineFunction()
|
H A D | SILowerWWMCopies.cpp | 106 LIS = LISWrapper ? &LISWrapper->getLIS() : nullptr; in runOnMachineFunction()
|
H A D | GCNPreRAOptimizations.cpp | 222 LIS = &getAnalysis<LiveIntervalsWrapperPass>().getLIS(); in runOnMachineFunction()
|
H A D | SIPreAllocateWWMRegs.cpp | 196 LIS = &getAnalysis<LiveIntervalsWrapperPass>().getLIS(); in runOnMachineFunction()
|
H A D | SIMachineScheduler.h | 451 LiveIntervals *getLIS() { return LIS; } in getLIS() function
|
H A D | GCNNSAReassign.cpp | 247 LIS = &getAnalysis<LiveIntervalsWrapperPass>().getLIS(); in runOnMachineFunction()
|
H A D | SIFormMemoryClauses.cpp | 269 LiveIntervals *LIS = &getAnalysis<LiveIntervalsWrapperPass>().getLIS(); in runOnMachineFunction()
|
H A D | SILowerSGPRSpills.cpp | 315 LIS = LISWrapper ? &LISWrapper->getLIS() : nullptr; in runOnMachineFunction()
|
H A D | GCNRewritePartialRegUses.cpp | 486 LIS = LISWrapper ? &LISWrapper->getLIS() : nullptr; in runOnMachineFunction()
|
H A D | SIOptimizeExecMaskingPreRA.cpp | 351 LIS = &getAnalysis<LiveIntervalsWrapperPass>().getLIS(); in runOnMachineFunction()
|
H A D | SIMachineScheduler.cpp | 308 LiveIntervals *LIS = DAG->getLIS(); in initRegPressure() 1330 DAG->getLIS()->handleMove(*MI, /*UpdateFlags=*/true); in scheduleInsideBlocks() 1356 DAG->getLIS()->handleMove(*POld, /*UpdateFlags=*/true); in scheduleInsideBlocks()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TileConfig.cpp | 89 LiveIntervals &LIS = getAnalysis<LiveIntervalsWrapperPass>().getLIS(); in INITIALIZE_PASS_DEPENDENCY()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveRegMatrix.cpp | 57 LIS = &getAnalysis<LiveIntervalsWrapperPass>().getLIS(); in runOnMachineFunction()
|
H A D | RegAllocBasic.cpp | 311 getAnalysis<LiveIntervalsWrapperPass>().getLIS(), in runOnMachineFunction()
|
H A D | RenameIndependentSubregs.cpp | 393 LIS = &getAnalysis<LiveIntervalsWrapperPass>().getLIS(); in runOnMachineFunction()
|
H A D | VirtRegMap.cpp | 262 LIS = &getAnalysis<LiveIntervalsWrapperPass>().getLIS(); in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonCopyHoisting.cpp | 110 LiveIntervals &LIS = getAnalysis<LiveIntervalsWrapperPass>().getLIS(); in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCVSXFMAMutate.cpp | 350 LIS = &getAnalysis<LiveIntervalsWrapperPass>().getLIS(); in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LiveIntervals.h | 538 LiveIntervals &getLIS() { return LIS; } in getLIS() function
|