Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastPreTileConfig.cpp62 IndexedMap<int, VirtReg2IndexFunctor> StackSlotForVirtReg; member in __anon8566048f0111::X86FastPreTileConfig
80 X86FastPreTileConfig() : MachineFunctionPass(ID), StackSlotForVirtReg(-1) {} in X86FastPreTileConfig()
120 int SS = StackSlotForVirtReg[VirtReg]; in getStackSpaceFor()
132 StackSlotForVirtReg[VirtReg] = FrameIdx; in getStackSpaceFor()
671 StackSlotForVirtReg.resize(NumVirtRegs); in runOnMachineFunction()
696 StackSlotForVirtReg.clear(); in runOnMachineFunction()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp182 : ShouldAllocateRegisterImpl(F), StackSlotForVirtReg(-1), in RegAllocFastImpl()
197 IndexedMap<int, VirtReg2IndexFunctor> StackSlotForVirtReg; member in __anonaa58e9000111::RegAllocFastImpl
466 int SS = StackSlotForVirtReg[VirtReg]; in getStackSpaceFor()
478 StackSlotForVirtReg[VirtReg] = FrameIdx; in getStackSpaceFor()
792 bool SureSpill = StackSlotForVirtReg[VirtReg] != -1 || in calcSpillCost()
1098 int FI = StackSlotForVirtReg[VirtReg]; in defineVirtReg()
1661 int SS = StackSlotForVirtReg[Reg]; in handleDebugValue()
1791 StackSlotForVirtReg.resize(NumVirtRegs); in runOnMachineFunction()
1806 StackSlotForVirtReg.clear(); in runOnMachineFunction()