Home
last modified time | relevance | path

Searched refs:MO_RegisterLiveOut (Results 1 – 8 of 8) 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineOperand.h65 MO_RegisterLiveOut, ///< Mask of live-out registers. enumerator
337 bool isRegLiveOut() const { return OpKind == MO_RegisterLiveOut; } in isRegLiveOut()
859 MachineOperand Op(MachineOperand::MO_RegisterLiveOut); in CreateRegLiveOut()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineOperand.cpp293 case MachineOperand::MO_RegisterLiveOut: { in isIdenticalTo()
358 case MachineOperand::MO_RegisterLiveOut: in hash_value()
871 case MachineOperand::MO_RegisterLiveOut: { in print()
DMIRPrinter.cpp763 case MachineOperand::MO_RegisterLiveOut: in print()
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMExpandPseudoInsts.cpp801 case MachineOperand::MO_RegisterLiveOut: in IsAnAddressOperand()