Home
last modified time | relevance | path

Searched refs:CALLSEQ_END (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h1027 CALLSEQ_END, // End of a call sequence enumerator
DSelectionDAG.h944 return getNode(ISD::CALLSEQ_END, DL, NodeTys, Ops);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUInstrInfo.td77 def callseq_end : SDNode<"ISD::CALLSEQ_END",
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInfo.td95 SDNode<"ISD::CALLSEQ_END", SDT_WebAssemblyCallSeqEnd,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp380 case ISD::CALLSEQ_END: return "callseq_end"; in getOperationName()
DStatepointLowering.cpp345 assert(CallEnd->getOpcode() == ISD::CALLSEQ_END && "expected!"); in lowerCallFromStatepointLoweringInfo()
DLegalizeDAG.cpp1067 case ISD::CALLSEQ_END: in LegalizeOp()
1309 case ISD::CALLSEQ_END: in LegalizeOp()
DSelectionDAGBuilder.cpp9217 assert(CallEnd->getOpcode() == ISD::CALLSEQ_END && in visitPatchpoint()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/M68k/
DM68kInstrInfo.td111 def MxCallSeqEnd : SDNode<"ISD::CALLSEQ_END", MxSDT_CallSeqEnd,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
DLanaiInstrInfo.td46 def CallSeqEnd : SDNode<"ISD::CALLSEQ_END", SDT_LanaiCallSeqEnd,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZOperators.td239 def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_CallSeqEnd,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
DBPFInstrInfo.td42 def BPFcallseq_end : SDNode<"ISD::CALLSEQ_END", SDT_BPFCallSeqEnd,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARC/
DARCInstrInfo.td79 def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_ARCCallSeqEnd,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
DMSP430InstrInfo.td59 SDNode<"ISD::CALLSEQ_END", SDT_MSP430CallSeqEnd,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
DXCoreInstrInfo.td82 def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_XCoreCallSeqEnd,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVInstrInfo.td50 def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_CallSeqEnd,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/
DAVRInstrInfo.td41 def AVRcallseq_end : SDNode<"ISD::CALLSEQ_END", SDT_AVRCallSeqEnd,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
DSparcInstrInfo.td243 def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_SPCallSeqEnd,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/
DVEInstrInfo.td436 def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_SPCallSeqEnd,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsInstrInfo.td91 def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_MipsCallSeqEnd,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.td3092 def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_NVPTXCallSeqEnd,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonPatterns.td3142 def callseq_end: SDNode<"ISD::CALLSEQ_END", SDT_SPCallSeqEnd,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86InstrInfo.td200 SDNode<"ISD::CALLSEQ_END", SDT_X86CallSeqEnd,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMInstrInfo.td137 def ARMcallseq_end : SDNode<"ISD::CALLSEQ_END", SDT_ARMCallSeqEnd,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td296 def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_PPCCallSeqEnd,

12