Searched defs:getFrameIndex (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | PseudoSourceValue.h | 109 int getFrameIndex() const { return FI; } in getFrameIndex() function |
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | LocalStackSlotAllocation.cpp | 72 int getFrameIndex() const { return FrameIdx; } in getFrameIndex() function in __anon84125d900111::FrameRef |
H A D | FixupStatepointCallerSaved.cpp | 251 int getFrameIndex(Register Reg, MachineBasicBlock *EHPad) { getFrameIndex() function in __anon9f21b9e40211::FrameIndexesCache |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | SelectionDAG.cpp | 1862 SDValue SelectionDAG::getFrameIndex(int FI, EVT VT, bool isTarget) { getFrameIndex() function in SelectionDAG |