Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineOperand.h45 MO_FrameIndex, ///< Abstract Stack Frame Index enumerator
186 bool isFI() const { return OpKind == MO_FrameIndex; } in isFI()
493 MachineOperand Op(MachineOperand::MO_FrameIndex); in CreateFI()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp206 case MachineOperand::MO_FrameIndex: in isIdenticalTo()
287 case MachineOperand::MO_FrameIndex: in print()
1693 case MachineOperand::MO_FrameIndex: in getHashValue()
DMachineVerifier.cpp764 case MachineOperand::MO_FrameIndex: in visitMachineOperand()
DBranchFolding.cpp257 case MachineOperand::MO_FrameIndex: in HashMachineInstr()