Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h84 ADJDYNALLOC, enumerator
DSystemZISelDAGToDAG.cpp446 if (Op0Code == SystemZISD::ADJDYNALLOC) in expandAddress()
448 if (Op1Code == SystemZISD::ADJDYNALLOC) in expandAddress()
DSystemZOperands.td512 // dynalloc : base + displacement + index + ADJDYNALLOC
DSystemZOperators.td179 def z_adjdynalloc : SDNode<"SystemZISD::ADJDYNALLOC", SDT_ZAdjDynAlloc>;
DSystemZInstrInfo.cpp1047 case SystemZ::ADJDYNALLOC: in expandPostRAPseudo()
DSystemZInstrInfo.td27 def ADJDYNALLOC : Pseudo<(outs GR64:$dst), (ins dynalloc12only:$src),
DSystemZISelLowering.cpp2780 SDValue ArgAdjust = DAG.getNode(SystemZISD::ADJDYNALLOC, DL, MVT::i64); in lowerDYNAMIC_STACKALLOC()
4437 OPCODE(ADJDYNALLOC); in getTargetNodeName()