HomeSort by: relevance | last modified time | path
    Searched defs:getFrameIndex (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 113 int getFrameIndex() const { return FI; }
SelectionDAGNodes.h 1744 int64_t getFrameIndex() const {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LocalStackSlotAllocation.cpp 72 int getFrameIndex() const { return FrameIdx; }
351 int FrameIdx = FR.getFrameIndex();
FixupStatepointCallerSaved.cpp 250 int getFrameIndex(Register Reg, MachineBasicBlock *EHPad) {
408 int FI = CacheFI.getFrameIndex(Reg, EHPad);

Completed in 39 milliseconds