Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dframe-27.mir175 # CHECK: renamable $r2d = ADJDYNALLOC renamable $r1d, 0, $noreg
196 renamable $r2d = ADJDYNALLOC renamable $r1d, 0, $noreg
/llvm-project-15.0.7/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.cpp1047 SDValue ArgAdjust = DAG.getNode(LanaiISD::ADJDYNALLOC, DL, MVT::i32, Sub); in LowerDYNAMIC_STACKALLOC()
1101 case LanaiISD::ADJDYNALLOC: in getTargetNodeName()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp472 if (Op0Code == SystemZISD::ADJDYNALLOC) in expandAddress()
474 if (Op1Code == SystemZISD::ADJDYNALLOC) in expandAddress()
584 else if (Addr.getOpcode() == SystemZISD::ADJDYNALLOC && in selectAddress()
H A DSystemZISelLowering.h81 ADJDYNALLOC, enumerator
H A DSystemZOperands.td618 // dynalloc : base + displacement + index + ADJDYNALLOC
H A DSystemZOperators.td267 def z_adjdynalloc : SDNode<"SystemZISD::ADJDYNALLOC", SDT_ZAdjDynAlloc>;
H A DSystemZInstrInfo.cpp1509 case SystemZ::ADJDYNALLOC: in expandPostRAPseudo()
H A DSystemZISelLowering.cpp3693 SDValue ArgAdjust = DAG.getNode(SystemZISD::ADJDYNALLOC, DL, PtrMVT); in lowerDYNAMIC_STACKALLOC_XPLINK()
3763 SDValue ArgAdjust = DAG.getNode(SystemZISD::ADJDYNALLOC, DL, MVT::i64); in lowerDYNAMIC_STACKALLOC_ELF()
3788 return DAG.getNode(SystemZISD::ADJDYNALLOC, DL, MVT::i64); in lowerGET_DYNAMIC_AREA_OFFSET()
5925 OPCODE(ADJDYNALLOC); in getTargetNodeName()
H A DSystemZScheduleZ196.td109 def : InstRW<[WLat1, FXU, NormalGr], (instregex "ADJDYNALLOC$")>; // Pseudo -> LA / LAY
H A DSystemZScheduleZEC12.td113 def : InstRW<[WLat1, FXU, NormalGr], (instregex "ADJDYNALLOC$")>;
H A DSystemZScheduleZ13.td129 def : InstRW<[WLat1, FXa, NormalGr], (instregex "ADJDYNALLOC$")>;
H A DSystemZScheduleZ16.td130 def : InstRW<[WLat1, FXa, NormalGr], (instregex "ADJDYNALLOC$")>;
H A DSystemZScheduleZ15.td129 def : InstRW<[WLat1, FXa, NormalGr], (instregex "ADJDYNALLOC$")>;
H A DSystemZScheduleZ14.td129 def : InstRW<[WLat1, FXa, NormalGr], (instregex "ADJDYNALLOC$")>;
H A DSystemZInstrInfo.td32 def ADJDYNALLOC : Pseudo<(outs GR64:$dst), (ins dynalloc12only:$src),