/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 | 1197 VASTART, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCISelLowering.cpp | 157 setOperationAction(ISD::VASTART, MVT::Other, Custom); in ARCTargetLowering() 800 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/Lanai/ |
H A D | LanaiISelLowering.cpp | 101 setOperationAction(ISD::VASTART, MVT::Other, Custom); in LanaiTargetLowering() 196 case ISD::VASTART: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430ISelLowering.cpp | 146 setOperationAction(ISD::VASTART, MVT::Other, Custom); in MSP430TargetLowering() 354 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 441 case ISD::VASTART: return "vastart"; in getOperationName()
|
H A D | SelectionDAGBuilder.cpp | 10343 DAG.setRoot(DAG.getNode(ISD::VASTART, getCurSDLoc(), in visitVAStart()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreISelLowering.cpp | 139 setOperationAction(ISD::VASTART, MVT::Other, Custom); in XCoreTargetLowering() 204 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.cpp | 134 setOperationAction(ISD::VASTART, MVT::Other, Custom); in AVRTargetLowering() 998 case ISD::VASTART: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 118 setOperationAction(ISD::VASTART, MVT::Other, Custom); in WebAssemblyTargetLowering() 1463 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() 1910 case ISD::VASTART: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.cpp | 147 setOperationAction(ISD::VASTART, MVT::Other, Custom); in M68kTargetLowering() 1412 case ISD::VASTART: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 1867 setOperationAction(ISD::VASTART , MVT::Other, Custom); in SparcTargetLowering() 3265 case ISD::VASTART: return LowerVASTART(Op, DAG, *this); in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 964 // VASTART stores the address of the VarArgsFrameIndex slot into the in LowerVASTART() 1540 // VASTART needs to be custom lowered to use the VarArgsFrameIndex. in HexagonTargetLowering() 1541 setOperationAction(ISD::VASTART, MVT::Other, Custom); in HexagonTargetLowering() 3393 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 473 setOperationAction(ISD::VASTART, MVT::Other, Custom); in MipsTargetLowering() 1250 case ISD::VASTART: return lowerVASTART(Op, DAG); in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.cpp | 92 setOperationAction(ISD::VASTART, MVT::Other, Custom); in LoongArchTargetLowering() 412 case ISD::VASTART: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.cpp | 667 setOperationAction(ISD::VASTART, MVT::Other, Custom); in NVPTXTargetLowering() 2800 case ISD::VASTART: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 709 setOperationAction(ISD::VASTART, MVT::Other, Custom); in SystemZTargetLowering() 6146 case ISD::VASTART: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 615 setOperationAction(ISD::VASTART , MVT::Other, Custom); in PPCTargetLowering() 11816 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 267 setOperationAction(ISD::VASTART, MVT::Other, Custom); in RISCVTargetLowering() 6266 case ISD::VASTART: in LowerOperation() 19809 // which is a value necessary to VASTART. in LowerFormalArguments()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 1313 setOperationAction(ISD::VASTART, MVT::Other, Custom); in ARMTargetLowering() 10581 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|