Home
last modified time | relevance | path

Searched refs:VASTART (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/contrib/tcp_wrappers/
H A Dmystdarg.h10 #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 Ddiag.c50 VASTART(ap, char *, format); in VARARGS()
61 VASTART(ap, char *, format); in VARARGS()
H A Dupdate.c106 VASTART(ap, struct request_info *, request); in VARARGS()
125 VASTART(ap, struct request_info *, request); in VARARGS()
H A Dfakelog.c45 VASTART(ap, int, severity); in VARARGS()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1266 VASTART, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp158 setOperationAction(ISD::VASTART, MVT::Other, Custom); in ARCTargetLowering()
784 case ISD::VASTART: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp93 setOperationAction(ISD::VASTART, MVT::Other, Custom); in CSKYTargetLowering()
182 case ISD::VASTART: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp145 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 DLanaiISelLowering.cpp99 setOperationAction(ISD::VASTART, MVT::Other, Custom); in LanaiTargetLowering()
189 case ISD::VASTART: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaISelLowering.cpp190 setOperationAction(ISD::VASTART, MVT::Other, Custom); in XtensaTargetLowering()
1486 case ISD::VASTART: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp461 case ISD::VASTART: return "vastart"; in getOperationName()
H A DSelectionDAGBuilder.cpp10505 DAG.setRoot(DAG.getNode(ISD::VASTART, getCurSDLoc(), in visitVAStart()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp111 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 DAVRISelLowering.cpp133 setOperationAction(ISD::VASTART, MVT::Other, Custom); in AVRTargetLowering()
942 case ISD::VASTART: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp134 setOperationAction(ISD::VASTART, MVT::Other, Custom); in initSPUActions()
1897 case ISD::VASTART: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp149 setOperationAction(ISD::VASTART, MVT::Other, Custom); in M68kTargetLowering()
1414 case ISD::VASTART: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp120 setOperationAction(ISD::VASTART, MVT::Other, Custom); in WebAssemblyTargetLowering()
1641 case ISD::VASTART: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1852 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 DHexagonISelLowering.cpp1609 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 DMipsISelLowering.cpp481 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 DNVPTXISelLowering.cpp780 setOperationAction(ISD::VASTART, MVT::Other, Custom); in NVPTXTargetLowering()
2935 case ISD::VASTART: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp94 setOperationAction(ISD::VASTART, MVT::Other, Custom); in LoongArchTargetLowering()
490 case ISD::VASTART: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp769 setOperationAction(ISD::VASTART, MVT::Other, Custom); in SystemZTargetLowering()
7038 case ISD::VASTART: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp622 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 DARMISelLowering.cpp1273 setOperationAction(ISD::VASTART, MVT::Other, Custom); in ARMTargetLowering()
10642 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()

12