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

  /external/llvm/lib/CodeGen/SelectionDAG/
SDNodeDbgValue.h 35 FRAMEIX = 2 // value is contents of a stack location
45 unsigned FrameIx; // valid for stack objects
78 kind = FRAMEIX;
79 u.FrameIx = FI;
97 // Returns the FrameIx for a stack object
98 unsigned getFrameIx() { assert (kind==FRAMEIX); return u.FrameIx; }
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.h 100 MachineInstr *emitFrameIndexDebugValue(MachineFunction &MF, int FrameIx,
AArch64InstrInfo.cpp     [all...]

Completed in 103 milliseconds