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

References

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 8539   DAG.setRoot(DAG.getNode(ISD::VASTART, getCurSDLoc(),
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  368   case ISD::VASTART:                    return "vastart";
lib/Target/AArch64/AArch64ISelLowering.cpp
  277   setOperationAction(ISD::VASTART, MVT::Other, Custom);
 2990   case ISD::VASTART:
lib/Target/ARC/ARCISelLowering.cpp
  128   setOperationAction(ISD::VASTART, MVT::Other, Custom);
  761   case ISD::VASTART:
lib/Target/ARM/ARMISelLowering.cpp
 1186   setOperationAction(ISD::VASTART,            MVT::Other, Custom);
 9162   case ISD::VASTART:       return LowerVASTART(Op, DAG);
lib/Target/AVR/AVRISelLowering.cpp
  127   setOperationAction(ISD::VASTART, MVT::Other, Custom);
  703   case ISD::VASTART:
lib/Target/Hexagon/HexagonISelLowering.cpp
 1321   setOperationAction(ISD::VASTART, MVT::Other, Custom);
 2872     case ISD::VASTART:              return LowerVASTART(Op, DAG);
lib/Target/Lanai/LanaiISelLowering.cpp
  101   setOperationAction(ISD::VASTART, MVT::Other, Custom);
  198   case ISD::VASTART:
lib/Target/MSP430/MSP430ISelLowering.cpp
  142   setOperationAction(ISD::VASTART,          MVT::Other, Custom);
  349   case ISD::VASTART:          return LowerVASTART(Op, DAG);
lib/Target/Mips/MipsISelLowering.cpp
  461   setOperationAction(ISD::VASTART,           MVT::Other, Custom);
 1229   case ISD::VASTART:            return lowerVASTART(Op, DAG);
lib/Target/PowerPC/PPCISelLowering.cpp
  432   setOperationAction(ISD::VASTART           , MVT::Other, Custom);
10125   case ISD::VASTART:            return LowerVASTART(Op, DAG);
lib/Target/RISCV/RISCVISelLowering.cpp
   94   setOperationAction(ISD::VASTART, MVT::Other, Custom);
  383   case ISD::VASTART:
lib/Target/Sparc/SparcISelLowering.cpp
 1683   setOperationAction(ISD::VASTART           , MVT::Other, Custom);
 3031   case ISD::VASTART:            return LowerVASTART(Op, DAG, *this);
lib/Target/SystemZ/SystemZISelLowering.cpp
  602   setOperationAction(ISD::VASTART, MVT::Other, Custom);
 4950   case ISD::VASTART:
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
   79   setOperationAction(ISD::VASTART, MVT::Other, Custom);
  989   case ISD::VASTART:
lib/Target/X86/X86ISelLowering.cpp
  500   setOperationAction(ISD::VASTART           , MVT::Other, Custom);
27722   case ISD::VASTART:            return LowerVASTART(Op, DAG);
lib/Target/XCore/XCoreISelLowering.cpp
  139   setOperationAction(ISD::VASTART, MVT::Other, Custom);
  208   case ISD::VASTART:            return LowerVASTART(Op, DAG);