Home
last modified time | relevance | path

Searched refs:ADJDYNALLOC (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiFrameLowering.cpp70 if (MI.getOpcode() == Lanai::ADJDYNALLOC) { in replaceAdjDynAllocPseudo()
H A DLanaiISelLowering.h27 ADJDYNALLOC, enumerator
H A DLanaiInstrInfo.td61 def LanaiAdjDynAlloc : SDNode<"LanaiISD::ADJDYNALLOC", SDT_LanaiAdjDynAlloc>;
762 def ADJDYNALLOC : Pseudo<(outs GPR:$dst), (ins GPR:$src),
763 "#ADJDYNALLOC $dst $src",
H A DLanaiISelLowering.cpp1043 SDValue ArgAdjust = DAG.getNode(LanaiISD::ADJDYNALLOC, DL, MVT::i32, Sub); in LowerDYNAMIC_STACKALLOC()
1097 case LanaiISD::ADJDYNALLOC: in getTargetNodeName()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp495 if (Op0Code == SystemZISD::ADJDYNALLOC) in expandAddress()
497 if (Op1Code == SystemZISD::ADJDYNALLOC) in expandAddress()
607 else if (Addr.getOpcode() == SystemZISD::ADJDYNALLOC && in selectAddress()
H A DSystemZISelLowering.h82 ADJDYNALLOC, enumerator
H A DSystemZOperands.td638 // dynalloc : base + displacement + index + ADJDYNALLOC
H A DSystemZOperators.td283 def z_adjdynalloc : SDNode<"SystemZISD::ADJDYNALLOC", SDT_ZAdjDynAlloc>;
H A DSystemZInstrInfo.cpp1769 case SystemZ::ADJDYNALLOC: in expandPostRAPseudo()
H A DSystemZISelLowering.cpp4015 SDValue ArgAdjust = DAG.getNode(SystemZISD::ADJDYNALLOC, DL, PtrMVT); in lowerDYNAMIC_STACKALLOC_XPLINK()
4084 SDValue ArgAdjust = DAG.getNode(SystemZISD::ADJDYNALLOC, DL, MVT::i64); in lowerDYNAMIC_STACKALLOC_ELF()
4109 return DAG.getNode(SystemZISD::ADJDYNALLOC, DL, MVT::i64); in lowerGET_DYNAMIC_AREA_OFFSET()
6391 OPCODE(ADJDYNALLOC); in getTargetNodeName()
H A DSystemZScheduleZEC12.td113 def : InstRW<[WLat1, FXU, NormalGr], (instregex "ADJDYNALLOC$")>;
H A DSystemZScheduleZ196.td109 def : InstRW<[WLat1, FXU, NormalGr], (instregex "ADJDYNALLOC$")>; // Pseudo -> LA / LAY
H A DSystemZScheduleZ13.td129 def : InstRW<[WLat1, FXa, NormalGr], (instregex "ADJDYNALLOC$")>;
H A DSystemZScheduleZ14.td129 def : InstRW<[WLat1, FXa, NormalGr], (instregex "ADJDYNALLOC$")>;
H A DSystemZScheduleZ15.td129 def : InstRW<[WLat1, FXa, NormalGr], (instregex "ADJDYNALLOC$")>;
H A DSystemZScheduleZ16.td130 def : InstRW<[WLat1, FXa, NormalGr], (instregex "ADJDYNALLOC$")>;
H A DSystemZInstrInfo.td32 def ADJDYNALLOC : Pseudo<(outs GR64:$dst), (ins dynalloc12only:$src),