HomeSort by: relevance | last modified time | path
    Searched refs:VAEND (Results 1 - 23 of 23) sorted by relevancy

  /src/lib/libwrap/
mystdarg.h 12 #define VAEND(ap) va_end(ap)
17 #define VAEND(ap) va_end(ap);}
update.c 113 VAEND(ap);
126 VAEND(ap);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ISDOpcodes.h 1029 /// VAEND, VASTART - VAEND and VASTART have three operands: an input chain,
1031 VAEND,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 393 case ISD::VAEND: return "vaend";
LegalizeDAG.cpp 2729 case ISD::VAEND:
SelectionDAGBuilder.cpp 5781 case Intrinsic::vaend: visitVAEnd(I); return;
8919 DAG.setRoot(DAG.getNode(ISD::VAEND, getCurSDLoc(),
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
ARCISelLowering.cpp 128 setOperationAction(ISD::VAEND, MVT::Other, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
LanaiISelLowering.cpp 104 setOperationAction(ISD::VAEND, MVT::Other, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVRISelLowering.cpp 129 setOperationAction(ISD::VAEND, MVT::Other, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 148 setOperationAction(ISD::VAEND, MVT::Other, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 137 setOperationAction(ISD::VAEND, MVT::Other, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kISelLowering.cpp 146 setOperationAction(ISD::VAEND, MVT::Other, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VEISelLowering.cpp 135 setOperationAction(ISD::VAEND, MVT::Other, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 98 setOperationAction(ISD::VAEND, MVT::Other, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 1526 setOperationAction(ISD::VAEND, MVT::Other, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 1701 setOperationAction(ISD::VAEND , MVT::Other, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsISelLowering.cpp 461 setOperationAction(ISD::VAEND, MVT::Other, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp 183 setOperationAction(ISD::VAEND, MVT::Other, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 634 // structure, but VAEND is a no-op.
637 setOperationAction(ISD::VAEND, MVT::Other, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 585 setOperationAction(ISD::VAEND , MVT::Other, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 483 setOperationAction(ISD::VAEND, MVT::Other, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 1274 setOperationAction(ISD::VAEND, MVT::Other, Expand);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 538 setOperationAction(ISD::VAEND , MVT::Other, Expand);
    [all...]

Completed in 139 milliseconds