Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastPreTileConfig.cpp62 IndexedMap<int, VirtReg2IndexFunctor> StackSlotForVirtReg; member in __anon0eecf2900111::X86FastPreTileConfig
80 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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp184 StackSlotForVirtReg(-1), ClearVirtRegs(ClearVirtRegs_) {} in RegAllocFast()
198 IndexedMap<int, VirtReg2IndexFunctor> StackSlotForVirtReg; member in __anonf5ca9da10111::RegAllocFast
441 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()