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

  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 51 MO_FrameIndex, ///< Abstract Stack Frame Index
233 /// isFI - Tests if this is a MO_FrameIndex operand.
234 bool isFI() const { return OpKind == MO_FrameIndex; }
591 MachineOperand Op(MachineOperand::MO_FrameIndex);
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 187 case MachineOperand::MO_FrameIndex:
226 case MachineOperand::MO_FrameIndex:
335 case MachineOperand::MO_FrameIndex:
    [all...]
BranchFolding.cpp 266 case MachineOperand::MO_FrameIndex:
    [all...]
MachineVerifier.cpp     [all...]

Completed in 134 milliseconds