Home
last modified time | relevance | path

Searched defs:getFrameIndex (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h109 int getFrameIndex() const { return FI; } in getFrameIndex() function
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp71 int getFrameIndex() const { return FrameIdx; } getFrameIndex() function in __anon34883f2f0111::FrameRef
H A DFixupStatepointCallerSaved.cpp251 int getFrameIndex(Register Reg, MachineBasicBlock *EHPad) { in getFrameIndex() function in __anon44967f430211::FrameIndexesCache
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1831 SDValue SelectionDAG::getFrameIndex(int FI, EVT VT, bool isTarget) { getFrameIndex() function in SelectionDAG