Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FastPreTileConfig.cpp63 IndexedMap<int, VirtReg2IndexFunctor> StackSlotForVirtReg; member in __anon6c0700d10111::X86FastPreTileConfig
81 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()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocFast.cpp73 StackSlotForVirtReg(-1), in RegAllocFast()
89 IndexedMap<int, VirtReg2IndexFunctor> StackSlotForVirtReg; member in __anon04051a820111::RegAllocFast
327 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()