Home
last modified time | relevance | path

Searched refs:LiveStacksWrapperLegacy (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveStacks.cpp23 char LiveStacksWrapperLegacy::ID = 0;
24 INITIALIZE_PASS_BEGIN(LiveStacksWrapperLegacy, DEBUG_TYPE,
27 INITIALIZE_PASS_END(LiveStacksWrapperLegacy, DEBUG_TYPE,
30 char &llvm::LiveStacksID = LiveStacksWrapperLegacy::ID;
32 void LiveStacksWrapperLegacy::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
86 bool LiveStacksWrapperLegacy::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
92 void LiveStacksWrapperLegacy::releaseMemory() { Impl = LiveStacks(); } in releaseMemory()
94 void LiveStacksWrapperLegacy::print(raw_ostream &OS, const Module *) const { in print()
H A DRegAllocBasic.cpp137 INITIALIZE_PASS_DEPENDENCY(LiveStacksWrapperLegacy) in INITIALIZE_PASS_DEPENDENCY()
184 AU.addRequired<LiveStacksWrapperLegacy>(); in getAnalysisUsage()
185 AU.addPreserved<LiveStacksWrapperLegacy>(); in getAnalysisUsage()
314 auto &LiveStks = getAnalysis<LiveStacksWrapperLegacy>().getLS(); in runOnMachineFunction()
H A DStackSlotColoring.cpp172 AU.addRequired<LiveStacksWrapperLegacy>(); in getAnalysisUsage()
199 INITIALIZE_PASS_DEPENDENCY(LiveStacksWrapperLegacy)
571 LiveStacks *LS = &getAnalysis<LiveStacksWrapperLegacy>().getLS(); in runOnMachineFunction()
H A DVirtRegMap.cpp266 INITIALIZE_PASS_DEPENDENCY(LiveStacksWrapperLegacy) in INITIALIZE_PASS_DEPENDENCY()
278 AU.addRequired<LiveStacksWrapperLegacy>(); in INITIALIZE_PASS_DEPENDENCY()
279 AU.addPreserved<LiveStacksWrapperLegacy>(); in INITIALIZE_PASS_DEPENDENCY()
H A DRegAllocPBQP.cpp551 au.addRequired<LiveStacksWrapperLegacy>(); in getAnalysisUsage()
552 au.addPreserved<LiveStacksWrapperLegacy>(); in getAnalysisUsage()
795 auto &LiveStks = getAnalysis<LiveStacksWrapperLegacy>().getLS(); in runOnMachineFunction()
H A DRegAllocGreedy.cpp269 LSS = &P.getAnalysis<LiveStacksWrapperLegacy>().getLS(); in RequiredAnalyses()
301 INITIALIZE_PASS_DEPENDENCY(LiveStacksWrapperLegacy)
347 AU.addRequired<LiveStacksWrapperLegacy>(); in getAnalysisUsage()
348 AU.addPreserved<LiveStacksWrapperLegacy>(); in getAnalysisUsage()
H A DMachineVerifier.cpp374 AU.addUsedIfAvailable<LiveStacksWrapperLegacy>(); in getAnalysisUsage()
495 auto *LSWrapper = PASS->getAnalysisIfAvailable<LiveStacksWrapperLegacy>(); in verify()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMarkLastScratchLoad.cpp52 AU.addRequired<LiveStacksWrapperLegacy>(); in getAnalysisUsage()
69 auto &LS = getAnalysis<LiveStacksWrapperLegacy>().getLS(); in runOnMachineFunction()
162 INITIALIZE_PASS_DEPENDENCY(LiveStacksWrapperLegacy)
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveStacks.h96 class LiveStacksWrapperLegacy : public MachineFunctionPass {
102 LiveStacksWrapperLegacy() : MachineFunctionPass(ID) { in LiveStacksWrapperLegacy() function
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchDeadRegisterDefinitions.cpp41 AU.addPreserved<LiveStacksWrapperLegacy>(); in getAnalysisUsage()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVDeadRegisterDefinitions.cpp41 AU.addPreserved<LiveStacksWrapperLegacy>(); in getAnalysisUsage()
H A DRISCVInsertVSETVLI.cpp875 AU.addPreserved<LiveStacksWrapperLegacy>(); in getAnalysisUsage()