Searched refs:VectorTyID (Results 1 – 17 of 17) sorted by relevance
73 VectorTyID, ///< 15: SIMD 'packed' format, or other vector type enumerator229 bool isVectorTy() const { return getTypeID() == VectorTyID; } in isVectorTy()262 getTypeID() == VectorTyID; in isSingleValueType()287 getTypeID() != VectorTyID) in isSized()
162 T->getTypeID() == VectorTyID; in classof()325 T->getTypeID() == VectorTyID; in classof()418 return T->getTypeID() == VectorTyID; in classof()
490 case Type::VectorTyID: { in getTypeSizeInBits()
138 case Type::VectorTyID: in getNullValue()1540 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getTrunc()1541 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getTrunc()1554 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getSExt()1555 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSExt()1568 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getZExt()1569 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getZExt()1582 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPTrunc()1583 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPTrunc()1594 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPExtend()[all …]
264 case Type::VectorTyID: { in getVT()281 case Type::VectorTyID: { in getEVT()
127 case Type::VectorTyID: return cast<VectorType>(this)->getBitWidth(); in getPrimitiveSizeInBits()702 : SequentialType(VectorTyID, ElType) { in VectorType()
571 case Type::VectorTyID: in getAlignment()
257 case Type::VectorTyID: { in print()
207 case Type::VectorTyID: in LLVMGetTypeKind()
118 case Type::VectorTyID: { \316 case Type::VectorTyID: \1281 if (SrcVal->getType()->getTypeID() == Type::VectorTyID) { in executeFPTruncInst()1304 if (SrcVal->getType()->getTypeID() == Type::VectorTyID) { in executeFPExtInst()1327 if (SrcTy->getTypeID() == Type::VectorTyID) { in executeFPToUIInst()1365 if (SrcTy->getTypeID() == Type::VectorTyID) { in executeFPToSIInst()1401 if (SrcVal->getType()->getTypeID() == Type::VectorTyID) { in executeUIToFPInst()1433 if (SrcVal->getType()->getTypeID() == Type::VectorTyID) { in executeSIToFPInst()1494 if ((SrcTy->getTypeID() == Type::VectorTyID) || in executeBitCastInst()1495 (DstTy->getTypeID() == Type::VectorTyID)) { in executeBitCastInst()[all …]
571 case Type::VectorTyID: in getConstantValue()862 case Type::VectorTyID: { in getConstantValue()1020 case Type::VectorTyID: in StoreValueToMemory()1097 case Type::VectorTyID: { in LoadValueFromMemory()
1241 case Type::VectorTyID: in printModuleLevelGV()1398 case Type::VectorTyID: in emitPTXGlobalVariable()1888 case Type::VectorTyID: in bufferLEByte()
192 case Type::VectorTyID: return "packed_"; in getTypePrefix()397 case Type::VectorTyID: prefix = "VectorTy_"; break; in getCppName()654 case Type::VectorTyID: { in printType()
233 case Type::VectorTyID: in isEquivalentType()
125 case Type::VectorTyID: { in isLeakCheckerRoot()
291 case Type::VectorTyID: in getImpl()
458 case Type::VectorTyID: { in WriteTypeTable()