reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1472 if (Ty->isAggregateType() || Ty->isVectorTy() || Ty->isIntegerTy(128)) { 1472 if (Ty->isAggregateType() || Ty->isVectorTy() || Ty->isIntegerTy(128)) { 1472 if (Ty->isAggregateType() || Ty->isVectorTy() || Ty->isIntegerTy(128)) { 1477 PAL.getParamAlignment(paramIndex), Ty); 1479 unsigned sz = DL.getTypeAllocSize(Ty); 1487 auto *PTy = dyn_cast<PointerType>(Ty); 1520 if (Ty->isIntegerTy(1)) 1523 O << getPTXFundamentalTypeStr(Ty); 1531 if (isa<IntegerType>(Ty)) { 1532 sz = cast<IntegerType>(Ty)->getBitWidth(); 1535 } else if (isa<PointerType>(Ty)) 1537 else if (Ty->isHalfTy()) 1543 sz = Ty->getPrimitiveSizeInBits(); 1553 auto *PTy = dyn_cast<PointerType>(Ty);