Searched refs:VectorTyID (Results 1 – 15 of 15) sorted by relevance
71 VectorTyID, ///< 15: SIMD 'packed' format, or other vector type enumerator227 bool isVectorTy() const { return getTypeID() == VectorTyID; } in isVectorTy()260 getTypeID() == VectorTyID; in isSingleValueType()285 getTypeID() != VectorTyID) in isSized()
162 T->getTypeID() == VectorTyID; in classof()325 T->getTypeID() == VectorTyID; in classof()418 return T->getTypeID() == VectorTyID; in classof()
141 case Type::VectorTyID: in getNullValue()1517 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getTrunc()1518 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getTrunc()1531 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getSExt()1532 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSExt()1545 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getZExt()1546 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getZExt()1559 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPTrunc()1560 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPTrunc()1571 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPExtend()[all …]
254 case Type::VectorTyID: { in getVT()271 case Type::VectorTyID: { in getEVT()
545 case Type::VectorTyID: { in getTypeSizeInBits()605 case Type::VectorTyID: in getAlignment()
127 case Type::VectorTyID: return cast<VectorType>(this)->getBitWidth(); in getPrimitiveSizeInBits()706 : SequentialType(VectorTyID, ElType) { in VectorType()
277 case Type::VectorTyID: { in print()
191 case Type::VectorTyID: in LLVMGetTypeKind()
202 case Type::VectorTyID: in containsPointerType()1145 case Type::VectorTyID: in getTypeSize()
1208 case Type::VectorTyID: in printModuleLevelGV()1376 case Type::VectorTyID: in emitPTXGlobalVariable()1873 case Type::VectorTyID: in bufferLEByte()
191 case Type::VectorTyID: return "packed_"; in getTypePrefix()398 case Type::VectorTyID: prefix = "VectorTy_"; break; in getCppName()655 case Type::VectorTyID: { in printType()
221 case Type::VectorTyID: in isEquivalentType()
327 case Type::VectorTyID: { in isLeakCheckerRoot()
291 case Type::VectorTyID: in getImpl()
375 case Type::VectorTyID: { in WriteTypeTable()