Home
last modified time | relevance | path

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

/freebsd-12.1/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.c54 VASTART(ap, char *, format); in VARARGS()
65 VASTART(ap, char *, format); in VARARGS()
H A Dupdate.c107 VASTART(ap, struct request_info *, request); in VARARGS()
126 VASTART(ap, struct request_info *, request); in VARARGS()
H A Dfakelog.c51 VASTART(ap, int, severity); in VARARGS()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h728 VAEND, VASTART, enumerator
/freebsd-12.1/contrib/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp129 setOperationAction(ISD::VASTART, MVT::Other, Custom); in ARCTargetLowering()
762 case ISD::VASTART: in LowerOperation()
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp83 setOperationAction(ISD::VASTART, MVT::Other, Custom); in WebAssemblyTargetLowering()
882 case ISD::VASTART: in LowerOperation()
/freebsd-12.1/contrib/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp102 setOperationAction(ISD::VASTART, MVT::Other, Custom); in LanaiTargetLowering()
199 case ISD::VASTART: in LowerOperation()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp348 case ISD::VASTART: return "vastart"; in getOperationName()
H A DSelectionDAGBuilder.cpp7985 DAG.setRoot(DAG.getNode(ISD::VASTART, getCurSDLoc(), in visitVAStart()
/freebsd-12.1/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp143 setOperationAction(ISD::VASTART, MVT::Other, Custom); in MSP430TargetLowering()
350 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp75 setOperationAction(ISD::VASTART, MVT::Other, Custom); in RISCVTargetLowering()
331 case ISD::VASTART: in LowerOperation()
/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp128 setOperationAction(ISD::VASTART, MVT::Other, Custom); in AVRTargetLowering()
704 case ISD::VASTART: in LowerOperation()
/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp140 setOperationAction(ISD::VASTART, MVT::Other, Custom); in XCoreTargetLowering()
209 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1315 setOperationAction(ISD::VASTART, MVT::Other, Custom); in HexagonTargetLowering()
2787 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1683 setOperationAction(ISD::VASTART , MVT::Other, Custom); in SparcTargetLowering()
3029 case ISD::VASTART: return LowerVASTART(Op, DAG, *this); in LowerOperation()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp461 setOperationAction(ISD::VASTART, MVT::Other, Custom); in MipsTargetLowering()
1219 case ISD::VASTART: return lowerVASTART(Op, DAG); in LowerOperation()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp518 setOperationAction(ISD::VASTART, MVT::Other, Custom); in SystemZTargetLowering()
4804 case ISD::VASTART: in LowerOperation()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp250 setOperationAction(ISD::VASTART, MVT::Other, Custom); in AArch64TargetLowering()
2870 case ISD::VASTART: in LowerOperation()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp425 setOperationAction(ISD::VASTART , MVT::Other, Custom); in PPCTargetLowering()
9626 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp962 setOperationAction(ISD::VASTART, MVT::Other, Custom); in ARMTargetLowering()
8013 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp510 setOperationAction(ISD::VASTART , MVT::Other, Custom); in X86TargetLowering()
26237 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()