Home | History | Annotate | Download | only in NVPTX

Lines Matching refs:ETy

1057   Type *ETy = GVar->getValueType();
1183 O << " .align " << (int)DL.getPrefTypeAlignment(ETy);
1187 if (ETy->isFloatingPointTy() || ETy->isIntegerTy() || ETy->isPointerTy()) {
1190 if (ETy->isIntegerTy(1))
1193 O << getPTXFundamentalTypeStr(ETy, false);
1227 switch (ETy->getTypeID()) {
1231 ElementSize = DL.getTypeStoreSize(ETy);
1368 Type *ETy = GVar->getValueType();
1373 O << " .align " << (int)DL.getPrefTypeAlignment(ETy);
1377 if (ETy->isFloatingPointTy() || ETy->isIntegerTy() || ETy->isPointerTy()) {
1379 O << getPTXFundamentalTypeStr(ETy);
1391 switch (ETy->getTypeID()) {
1395 ElementSize = DL.getTypeStoreSize(ETy);
1424 Type *ETy = STy->getElementType(i);
1425 unsigned int align = getOpenCLAlignment(DL, ETy);
1528 Type *ETy = PTy->getElementType();
1544 O << ".align " << (int)getOpenCLAlignment(DL, ETy) << " ";
1583 Type *ETy = PTy->getElementType();
1591 align = DL.getABITypeAlignment(ETy);
1593 unsigned sz = DL.getTypeAllocSize(ETy);
1599 // Split the ETy into constituent parts and
1604 ComputeValueVTs(*TLI, DL, ETy, vtparts);
1824 Type *ETy = CPV->getType();
1825 if (ETy == Type::getInt8Ty(CPV->getContext())) {
1829 } else if (ETy == Type::getInt16Ty(CPV->getContext())) {
1833 } else if (ETy == Type::getInt32Ty(CPV->getContext())) {
1855 } else if (ETy == Type::getInt64Ty(CPV->getContext())) {