Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastPreTileConfig.cpp61 IndexedMap<int, VirtReg2IndexFunctor> StackSlotForVirtReg; member in __anonf301ba9a0111::X86FastPreTileConfig
79 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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp182 : ShouldAllocateRegisterImpl(F), StackSlotForVirtReg(-1), in RegAllocFastImpl()
197 IndexedMap<int, VirtReg2IndexFunctor> StackSlotForVirtReg; member in __anon43a0a7eb0111::RegAllocFastImpl
468 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()