Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/tcp_wrappers/
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
Ddiag.c54 VASTART(ap, char *, format); in VARARGS()
65 VASTART(ap, char *, format); in VARARGS()
Dupdate.c107 VASTART(ap, struct request_info *, request); in VARARGS()
126 VASTART(ap, struct request_info *, request); in VARARGS()
Dfakelog.c51 VASTART(ap, int, severity); in VARARGS()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h1042 VASTART, enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARC/
DARCISelLowering.cpp127 setOperationAction(ISD::VASTART, MVT::Other, Custom); in ARCTargetLowering()
762 case ISD::VASTART: in LowerOperation()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp101 setOperationAction(ISD::VASTART, MVT::Other, Custom); in LanaiTargetLowering()
198 case ISD::VASTART: in LowerOperation()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp146 setOperationAction(ISD::VASTART, MVT::Other, Custom); in MSP430TargetLowering()
353 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp396 case ISD::VASTART: return "vastart"; in getOperationName()
DSelectionDAGBuilder.cpp8955 DAG.setRoot(DAG.getNode(ISD::VASTART, getCurSDLoc(), in visitVAStart()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/
DAVRISelLowering.cpp128 setOperationAction(ISD::VASTART, MVT::Other, Custom); in AVRTargetLowering()
816 case ISD::VASTART: in LowerOperation()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp140 setOperationAction(ISD::VASTART, MVT::Other, Custom); in XCoreTargetLowering()
209 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp106 setOperationAction(ISD::VASTART, MVT::Other, Custom); in WebAssemblyTargetLowering()
1290 case ISD::VASTART: in LowerOperation()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/
DVEISelLowering.cpp131 setOperationAction(ISD::VASTART, MVT::Other, Custom); in initSPUActions()
1713 case ISD::VASTART: in LowerOperation()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/M68k/
DM68kISelLowering.cpp145 setOperationAction(ISD::VASTART, MVT::Other, Custom); in M68kTargetLowering()
1350 case ISD::VASTART: in LowerOperation()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1528 setOperationAction(ISD::VASTART, MVT::Other, Custom); in HexagonTargetLowering()
3204 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1695 setOperationAction(ISD::VASTART , MVT::Other, Custom); in SparcTargetLowering()
3042 case ISD::VASTART: return LowerVASTART(Op, DAG, *this); in LowerOperation()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsISelLowering.cpp458 setOperationAction(ISD::VASTART, MVT::Other, Custom); in MipsTargetLowering()
1218 case ISD::VASTART: return lowerVASTART(Op, DAG); in LowerOperation()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp635 setOperationAction(ISD::VASTART, MVT::Other, Custom); in SystemZTargetLowering()
5446 case ISD::VASTART: in LowerOperation()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp180 setOperationAction(ISD::VASTART, MVT::Other, Custom); in RISCVTargetLowering()
2108 case ISD::VASTART: in LowerOperation()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp565 setOperationAction(ISD::VASTART , MVT::Other, Custom); in PPCTargetLowering()
10840 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp487 setOperationAction(ISD::VASTART, MVT::Other, Custom); in AArch64TargetLowering()
4758 case ISD::VASTART: in LowerOperation()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.cpp1278 setOperationAction(ISD::VASTART, MVT::Other, Custom); in ARMTargetLowering()
10134 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp538 setOperationAction(ISD::VASTART , MVT::Other, Custom); in X86TargetLowering()
30511 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()