• Home
  • Raw
  • Download

Lines Matching refs:ETy

1036   Type *ETy = PTy->getElementType();  in printModuleLevelGV()  local
1162 O << " .align " << (int) TD->getPrefTypeAlignment(ETy); in printModuleLevelGV()
1166 if (ETy->isFloatingPointTy() || ETy->isIntegerTy() || ETy->isPointerTy()) { in printModuleLevelGV()
1169 if (ETy->isIntegerTy(1)) in printModuleLevelGV()
1172 O << getPTXFundamentalTypeStr(ETy, false); in printModuleLevelGV()
1206 switch (ETy->getTypeID()) { in printModuleLevelGV()
1210 ElementSize = TD->getTypeStoreSize(ETy); in printModuleLevelGV()
1340 Type *ETy = PTy->getElementType(); in emitPTXGlobalVariable() local
1345 O << " .align " << (int) TD->getPrefTypeAlignment(ETy); in emitPTXGlobalVariable()
1349 if (ETy->isFloatingPointTy() || ETy->isIntegerTy() || ETy->isPointerTy()) { in emitPTXGlobalVariable()
1351 O << getPTXFundamentalTypeStr(ETy); in emitPTXGlobalVariable()
1363 switch (ETy->getTypeID()) { in emitPTXGlobalVariable()
1367 ElementSize = TD->getTypeStoreSize(ETy); in emitPTXGlobalVariable()
1394 Type *ETy = STy->getElementType(i); in getOpenCLAlignment() local
1395 unsigned int align = getOpenCLAlignment(TD, ETy); in getOpenCLAlignment()
1493 Type *ETy = PTy->getElementType(); in emitFunctionParamList() local
1509 O << ".align " << (int) getOpenCLAlignment(TD, ETy) << " "; in emitFunctionParamList()
1548 Type *ETy = PTy->getElementType(); in emitFunctionParamList() local
1556 align = TD->getABITypeAlignment(ETy); in emitFunctionParamList()
1558 unsigned sz = TD->getTypeAllocSize(ETy); in emitFunctionParamList()
1569 ComputeValueVTs(*TLI, ETy, vtparts); in emitFunctionParamList()
1766 const Type *ETy = CPV->getType(); in bufferLEByte() local
1767 if (ETy == Type::getInt8Ty(CPV->getContext())) { in bufferLEByte()
1771 } else if (ETy == Type::getInt16Ty(CPV->getContext())) { in bufferLEByte()
1775 } else if (ETy == Type::getInt32Ty(CPV->getContext())) { in bufferLEByte()
1797 } else if (ETy == Type::getInt64Ty(CPV->getContext())) { in bufferLEByte()