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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiFrameLowering.cpp61 // ADJDYNALLOC pseudo instructions with a Lanai:ADDI with the
73 if (MI.getOpcode() == Lanai::ADJDYNALLOC) {
H A DLanaiISelLowering.h27 ADJDYNALLOC, enumerator in enum:llvm::LanaiISD::__anon4175
H A DLanaiISelLowering.cpp1039 // So, we add a pseudo instruction ADJDYNALLOC that will adjust the
1042 SDValue ArgAdjust = DAG.getNode(LanaiISD::ADJDYNALLOC, DL, MVT::i32, Sub);
1096 case LanaiISD::ADJDYNALLOC:
1097 return "LanaiISD::ADJDYNALLOC";
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h84 ADJDYNALLOC,
H A DSystemZISelDAGToDAG.cpp39 // base+displacement+index+ADJDYNALLOC
58 // Base + Disp + Index + (IncludesDynAlloc ? ADJDYNALLOC : 0)
71 // True if the address can (and must) include ADJDYNALLOC.
93 errs() << " + ADJDYNALLOC";
412 // The base or index of AM is equivalent to Value + ADJDYNALLOC,
414 // ADJDYNALLOC into AM.
469 if (Op0Code == SystemZISD::ADJDYNALLOC)
471 if (Op1Code == SystemZISD::ADJDYNALLOC)
580 // Also see if it's a bare ADJDYNALLOC.
581 else if (Addr.getOpcode() == SystemZISD::ADJDYNALLOC
[all...]
H A DSystemZInstrInfo.cpp115 // Split ADJDYNALLOC instruction MI.
1495 case SystemZ::ADJDYNALLOC:
H A DSystemZISelLowering.cpp3455 // amounts to yet, so emit a special ADJDYNALLOC placeholder.
3456 SDValue ArgAdjust = DAG.getNode(SystemZISD::ADJDYNALLOC, DL, MVT::i64);
3480 return DAG.getNode(SystemZISD::ADJDYNALLOC, DL, MVT::i64);
5568 OPCODE(ADJDYNALLOC);

Completed in 227 milliseconds