Searched refs:VectorTyID (Results 1 – 19 of 19) sorted by relevance
165 T->getTypeID() == VectorTyID; in classof()328 T->getTypeID() == VectorTyID; in classof()441 return T->getTypeID() == VectorTyID; in classof()
74 VectorTyID ///< 15: SIMD 'packed' format, or other vector type enumerator226 bool isVectorTy() const { return getTypeID() == VectorTyID; } in isVectorTy()277 getTypeID() != VectorTyID)
536 case Type::VectorTyID: { in getTypeSizeInBits()
120 case Type::VectorTyID: { \318 case Type::VectorTyID: \1283 if (SrcVal->getType()->getTypeID() == Type::VectorTyID) { in executeFPTruncInst()1306 if (SrcVal->getType()->getTypeID() == Type::VectorTyID) { in executeFPExtInst()1329 if (SrcTy->getTypeID() == Type::VectorTyID) { in executeFPToUIInst()1367 if (SrcTy->getTypeID() == Type::VectorTyID) { in executeFPToSIInst()1403 if (SrcVal->getType()->getTypeID() == Type::VectorTyID) { in executeUIToFPInst()1435 if (SrcVal->getType()->getTypeID() == Type::VectorTyID) { in executeSIToFPInst()1496 if ((SrcTy->getTypeID() == Type::VectorTyID) || in executeBitCastInst()1497 (DstTy->getTypeID() == Type::VectorTyID)) { in executeBitCastInst()[all …]
205 case Type::VectorTyID: in getNullValue()1676 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getTrunc()1677 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getTrunc()1690 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getSExt()1691 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSExt()1704 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getZExt()1705 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getZExt()1718 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPTrunc()1719 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPTrunc()1730 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPExtend()[all …]
264 case Type::VectorTyID: { in getVT()281 case Type::VectorTyID: { in getEVT()
131 case Type::VectorTyID: return cast<VectorType>(this)->getBitWidth(); in getPrimitiveSizeInBits()704 : SequentialType(VectorTyID, ElType) { in VectorType()
663 case Type::VectorTyID: in getAlignment()
505 case Type::VectorTyID: { in print()
261 case Type::VectorTyID: in LLVMGetTypeKind()
607 case Type::VectorTyID: in getConstantValue()895 case Type::VectorTyID: { in getConstantValue()1053 case Type::VectorTyID: in StoreValueToMemory()1130 case Type::VectorTyID: { in LoadValueFromMemory()
200 case Type::VectorTyID: in containsPointerType()1205 case Type::VectorTyID: in getTypeSize()
1209 case Type::VectorTyID: in printModuleLevelGV()1366 case Type::VectorTyID: in emitPTXGlobalVariable()1853 case Type::VectorTyID: in bufferLEByte()
196 case Type::VectorTyID: return "packed_"; in getTypePrefix()408 case Type::VectorTyID: prefix = "VectorTy_"; break; in getCppName()667 case Type::VectorTyID: { in printType()
538 case Type::VectorTyID: in CanInterpret()
635 case Type::VectorTyID: in cmpTypes()
127 case Type::VectorTyID: { in isLeakCheckerRoot()
318 case Type::VectorTyID: in get()
464 case Type::VectorTyID: { in WriteTypeTable()