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

References

lib/Target/NVPTX/NVPTXAsmPrinter.cpp
  340   if (Ty->getTypeID() == Type::VoidTyID)
  346     if (Ty->isFloatingPointTy() || (Ty->isIntegerTy() && !Ty->isIntegerTy(128))) {
  346     if (Ty->isFloatingPointTy() || (Ty->isIntegerTy() && !Ty->isIntegerTy(128))) {
  346     if (Ty->isFloatingPointTy() || (Ty->isIntegerTy() && !Ty->isIntegerTy(128))) {
  348       if (auto *ITy = dyn_cast<IntegerType>(Ty)) {
  351         assert(Ty->isFloatingPointTy() && "Floating point type expected here");
  352         size = Ty->getPrimitiveSizeInBits();
  361     } else if (isa<PointerType>(Ty)) {
  364     } else if (Ty->isAggregateType() || Ty->isVectorTy() || Ty->isIntegerTy(128)) {
  364     } else if (Ty->isAggregateType() || Ty->isVectorTy() || Ty->isIntegerTy(128)) {
  364     } else if (Ty->isAggregateType() || Ty->isVectorTy() || Ty->isIntegerTy(128)) {
  365       unsigned totalsz = DL.getTypeAllocSize(Ty);
  368         retAlignment = DL.getABITypeAlignment(Ty);
  375     ComputeValueVTs(*TLI, DL, Ty, vtparts);