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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h762 /// CALLSEQ_START/CALLSEQ_END - These operators mark the beginning and end
769 /// CALLSEQ_START..CALLSEQ_END pair,
770 /// - part of the call frame prepared prior to CALLSEQ_START.
773 /// CALLSEQ_START..CALLSEQ_END pairs may not be nested.
774 CALLSEQ_START, // Beginning of a call sequence enumerator in enum:llvm::ISD::NodeType
H A DSelectionDAG.h880 /// Return a new CALLSEQ_START node, that starts new call frame, in which
881 /// InSize bytes are set up inside CALLSEQ_START..CALLSEQ_END sequence and
889 return getNode(ISD::CALLSEQ_START, DL, VTs, Ops);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp360 case ISD::CALLSEQ_START: return "callseq_start";
H A DLegalizeDAG.cpp1064 case ISD::CALLSEQ_START:
1274 case ISD::CALLSEQ_START:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3141 /// (physical regs)/(stack frame), CALLSEQ_START and CALLSEQ_END are emitted.
3171 // There is one case where CALLSEQ_START..CALLSEQ_END can be nested, which
3177 // still produce nested CALLSEQ_START..CALLSEQ_END with zero space though.
3183 // Other cases of calling memcpy cannot have a chain with a CALLSEQ_START
3186 // Hence, the CALLSEQ_START and CALLSEQ_END nodes can be eliminated in this
3198 Chain.getOpcode() == ISD::CALLSEQ_START;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp760 /// moved below CALLSEQ_START and the chains leading up to the call.
761 /// Return the CALLSEQ_START by reference as a second output.
779 while (HasCallSeq && Chain.getOpcode() != ISD::CALLSEQ_START) {
1006 ///[CALLSEQ_START] |
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5244 assert(CallSeqStart.getOpcode() == ISD::CALLSEQ_START &&
5730 // This must go outside the CALLSEQ_START..END.
5827 // The MEMCPY must go outside the CALLSEQ_START..END.

Completed in 208 milliseconds