Home
last modified time | relevance | path

Searched refs:VASTART (Results 1 – 25 of 27) 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.h1197 VASTART, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp157 setOperationAction(ISD::VASTART, MVT::Other, Custom); in ARCTargetLowering()
800 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/Lanai/
H A DLanaiISelLowering.cpp101 setOperationAction(ISD::VASTART, MVT::Other, Custom); in LanaiTargetLowering()
196 case ISD::VASTART: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp146 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 DSelectionDAGDumper.cpp441 case ISD::VASTART: return "vastart"; in getOperationName()
H A DSelectionDAGBuilder.cpp10343 DAG.setRoot(DAG.getNode(ISD::VASTART, getCurSDLoc(), in visitVAStart()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp139 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 DAVRISelLowering.cpp134 setOperationAction(ISD::VASTART, MVT::Other, Custom); in AVRTargetLowering()
998 case ISD::VASTART: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp118 setOperationAction(ISD::VASTART, MVT::Other, Custom); in WebAssemblyTargetLowering()
1463 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()
1910 case ISD::VASTART: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp147 setOperationAction(ISD::VASTART, MVT::Other, Custom); in M68kTargetLowering()
1412 case ISD::VASTART: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1867 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 DHexagonISelLowering.cpp964 // 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 DMipsISelLowering.cpp473 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 DLoongArchISelLowering.cpp92 setOperationAction(ISD::VASTART, MVT::Other, Custom); in LoongArchTargetLowering()
412 case ISD::VASTART: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp667 setOperationAction(ISD::VASTART, MVT::Other, Custom); in NVPTXTargetLowering()
2800 case ISD::VASTART: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp709 setOperationAction(ISD::VASTART, MVT::Other, Custom); in SystemZTargetLowering()
6146 case ISD::VASTART: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp615 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 DRISCVISelLowering.cpp267 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 DARMISelLowering.cpp1313 setOperationAction(ISD::VASTART, MVT::Other, Custom); in ARMTargetLowering()
10581 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()

12