Home
last modified time | relevance | path

Searched refs:MO_FrameIndex (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineOperand.h51 MO_FrameIndex, ///< Abstract Stack Frame Index enumerator
237 bool isFI() const { return OpKind == MO_FrameIndex; } in isFI()
619 MachineOperand Op(MachineOperand::MO_FrameIndex); in CreateFI()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp205 case MachineOperand::MO_FrameIndex: in isIdenticalTo()
247 case MachineOperand::MO_FrameIndex: in hash_value()
350 case MachineOperand::MO_FrameIndex: in print()
DBranchFolding.cpp281 case MachineOperand::MO_FrameIndex: in HashMachineInstr()
DMachineVerifier.cpp962 case MachineOperand::MO_FrameIndex: in visitMachineOperand()
/external/llvm/lib/Target/ARM/
DARMExpandPseudoInsts.cpp631 case MachineOperand::MO_FrameIndex: in IsAnAddressOperand()