Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h107 int getFrameIndex() const { return FI; } in getFrameIndex() function
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp62 int getFrameIndex() const { return FrameIdx; } in getFrameIndex() function in __anon3b6b30100111::FrameRef
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h103 int getFrameIndex() const { return FrameIndex; } in getFrameIndex() function
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp391 SDNode *PPCDAGToDAGISel::getFrameIndex(SDNode *SN, SDNode *N, unsigned Offset) { in getFrameIndex() function in PPCDAGToDAGISel
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1278 SDValue SelectionDAG::getFrameIndex(int FI, EVT VT, bool isTarget) { in getFrameIndex() function in SelectionDAG