Searched refs:StackSlotForVirtReg (Results 1 – 2 of 2) sorted by relevance
63 IndexedMap<int, VirtReg2IndexFunctor> StackSlotForVirtReg; member in __anon6c0700d10111::X86FastPreTileConfig81 X86FastPreTileConfig() : MachineFunctionPass(ID), StackSlotForVirtReg(-1) {} in X86FastPreTileConfig()121 int SS = StackSlotForVirtReg[VirtReg]; in getStackSpaceFor()133 StackSlotForVirtReg[VirtReg] = FrameIdx; in getStackSpaceFor()679 StackSlotForVirtReg.resize(NumVirtRegs); in runOnMachineFunction()704 StackSlotForVirtReg.clear(); in runOnMachineFunction()
73 StackSlotForVirtReg(-1), in RegAllocFast()89 IndexedMap<int, VirtReg2IndexFunctor> StackSlotForVirtReg; member in __anon04051a820111::RegAllocFast327 int SS = StackSlotForVirtReg[VirtReg]; in getStackSpaceFor()339 StackSlotForVirtReg[VirtReg] = FrameIdx; in getStackSpaceFor()660 bool SureSpill = StackSlotForVirtReg[VirtReg] != -1 || in calcSpillCost()1455 int SS = StackSlotForVirtReg[Reg]; in handleDebugValue()1592 StackSlotForVirtReg.resize(NumVirtRegs); in runOnMachineFunction()1607 StackSlotForVirtReg.clear(); in runOnMachineFunction()