Searched refs:StackSlotForVirtReg (Results 1 – 2 of 2) sorted by relevance
62 IndexedMap<int, VirtReg2IndexFunctor> StackSlotForVirtReg; member in __anon8566048f0111::X86FastPreTileConfig80 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()
182 : ShouldAllocateRegisterImpl(F), StackSlotForVirtReg(-1), in RegAllocFastImpl()197 IndexedMap<int, VirtReg2IndexFunctor> StackSlotForVirtReg; member in __anonaa58e9000111::RegAllocFastImpl466 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()