Searched refs:ADJDYNALLOC (Results 1 – 17 of 17) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiFrameLowering.cpp | 70 if (MI.getOpcode() == Lanai::ADJDYNALLOC) { in replaceAdjDynAllocPseudo()
|
| H A D | LanaiISelLowering.h | 27 ADJDYNALLOC, enumerator
|
| H A D | LanaiInstrInfo.td | 61 def LanaiAdjDynAlloc : SDNode<"LanaiISD::ADJDYNALLOC", SDT_LanaiAdjDynAlloc>; 762 def ADJDYNALLOC : Pseudo<(outs GPR:$dst), (ins GPR:$src), 763 "#ADJDYNALLOC $dst $src",
|
| H A D | LanaiISelLowering.cpp | 1044 SDValue ArgAdjust = DAG.getNode(LanaiISD::ADJDYNALLOC, DL, MVT::i32, Sub); in LowerDYNAMIC_STACKALLOC() 1098 case LanaiISD::ADJDYNALLOC: in getTargetNodeName()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelDAGToDAG.cpp | 480 if (Op0Code == SystemZISD::ADJDYNALLOC) in expandAddress() 482 if (Op1Code == SystemZISD::ADJDYNALLOC) in expandAddress() 592 else if (Addr.getOpcode() == SystemZISD::ADJDYNALLOC && in selectAddress()
|
| H A D | SystemZISelLowering.h | 82 ADJDYNALLOC, enumerator
|
| H A D | SystemZOperands.td | 638 // dynalloc : base + displacement + index + ADJDYNALLOC
|
| H A D | SystemZOperators.td | 281 def z_adjdynalloc : SDNode<"SystemZISD::ADJDYNALLOC", SDT_ZAdjDynAlloc>;
|
| H A D | SystemZInstrInfo.cpp | 1521 case SystemZ::ADJDYNALLOC: in expandPostRAPseudo()
|
| H A D | SystemZISelLowering.cpp | 3990 SDValue ArgAdjust = DAG.getNode(SystemZISD::ADJDYNALLOC, DL, PtrMVT); in lowerDYNAMIC_STACKALLOC_XPLINK() 4059 SDValue ArgAdjust = DAG.getNode(SystemZISD::ADJDYNALLOC, DL, MVT::i64); in lowerDYNAMIC_STACKALLOC_ELF() 4084 return DAG.getNode(SystemZISD::ADJDYNALLOC, DL, MVT::i64); in lowerGET_DYNAMIC_AREA_OFFSET() 6328 OPCODE(ADJDYNALLOC); in getTargetNodeName()
|
| H A D | SystemZScheduleZ196.td | 109 def : InstRW<[WLat1, FXU, NormalGr], (instregex "ADJDYNALLOC$")>; // Pseudo -> LA / LAY
|
| H A D | SystemZScheduleZEC12.td | 113 def : InstRW<[WLat1, FXU, NormalGr], (instregex "ADJDYNALLOC$")>;
|
| H A D | SystemZScheduleZ13.td | 129 def : InstRW<[WLat1, FXa, NormalGr], (instregex "ADJDYNALLOC$")>;
|
| H A D | SystemZScheduleZ16.td | 130 def : InstRW<[WLat1, FXa, NormalGr], (instregex "ADJDYNALLOC$")>;
|
| H A D | SystemZScheduleZ14.td | 129 def : InstRW<[WLat1, FXa, NormalGr], (instregex "ADJDYNALLOC$")>;
|
| H A D | SystemZScheduleZ15.td | 129 def : InstRW<[WLat1, FXa, NormalGr], (instregex "ADJDYNALLOC$")>;
|
| H A D | SystemZInstrInfo.td | 32 def ADJDYNALLOC : Pseudo<(outs GR64:$dst), (ins dynalloc12only:$src),
|