Searched refs:ADA_ENTRY (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.h | 306 ADA_ENTRY, enumerator
|
H A D | SystemZAsmPrinter.cpp | 327 case SystemZ::ADA_ENTRY: { in emitInstruction() 335 bool LoadAddr = MI->getOpcode() == SystemZ::ADA_ENTRY; in emitInstruction()
|
H A D | SystemZOperators.td | 464 def z_ada_entry : SDNode<"SystemZISD::ADA_ENTRY",
|
H A D | SystemZInstrInfo.td | 301 def ADA_ENTRY : Alias<12, (outs GR64:$Reg), (ins adasym:$addr,
|
H A D | SystemZISelLowering.cpp | 1814 SDValue Result = DAG.getNode(SystemZISD::ADA_ENTRY, DL, PtrVT, Val, Reg, Ofs); in getADAEntry() 6506 OPCODE(ADA_ENTRY); in getTargetNodeName()
|