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

References

lib/Target/NVPTX/NVPTXISelLowering.cpp
 2518       if (Ty->isAggregateType() || Ty->isIntegerTy(128)) {
 2518       if (Ty->isAggregateType() || Ty->isIntegerTy(128)) {
 2521         ComputePTXValueVTs(*this, DAG.getDataLayout(), Ty, vtparts);
 2532       if (Ty->isVectorTy()) {
 2533         EVT ObjectVT = getValueType(DL, Ty);
 2553       if (StructType *STy = dyn_cast<StructType>(Ty))
 2558       ComputePTXValueVTs(*this, DL, Ty, VTs, &Offsets, 0);
 2561           VectorizePTXValueVTs(VTs, Offsets, DL.getABITypeAlignment(Ty));
 2635     EVT ObjectVT = getValueType(DL, Ty);