Searched refs:StackSlotForVirtReg (Results 1 – 2 of 2) sorted by relevance
61 IndexedMap<int, VirtReg2IndexFunctor> StackSlotForVirtReg; member in __anonf301ba9a0111::X86FastPreTileConfig79 X86FastPreTileConfig() : MachineFunctionPass(ID), StackSlotForVirtReg(-1) {} in X86FastPreTileConfig()119 int SS = StackSlotForVirtReg[VirtReg]; in getStackSpaceFor()131 StackSlotForVirtReg[VirtReg] = FrameIdx; in getStackSpaceFor()694 StackSlotForVirtReg.resize(NumVirtRegs); in runOnMachineFunction()719 StackSlotForVirtReg.clear(); in runOnMachineFunction()
182 : ShouldAllocateRegisterImpl(F), StackSlotForVirtReg(-1), in RegAllocFastImpl()197 IndexedMap<int, VirtReg2IndexFunctor> StackSlotForVirtReg; member in __anon43a0a7eb0111::RegAllocFastImpl468 int SS = StackSlotForVirtReg[VirtReg]; in getStackSpaceFor()480 StackSlotForVirtReg[VirtReg] = FrameIdx; in getStackSpaceFor()811 bool SureSpill = StackSlotForVirtReg[VirtReg] != -1 || in calcSpillCost()1113 int FI = StackSlotForVirtReg[VirtReg]; in defineVirtReg()1721 int SS = StackSlotForVirtReg[Reg]; in handleDebugValue()1849 StackSlotForVirtReg.resize(NumVirtRegs); in runOnMachineFunction()1864 StackSlotForVirtReg.clear(); in runOnMachineFunction()