HomeSort by relevance Sort by last modified time
    Searched refs:getArgumentFrameIndex (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 206 /// getArgumentFrameIndex - Get frame index for the byval argument.
207 int getArgumentFrameIndex(const Argument *A);
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 362 /// getArgumentFrameIndex - Get frame index for the byval argument.
365 int FunctionLoweringInfo::getArgumentFrameIndex(const Argument *A) {
FastISel.cpp 535 Offset = FuncInfo.getArgumentFrameIndex(Arg);
    [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 305 milliseconds