Home
last modified time | relevance | path

Searched refs:VectorTyID (Results 1 – 25 of 52) sorted by relevance

123

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h75 VectorTyID ///< 16: SIMD 'packed' format, or other vector type enumerator
113 return TyID == ArrayTyID || TyID == VectorTyID; in isSequentialType()
219 bool isVectorTy() const { return getTypeID() == VectorTyID; } in isVectorTy()
263 getTypeID() != VectorTyID)
354 assert(getTypeID() == VectorTyID); in getVectorElementType()
DDerivedTypes.h175 T->getTypeID() == VectorTyID; in classof()
340 return T->getTypeID() == ArrayTyID || T->getTypeID() == VectorTyID; in classof()
434 return T->getTypeID() == VectorTyID; in classof()
/external/swiftshader/third_party/LLVM/include/llvm/
DType.h66 VectorTyID, ///< 14: SIMD 'packed' format, or other vector type enumerator
189 bool isVectorTy() const { return ID == VectorTyID; } in isVectorTy()
221 ID == IntegerTyID || ID == PointerTyID || ID == VectorTyID; in isSingleValueType()
244 if (ID != StructTyID && ID != ArrayTyID && ID != VectorTyID) in isSized()
DDerivedTypes.h164 T->getTypeID() == VectorTyID; in classof()
325 T->getTypeID() == VectorTyID; in classof()
418 return T->getTypeID() == VectorTyID; in classof()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DType.h76 VectorTyID ///< 16: SIMD 'packed' format, or other vector type enumerator
114 return TyID == ArrayTyID || TyID == VectorTyID; in isSequentialType()
230 bool isVectorTy() const { return getTypeID() == VectorTyID; } in isVectorTy()
274 getTypeID() != VectorTyID)
372 assert(getTypeID() == VectorTyID); in getVectorElementType()
DDerivedTypes.h177 T->getTypeID() == VectorTyID; in classof()
364 return T->getTypeID() == ArrayTyID || T->getTypeID() == VectorTyID; in classof()
458 return T->getTypeID() == VectorTyID; in classof()
/external/llvm/include/llvm/IR/
DType.h75 VectorTyID ///< 16: SIMD 'packed' format, or other vector type enumerator
111 return TyID == ArrayTyID || TyID == PointerTyID || TyID == VectorTyID; in isSequentialType()
217 bool isVectorTy() const { return getTypeID() == VectorTyID; } in isVectorTy()
261 getTypeID() != VectorTyID)
DDerivedTypes.h172 T->getTypeID() == VectorTyID; in classof()
333 T->getTypeID() == VectorTyID; in classof()
434 return T->getTypeID() == VectorTyID; in classof()
DDataLayout.h541 case Type::VectorTyID: { in getTypeSizeInBits()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstants.cpp104 case Type::VectorTyID: in getNullValue()
1310 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getTrunc()
1311 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getTrunc()
1324 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getSExt()
1325 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSExt()
1338 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getZExt()
1339 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getZExt()
1352 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPTrunc()
1353 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPTrunc()
1364 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPExtend()
[all …]
DType.cpp60 if (ID != Type::VectorTyID) return false; in isIntOrIntVectorTy()
72 if (ID != Type::VectorTyID) return false; in isFPOrFPVectorTy()
141 case Type::VectorTyID: return cast<VectorType>(this)->getBitWidth(); in getPrimitiveSizeInBits()
647 : SequentialType(VectorTyID, ElType) { in VectorType()
DValueTypes.cpp212 case Type::VectorTyID: { in getEVT()
/external/spirv-llvm/test/SPIRV/transcoding/
Dimage_get_size_with_access_qualifiers.ll11 ; CHECK-SPIRV: TypeVector [[VectorTyID:[0-9]+]] [[IntTyID]] {{[0-9]+}}
13 ; CHECK-SPIRV: ImageQuerySizeLod [[VectorTyID]] {{[0-9]+}} [[ImageArgID]]
/external/llvm/lib/IR/
DConstants.cpp222 case Type::VectorTyID: in getNullValue()
1566 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getTrunc()
1567 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getTrunc()
1580 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getSExt()
1581 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSExt()
1594 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getZExt()
1595 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getZExt()
1608 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPTrunc()
1609 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPTrunc()
1620 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPExtend()
[all …]
DValueTypes.cpp298 case Type::VectorTyID: { in getVT()
315 case Type::VectorTyID: { in getEVT()
DType.cpp118 case Type::VectorTyID: return cast<VectorType>(this)->getBitWidth(); in getPrimitiveSizeInBits()
631 : SequentialType(VectorTyID, ElType) { in VectorType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstants.cpp295 case Type::VectorTyID: in getNullValue()
1616 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getTrunc()
1617 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getTrunc()
1630 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getSExt()
1631 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getSExt()
1644 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getZExt()
1645 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getZExt()
1658 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPTrunc()
1659 bool toVec = Ty->getTypeID() == Type::VectorTyID; in getFPTrunc()
1670 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPExtend()
[all …]
DType.cpp125 case Type::VectorTyID: return cast<VectorType>(this)->getBitWidth(); in getPrimitiveSizeInBits()
591 : SequentialType(VectorTyID, ElType, NumEl) {} in VectorType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp120 case Type::VectorTyID: { \
318 case Type::VectorTyID: \
1282 if (SrcVal->getType()->getTypeID() == Type::VectorTyID) { in executeFPTruncInst()
1305 if (SrcVal->getType()->getTypeID() == Type::VectorTyID) { in executeFPExtInst()
1328 if (SrcTy->getTypeID() == Type::VectorTyID) { in executeFPToUIInst()
1366 if (SrcTy->getTypeID() == Type::VectorTyID) { in executeFPToSIInst()
1402 if (SrcVal->getType()->getTypeID() == Type::VectorTyID) { in executeUIToFPInst()
1434 if (SrcVal->getType()->getTypeID() == Type::VectorTyID) { in executeSIToFPInst()
1495 if ((SrcTy->getTypeID() == Type::VectorTyID) || in executeBitCastInst()
1496 (DstTy->getTypeID() == Type::VectorTyID)) { in executeBitCastInst()
[all …]
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp120 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 …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DValueTypes.cpp298 case Type::VectorTyID: { in getVT()
315 case Type::VectorTyID: { in getEVT()
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetData.cpp429 case Type::VectorTyID: in getTypeSizeInBits()
484 case Type::VectorTyID: in getAlignment()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUHSAMetadataStreamer.cpp148 case Type::VectorTyID: in getValueType()
181 case Type::VectorTyID: { in getTypeName()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp625 case Type::VectorTyID: in getConstantValue()
912 case Type::VectorTyID: { in getConstantValue()
1070 case Type::VectorTyID: in StoreValueToMemory()
1147 case Type::VectorTyID: { in LoadValueFromMemory()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp628 case Type::VectorTyID: in getConstantValue()
918 case Type::VectorTyID: { in getConstantValue()
1076 case Type::VectorTyID: in StoreValueToMemory()
1153 case Type::VectorTyID: { in LoadValueFromMemory()

123