reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/CodeGen/FunctionLoweringInfo.h
  277   int getArgumentFrameIndex(const Argument *A);

References

lib/CodeGen/SelectionDAG/FastISel.cpp
 1363     if (Arg && FuncInfo.getArgumentFrameIndex(Arg) != INT_MAX)
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 5499   int FI = FuncInfo.getArgumentFrameIndex(Arg);
 5835       FI = FuncInfo.getArgumentFrameIndex(Arg);
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
 1322         FI = FuncInfo->getArgumentFrameIndex(Arg);
lib/CodeGen/SelectionDAG/StatepointLowering.cpp
  555       int FI = Builder.FuncInfo.getArgumentFrameIndex(Arg);