Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineOperand.h60 MO_RegisterLiveOut, ///< Mask of live-out registers. enumerator
256 bool isRegLiveOut() const { return OpKind == MO_RegisterLiveOut; } in isRegLiveOut()
710 MachineOperand Op(MachineOperand::MO_RegisterLiveOut); in CreateRegLiveOut()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp251 case MachineOperand::MO_RegisterLiveOut: in isIdenticalTo()
295 case MachineOperand::MO_RegisterLiveOut: in hash_value()
443 case MachineOperand::MO_RegisterLiveOut: in print()
DMIRPrinter.cpp842 case MachineOperand::MO_RegisterLiveOut: { in print()
/external/llvm/lib/Target/ARM/
DARMExpandPseudoInsts.cpp653 case MachineOperand::MO_RegisterLiveOut: in IsAnAddressOperand()