| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 1087 VASTART, enumerator
|
| /llvm-project-15.0.7/llvm/lib/Target/ARC/ |
| H A D | ARCISelLowering.cpp | 157 setOperationAction(ISD::VASTART, MVT::Other, Custom); in ARCTargetLowering() 801 case ISD::VASTART: in LowerOperation()
|
| /llvm-project-15.0.7/llvm/lib/Target/CSKY/ |
| H A D | CSKYISelLowering.cpp | 91 setOperationAction(ISD::VASTART, MVT::Other, Custom); in CSKYTargetLowering() 173 case ISD::VASTART: in LowerOperation()
|
| /llvm-project-15.0.7/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelLowering.cpp | 101 setOperationAction(ISD::VASTART, MVT::Other, Custom); in LanaiTargetLowering() 194 case ISD::VASTART: in LowerOperation()
|
| /llvm-project-15.0.7/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.cpp | 146 setOperationAction(ISD::VASTART, MVT::Other, Custom); in MSP430TargetLowering() 353 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 402 case ISD::VASTART: return "vastart"; in getOperationName()
|
| H A D | SelectionDAGBuilder.cpp | 9176 DAG.setRoot(DAG.getNode(ISD::VASTART, getCurSDLoc(), in visitVAStart()
|
| /llvm-project-15.0.7/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.cpp | 129 setOperationAction(ISD::VASTART, MVT::Other, Custom); in AVRTargetLowering() 859 case ISD::VASTART: in LowerOperation()
|
| /llvm-project-15.0.7/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.cpp | 140 setOperationAction(ISD::VASTART, MVT::Other, Custom); in XCoreTargetLowering() 207 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 110 setOperationAction(ISD::VASTART, MVT::Other, Custom); in WebAssemblyTargetLowering() 1400 case ISD::VASTART: in LowerOperation()
|
| /llvm-project-15.0.7/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.cpp | 134 setOperationAction(ISD::VASTART, MVT::Other, Custom); in initSPUActions() 1899 case ISD::VASTART: in LowerOperation()
|
| /llvm-project-15.0.7/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.cpp | 148 setOperationAction(ISD::VASTART, MVT::Other, Custom); in M68kTargetLowering() 1356 case ISD::VASTART: in LowerOperation()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 1522 setOperationAction(ISD::VASTART, MVT::Other, Custom); in HexagonTargetLowering() 3228 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|
| /llvm-project-15.0.7/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 1793 setOperationAction(ISD::VASTART , MVT::Other, Custom); in SparcTargetLowering() 3151 case ISD::VASTART: return LowerVASTART(Op, DAG, *this); in LowerOperation()
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.cpp | 444 setOperationAction(ISD::VASTART, MVT::Other, Custom); in MipsTargetLowering() 1226 case ISD::VASTART: return lowerVASTART(Op, DAG); in LowerOperation()
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 641 setOperationAction(ISD::VASTART, MVT::Other, Custom); in SystemZTargetLowering() 5721 case ISD::VASTART: in LowerOperation()
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 193 setOperationAction(ISD::VASTART, MVT::Other, Custom); in RISCVTargetLowering() 3111 case ISD::VASTART: in LowerOperation()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 593 setOperationAction(ISD::VASTART , MVT::Other, Custom); in PPCTargetLowering() 11156 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 495 setOperationAction(ISD::VASTART, MVT::Other, Custom); in AArch64TargetLowering() 5388 case ISD::VASTART: in LowerOperation()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 1298 setOperationAction(ISD::VASTART, MVT::Other, Custom); in ARMTargetLowering() 10351 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 541 setOperationAction(ISD::VASTART , MVT::Other, Custom); in X86TargetLowering() 32291 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|