Home
last modified time | relevance | path

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

/netbsd-src/lib/libwrap/
H A Dmystdarg.h11 #define VASTART(ap,type,name) va_start(ap,name) macro
16 #define VASTART(ap,type,name) {type name; va_start(ap); name = va_arg(ap, type) macro
H A Dupdate.c105 VASTART(ap, struct request_info *, request); in VARARGS()
124 VASTART(ap, struct request_info *, request); in VARARGS()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dintrinsics.def153 DEF_D_BUILTIN (VASTART, VASTART, "va_start", "core.stdc.stdarg",
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1032 VASTART, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp127 setOperationAction(ISD::VASTART, MVT::Other, Custom); in ARCTargetLowering()
762 case ISD::VASTART: in LowerOperation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp101 setOperationAction(ISD::VASTART, MVT::Other, Custom); in LanaiTargetLowering()
198 case ISD::VASTART: in LowerOperation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp146 setOperationAction(ISD::VASTART, MVT::Other, Custom); in MSP430TargetLowering()
353 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp394 case ISD::VASTART: return "vastart"; in getOperationName()
H A DSelectionDAGBuilder.cpp8897 DAG.setRoot(DAG.getNode(ISD::VASTART, getCurSDLoc(), in visitVAStart()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp128 setOperationAction(ISD::VASTART, MVT::Other, Custom); in AVRTargetLowering()
806 case ISD::VASTART: in LowerOperation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp95 setOperationAction(ISD::VASTART, MVT::Other, Custom); in WebAssemblyTargetLowering()
1231 case ISD::VASTART: in LowerOperation()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEISelLowering.cpp130 setOperationAction(ISD::VASTART, MVT::Other, Custom); in initSPUActions()
1712 case ISD::VASTART: in LowerOperation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp145 setOperationAction(ISD::VASTART, MVT::Other, Custom); in M68kTargetLowering()
1350 case ISD::VASTART: in LowerOperation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1525 setOperationAction(ISD::VASTART, MVT::Other, Custom); in HexagonTargetLowering()
3166 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1692 setOperationAction(ISD::VASTART , MVT::Other, Custom); in SparcTargetLowering()
3038 case ISD::VASTART: return LowerVASTART(Op, DAG, *this); in LowerOperation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp458 setOperationAction(ISD::VASTART, MVT::Other, Custom); in MipsTargetLowering()
1218 case ISD::VASTART: return lowerVASTART(Op, DAG); in LowerOperation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp635 setOperationAction(ISD::VASTART, MVT::Other, Custom); in SystemZTargetLowering()
5397 case ISD::VASTART: in LowerOperation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp180 setOperationAction(ISD::VASTART, MVT::Other, Custom); in RISCVTargetLowering()
1930 case ISD::VASTART: in LowerOperation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp558 setOperationAction(ISD::VASTART , MVT::Other, Custom); in PPCTargetLowering()
10796 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp480 setOperationAction(ISD::VASTART, MVT::Other, Custom); in AArch64TargetLowering()
4491 case ISD::VASTART: in LowerOperation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1271 setOperationAction(ISD::VASTART, MVT::Other, Custom); in ARMTargetLowering()
9857 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp537 setOperationAction(ISD::VASTART , MVT::Other, Custom); in X86TargetLowering()
30332 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()