reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 2710   case ISD::VAEND:
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 8561   DAG.setRoot(DAG.getNode(ISD::VAEND, getCurSDLoc(),
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  367   case ISD::VAEND:                      return "vaend";
lib/Target/AArch64/AArch64ISelLowering.cpp
  280   setOperationAction(ISD::VAEND, MVT::Other, Expand);
lib/Target/ARC/ARCISelLowering.cpp
  129   setOperationAction(ISD::VAEND, MVT::Other, Expand);
lib/Target/ARM/ARMISelLowering.cpp
 1189   setOperationAction(ISD::VAEND,              MVT::Other, Expand);
lib/Target/AVR/AVRISelLowering.cpp
  128   setOperationAction(ISD::VAEND, MVT::Other, Expand);
lib/Target/Hexagon/HexagonISelLowering.cpp
 1322   setOperationAction(ISD::VAEND,   MVT::Other, Expand);
lib/Target/Lanai/LanaiISelLowering.cpp
  104   setOperationAction(ISD::VAEND, MVT::Other, Expand);
lib/Target/MSP430/MSP430ISelLowering.cpp
  144   setOperationAction(ISD::VAEND,            MVT::Other, Expand);
lib/Target/Mips/MipsISelLowering.cpp
  464   setOperationAction(ISD::VAEND,             MVT::Other, Expand);
lib/Target/PowerPC/PPCISelLowering.cpp
  459   setOperationAction(ISD::VAEND             , MVT::Other, Expand);
lib/Target/RISCV/RISCVISelLowering.cpp
   97   setOperationAction(ISD::VAEND, MVT::Other, Expand);
lib/Target/Sparc/SparcISelLowering.cpp
 1692   setOperationAction(ISD::VAEND             , MVT::Other, Expand);
lib/Target/SystemZ/SystemZISelLowering.cpp
  604   setOperationAction(ISD::VAEND,   MVT::Other, Expand);
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
   82   setOperationAction(ISD::VAEND, MVT::Other, Expand);
lib/Target/X86/X86ISelLowering.cpp
  501   setOperationAction(ISD::VAEND             , MVT::Other, Expand);
lib/Target/XCore/XCoreISelLowering.cpp
  136   setOperationAction(ISD::VAEND, MVT::Other, Expand);