Searched refs:VAEND (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.0-release/contrib/tcp_wrappers/
H A Dmystdarg.h11 #define VAEND(ap) va_end(ap) macro
16 #define VAEND(ap) va_end(ap);} macro
H A Ddiag.c56 VAEND(ap);
67 VAEND(ap);
H A Dfakelog.c54 VAEND(ap);
H A Dupdate.c114 VAEND(ap);
127 VAEND(ap);
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h555 /// VAEND, VASTART - VAEND and VASTART have three operands: an input chain,
557 VAEND, VASTART, enumerator in enum:llvm::ISD::NodeType
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp261 case ISD::VAEND: return "vaend";
H A DLegalizeDAG.cpp2750 case ISD::VAEND:
H A DSelectionDAGBuilder.cpp6377 DAG.setRoot(DAG.getNode(ISD::VAEND, getCurDebugLoc(),
/freebsd-10.0-release/contrib/llvm/lib/Target/MBlaze/
H A DMBlazeISelLowering.cpp155 setOperationAction(ISD::VAEND, MVT::Other, Expand);
/freebsd-10.0-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp170 setOperationAction(ISD::VAEND, MVT::Other, Expand);
/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1453 setOperationAction(ISD::VAEND , MVT::Other, Expand);
/freebsd-10.0-release/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1351 setOperationAction(ISD::VAEND , MVT::Other, Expand);
/freebsd-10.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp141 setOperationAction(ISD::VAEND, MVT::Other, Expand);
/freebsd-10.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp112 setOperationAction(ISD::VAEND, MVT::Other, Expand);
/freebsd-10.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp245 // structure, but VAEND is a no-op.
248 setOperationAction(ISD::VAEND, MVT::Other, Expand);
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp351 setOperationAction(ISD::VAEND, MVT::Other, Expand);
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp303 setOperationAction(ISD::VAEND , MVT::Other, Expand);
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp711 setOperationAction(ISD::VAEND, MVT::Other, Expand);
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp587 setOperationAction(ISD::VAEND , MVT::Other, Expand);

Completed in 569 milliseconds