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

/freebsd-11-stable/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);
65 VASTART(ap, char *, format);
H A Dfakelog.c51 VASTART(ap, int, severity);
H A Dupdate.c107 VASTART(ap, struct request_info *, request);
126 VASTART(ap, struct request_info *, request);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h787 /// VAEND, VASTART - VAEND and VASTART have three operands: an input chain,
789 VAEND, VASTART, enumerator in enum:llvm::ISD::NodeType
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp128 setOperationAction(ISD::VASTART, MVT::Other, Custom);
761 case ISD::VASTART:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp101 setOperationAction(ISD::VASTART, MVT::Other, Custom);
198 case ISD::VASTART:
525 // which is a value necessary to VASTART.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp377 case ISD::VASTART: return "vastart";
H A DSelectionDAGBuilder.cpp8591 DAG.setRoot(DAG.getNode(ISD::VASTART, getCurSDLoc(),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp147 setOperationAction(ISD::VASTART, MVT::Other, Custom);
354 case ISD::VASTART: return LowerVASTART(Op, DAG);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp127 setOperationAction(ISD::VASTART, MVT::Other, Custom);
703 case ISD::VASTART:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp80 setOperationAction(ISD::VASTART, MVT::Other, Custom);
1005 case ISD::VASTART:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp140 setOperationAction(ISD::VASTART, MVT::Other, Custom);
209 case ISD::VASTART: return LowerVASTART(Op, DAG);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp109 setOperationAction(ISD::VASTART, MVT::Other, Custom);
406 case ISD::VASTART:
2013 // which is a value necessary to VASTART.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp854 // VASTART stores the address of the VarArgsFrameIndex slot into the
1374 // VASTART needs to be custom lowered to use the VarArgsFrameIndex.
1375 setOperationAction(ISD::VASTART, MVT::Other, Custom);
2931 case ISD::VASTART: return LowerVASTART(Op, DAG);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1682 // VASTART needs to be custom lowered to use the VarArgsFrameIndex.
1683 setOperationAction(ISD::VASTART , MVT::Other, Custom);
3031 case ISD::VASTART: return LowerVASTART(Op, DAG, *this);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp459 setOperationAction(ISD::VASTART, MVT::Other, Custom);
1230 case ISD::VASTART: return lowerVASTART(Op, DAG);
4477 // which is a value necessary to VASTART.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp625 // VASTART and VACOPY need to deal with the SystemZ-specific varargs
627 setOperationAction(ISD::VASTART, MVT::Other, Custom);
5119 case ISD::VASTART:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp314 setOperationAction(ISD::VASTART, MVT::Other, Custom);
3178 case ISD::VASTART:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp459 // VASTART needs to be custom lowered to use the VarArgsFrameIndex
460 setOperationAction(ISD::VASTART , MVT::Other, Custom);
10468 case ISD::VASTART: return LowerVASTART(Op, DAG);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1212 setOperationAction(ISD::VASTART, MVT::Other, Custom);
9303 case ISD::VASTART: return LowerVASTART(Op, DAG);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp491 // VASTART needs to be custom lowered to use the VarArgsFrameIndex
492 setOperationAction(ISD::VASTART , MVT::Other, Custom);
[all...]

Completed in 815 milliseconds