Searched refs:CALLSEQ_END (Results 1 – 25 of 27) sorted by relevance
12
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | ISDOpcodes.h | 1027 CALLSEQ_END, // End of a call sequence enumerator
|
| D | SelectionDAG.h | 944 return getNode(ISD::CALLSEQ_END, DL, NodeTys, Ops);
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUInstrInfo.td | 77 def callseq_end : SDNode<"ISD::CALLSEQ_END",
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyInstrInfo.td | 95 SDNode<"ISD::CALLSEQ_END", SDT_WebAssemblyCallSeqEnd,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGDumper.cpp | 380 case ISD::CALLSEQ_END: return "callseq_end"; in getOperationName()
|
| D | StatepointLowering.cpp | 345 assert(CallEnd->getOpcode() == ISD::CALLSEQ_END && "expected!"); in lowerCallFromStatepointLoweringInfo()
|
| D | LegalizeDAG.cpp | 1067 case ISD::CALLSEQ_END: in LegalizeOp() 1309 case ISD::CALLSEQ_END: in LegalizeOp()
|
| D | SelectionDAGBuilder.cpp | 9217 assert(CallEnd->getOpcode() == ISD::CALLSEQ_END && in visitPatchpoint()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/M68k/ |
| D | M68kInstrInfo.td | 111 def MxCallSeqEnd : SDNode<"ISD::CALLSEQ_END", MxSDT_CallSeqEnd,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| D | LanaiInstrInfo.td | 46 def CallSeqEnd : SDNode<"ISD::CALLSEQ_END", SDT_LanaiCallSeqEnd,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| D | SystemZOperators.td | 239 def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_CallSeqEnd,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/ |
| D | BPFInstrInfo.td | 42 def BPFcallseq_end : SDNode<"ISD::CALLSEQ_END", SDT_BPFCallSeqEnd,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARC/ |
| D | ARCInstrInfo.td | 79 def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_ARCCallSeqEnd,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| D | MSP430InstrInfo.td | 59 SDNode<"ISD::CALLSEQ_END", SDT_MSP430CallSeqEnd,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/ |
| D | XCoreInstrInfo.td | 82 def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_XCoreCallSeqEnd,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| D | RISCVInstrInfo.td | 50 def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_CallSeqEnd,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/ |
| D | AVRInstrInfo.td | 41 def AVRcallseq_end : SDNode<"ISD::CALLSEQ_END", SDT_AVRCallSeqEnd,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| D | SparcInstrInfo.td | 243 def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_SPCallSeqEnd,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/ |
| D | VEInstrInfo.td | 436 def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_SPCallSeqEnd,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| D | MipsInstrInfo.td | 91 def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_MipsCallSeqEnd,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| D | NVPTXInstrInfo.td | 3092 def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_NVPTXCallSeqEnd,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| D | HexagonPatterns.td | 3142 def callseq_end: SDNode<"ISD::CALLSEQ_END", SDT_SPCallSeqEnd,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86InstrInfo.td | 200 SDNode<"ISD::CALLSEQ_END", SDT_X86CallSeqEnd,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| D | ARMInstrInfo.td | 137 def ARMcallseq_end : SDNode<"ISD::CALLSEQ_END", SDT_ARMCallSeqEnd,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| D | PPCInstrInfo.td | 296 def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_PPCCallSeqEnd,
|
12