Searched refs:CALLSEQ_END (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,
773 /// CALLSEQ_START..CALLSEQ_END pairs may not be nested.
775 CALLSEQ_END, // End of a call sequence enumerator in enum:llvm::ISD::NodeType
H A DSelectionDAG.h881 /// InSize bytes are set up inside CALLSEQ_START..CALLSEQ_END sequence and
892 /// Return a new CALLSEQ_END node, which always must have a
894 /// CALLSEQ_END does not have a useful SDLoc.
904 return getNode(ISD::CALLSEQ_END, DL, NodeTys, Ops);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp361 case ISD::CALLSEQ_END: return "callseq_end";
H A DStatepointLowering.cpp346 assert(CallEnd->getOpcode() == ISD::CALLSEQ_END && "expected!");
H A DLegalizeDAG.cpp1065 case ISD::CALLSEQ_END:
1275 case ISD::CALLSEQ_END:
H A DSelectionDAGBuilder.cpp8759 // chain, flag = CALLSEQ_END(chain, 0, 0, flag)
8851 assert(CallEnd->getOpcode() == ISD::CALLSEQ_END &&
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp10914 case ISD::CALLSEQ_END:

Completed in 325 milliseconds