| /freebsd/contrib/tcp_wrappers/ |
| H A D | mystdarg.h | 10 #define VASTART(ap,type,name) va_start(ap,name) macro 15 #define VASTART(ap,type,name) {type name; va_start(ap); name = va_arg(ap, type) macro
|
| H A D | diag.c | 50 VASTART(ap, char *, format); in VARARGS() 61 VASTART(ap, char *, format); in VARARGS()
|
| H A D | update.c | 106 VASTART(ap, struct request_info *, request); in VARARGS() 125 VASTART(ap, struct request_info *, request); in VARARGS()
|
| H A D | fakelog.c | 45 VASTART(ap, int, severity); in VARARGS()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 1266 VASTART, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCISelLowering.cpp | 158 setOperationAction(ISD::VASTART, MVT::Other, Custom); in ARCTargetLowering() 784 case ISD::VASTART: in LowerOperation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYISelLowering.cpp | 93 setOperationAction(ISD::VASTART, MVT::Other, Custom); in CSKYTargetLowering() 182 case ISD::VASTART: in LowerOperation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.cpp | 145 setOperationAction(ISD::VASTART, MVT::Other, Custom); in MSP430TargetLowering() 233 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelLowering.cpp | 99 setOperationAction(ISD::VASTART, MVT::Other, Custom); in LanaiTargetLowering() 189 case ISD::VASTART: in LowerOperation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaISelLowering.cpp | 190 setOperationAction(ISD::VASTART, MVT::Other, Custom); in XtensaTargetLowering() 1486 case ISD::VASTART: in LowerOperation()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 461 case ISD::VASTART: return "vastart"; in getOperationName()
|
| H A D | SelectionDAGBuilder.cpp | 10505 DAG.setRoot(DAG.getNode(ISD::VASTART, getCurSDLoc(), in visitVAStart()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.cpp | 111 setOperationAction(ISD::VASTART, MVT::Other, Custom); in XCoreTargetLowering() 176 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.cpp | 133 setOperationAction(ISD::VASTART, MVT::Other, Custom); in AVRTargetLowering() 942 case ISD::VASTART: in LowerOperation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.cpp | 134 setOperationAction(ISD::VASTART, MVT::Other, Custom); in initSPUActions() 1897 case ISD::VASTART: in LowerOperation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.cpp | 149 setOperationAction(ISD::VASTART, MVT::Other, Custom); in M68kTargetLowering() 1414 case ISD::VASTART: in LowerOperation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 120 setOperationAction(ISD::VASTART, MVT::Other, Custom); in WebAssemblyTargetLowering() 1641 case ISD::VASTART: in LowerOperation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 1852 setOperationAction(ISD::VASTART , MVT::Other, Custom); in SparcTargetLowering() 3125 case ISD::VASTART: return LowerVASTART(Op, DAG, *this); in LowerOperation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 1609 setOperationAction(ISD::VASTART, MVT::Other, Custom); in HexagonTargetLowering() 3415 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.cpp | 481 setOperationAction(ISD::VASTART, MVT::Other, Custom); in MipsTargetLowering() 1341 case ISD::VASTART: return lowerVASTART(Op, DAG); in LowerOperation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 780 setOperationAction(ISD::VASTART, MVT::Other, Custom); in NVPTXTargetLowering() 2935 case ISD::VASTART: in LowerOperation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.cpp | 94 setOperationAction(ISD::VASTART, MVT::Other, Custom); in LoongArchTargetLowering() 490 case ISD::VASTART: in LowerOperation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 769 setOperationAction(ISD::VASTART, MVT::Other, Custom); in SystemZTargetLowering() 7038 case ISD::VASTART: in LowerOperation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 622 setOperationAction(ISD::VASTART , MVT::Other, Custom); in PPCTargetLowering() 12565 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 1273 setOperationAction(ISD::VASTART, MVT::Other, Custom); in ARMTargetLowering() 10642 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|