Searched refs:StackSlotForVirtReg (Results 1 – 2 of 2) sorted by relevance
62 IndexedMap<int, VirtReg2IndexFunctor> StackSlotForVirtReg; member in __anon0eecf2900111::X86FastPreTileConfig80 X86FastPreTileConfig() : MachineFunctionPass(ID), StackSlotForVirtReg(-1) {} in X86FastPreTileConfig()120 int SS = StackSlotForVirtReg[VirtReg]; in getStackSpaceFor()132 StackSlotForVirtReg[VirtReg] = FrameIdx; in getStackSpaceFor()678 StackSlotForVirtReg.resize(NumVirtRegs); in runOnMachineFunction()703 StackSlotForVirtReg.clear(); in runOnMachineFunction()
184 StackSlotForVirtReg(-1), ClearVirtRegs(ClearVirtRegs_) {} in RegAllocFast()198 IndexedMap<int, VirtReg2IndexFunctor> StackSlotForVirtReg; member in __anonf5ca9da10111::RegAllocFast441 int SS = StackSlotForVirtReg[VirtReg]; in getStackSpaceFor()453 StackSlotForVirtReg[VirtReg] = FrameIdx; in getStackSpaceFor()766 bool SureSpill = StackSlotForVirtReg[VirtReg] != -1 || in calcSpillCost()1070 int FI = StackSlotForVirtReg[VirtReg]; in defineVirtReg()1622 int SS = StackSlotForVirtReg[Reg]; in handleDebugValue()1754 StackSlotForVirtReg.resize(NumVirtRegs); in runOnMachineFunction()1769 StackSlotForVirtReg.clear(); in runOnMachineFunction()