Searched refs:CALLSEQ_START (Results 1 – 25 of 31) sorted by relevance
12
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| HD | XtensaOperators.td | 38 def Xtensa_callseq_start: SDNode<"ISD::CALLSEQ_START", SDT_XtensaCallSeqStart,
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| HD | ISDOpcodes.h | 1181 CALLSEQ_START, // Beginning of a call sequence enumerator
|
| HD | SelectionDAG.h | 1087 return getNode(ISD::CALLSEQ_START, DL, VTs, Ops);
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| HD | WebAssemblyInstrInfo.td | 110 SDNode<"ISD::CALLSEQ_START", SDT_WebAssemblyCallSeqStart,
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| HD | AMDGPUInstrInfo.td | 69 def callseq_start : SDNode<"ISD::CALLSEQ_START",
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| HD | SelectionDAGDumper.cpp | 423 case ISD::CALLSEQ_START: return "callseq_start"; in getOperationName()
|
| HD | LegalizeDAG.cpp | 1074 case ISD::CALLSEQ_START: in LegalizeOp() 1365 case ISD::CALLSEQ_START: in LegalizeOp()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| HD | LanaiInstrInfo.td | 44 def CallSeqStart : SDNode<"ISD::CALLSEQ_START", SDT_LanaiCallSeqStart,
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/M68k/ |
| HD | M68kInstrInfo.td | 99 def MxCallSeqStart : SDNode<"ISD::CALLSEQ_START", MxSDT_CallSeqStart,
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86InstrFragments.td | 204 SDNode<"ISD::CALLSEQ_START", SDT_X86CallSeqStart,
|
| HD | X86ISelDAGToDAG.cpp | 850 while (HasCallSeq && Chain.getOpcode() != ISD::CALLSEQ_START) { in isCalleeLoad()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARC/ |
| HD | ARCInstrInfo.td | 76 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_ARCCallSeqStart,
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| HD | SystemZOperators.td | 246 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_CallSeqStart,
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/BPF/ |
| HD | BPFInstrInfo.td | 40 def BPFcallseq_start: SDNode<"ISD::CALLSEQ_START", SDT_BPFCallSeqStart,
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| HD | MSP430InstrInfo.td | 56 SDNode<"ISD::CALLSEQ_START", SDT_MSP430CallSeqStart,
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/XCore/ |
| HD | XCoreInstrInfo.td | 80 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_XCoreCallSeqStart,
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| HD | CSKYInstrInfo.td | 32 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_CallSeqStart,
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AVR/ |
| HD | AVRInstrInfo.td | 40 def AVRcallseq_start : SDNode<"ISD::CALLSEQ_START", SDT_AVRCallSeqStart,
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| HD | SparcInstrInfo.td | 304 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_SPCallSeqStart,
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| HD | RISCVInstrInfo.td | 51 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_CallSeqStart,
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| HD | LoongArchInstrInfo.td | 58 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_CallSeqStart,
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/VE/ |
| HD | VEInstrInfo.td | 434 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_SPCallSeqStart,
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| HD | MipsISelLowering.cpp | 3234 Chain.getOpcode() == ISD::CALLSEQ_START; in LowerCall()
|
| HD | MipsInstrInfo.td | 90 def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_MipsCallSeqStart,
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| HD | HexagonPatterns.td | 3270 def callseq_start: SDNode<"ISD::CALLSEQ_START", SDT_SPCallSeqStart,
|
12