Home
last modified time | relevance | path

Searched refs:StackSlotForVirtReg (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FastPreTileConfig.cpp63 IndexedMap<int, VirtReg2IndexFunctor> StackSlotForVirtReg; member in __anon400d6bca0111::X86FastPreTileConfig
81 X86FastPreTileConfig() : MachineFunctionPass(ID), StackSlotForVirtReg(-1) {} in X86FastPreTileConfig()
121 int SS = StackSlotForVirtReg[VirtReg]; in getStackSpaceFor()
133 StackSlotForVirtReg[VirtReg] = FrameIdx; in getStackSpaceFor()
678 StackSlotForVirtReg.resize(NumVirtRegs); in runOnMachineFunction()
703 StackSlotForVirtReg.clear(); in runOnMachineFunction()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegAllocFast.cpp73 StackSlotForVirtReg(-1), in RegAllocFast()
89 IndexedMap<int, VirtReg2IndexFunctor> StackSlotForVirtReg; member in __anone082371b0111::RegAllocFast
320 int SS = StackSlotForVirtReg[VirtReg]; in getStackSpaceFor()
332 StackSlotForVirtReg[VirtReg] = FrameIdx; in getStackSpaceFor()
652 bool SureSpill = StackSlotForVirtReg[VirtReg] != -1 || in calcSpillCost()
1425 int SS = StackSlotForVirtReg[Reg]; in handleDebugValue()
1562 StackSlotForVirtReg.resize(NumVirtRegs); in runOnMachineFunction()
1577 StackSlotForVirtReg.clear(); in runOnMachineFunction()