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

References

lib/Target/ARM/ARMISelLowering.cpp
11013   const TargetLowering &TLI = DAG.getTargetLoweringInfo();
11024   Ops.push_back(DAG.getConstant(Opcode, dl,
11025                                 TLI.getPointerTy(DAG.getDataLayout())));
11028   EVT ConcatVT = EVT::getVectorVT(*DAG.getContext(), ElemTy, NumElts * 2);
11029   SDValue Concat = DAG.getNode(ISD::CONCAT_VECTORS, SDLoc(N), ConcatVT,
11033   return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, VT, Ops);