/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Type.h | 75 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()
|
D | DerivedTypes.h | 175 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/ |
D | Type.h | 66 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()
|
D | DerivedTypes.h | 164 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/ |
D | Type.h | 76 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()
|
D | DerivedTypes.h | 177 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/ |
D | Type.h | 75 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)
|
D | DerivedTypes.h | 172 T->getTypeID() == VectorTyID; in classof() 333 T->getTypeID() == VectorTyID; in classof() 434 return T->getTypeID() == VectorTyID; in classof()
|
D | DataLayout.h | 541 case Type::VectorTyID: { in getTypeSizeInBits()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Constants.cpp | 104 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 …]
|
D | Type.cpp | 60 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()
|
D | ValueTypes.cpp | 212 case Type::VectorTyID: { in getEVT()
|
/external/spirv-llvm/test/SPIRV/transcoding/ |
D | image_get_size_with_access_qualifiers.ll | 11 ; CHECK-SPIRV: TypeVector [[VectorTyID:[0-9]+]] [[IntTyID]] {{[0-9]+}} 13 ; CHECK-SPIRV: ImageQuerySizeLod [[VectorTyID]] {{[0-9]+}} [[ImageArgID]]
|
/external/llvm/lib/IR/ |
D | Constants.cpp | 222 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 …]
|
D | ValueTypes.cpp | 298 case Type::VectorTyID: { in getVT() 315 case Type::VectorTyID: { in getEVT()
|
D | Type.cpp | 118 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/ |
D | Constants.cpp | 295 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 …]
|
D | Type.cpp | 125 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/ |
D | Execution.cpp | 120 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/ |
D | Execution.cpp | 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 …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | ValueTypes.cpp | 298 case Type::VectorTyID: { in getVT() 315 case Type::VectorTyID: { in getEVT()
|
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | TargetData.cpp | 429 case Type::VectorTyID: in getTypeSizeInBits() 484 case Type::VectorTyID: in getAlignment()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUHSAMetadataStreamer.cpp | 148 case Type::VectorTyID: in getValueType() 181 case Type::VectorTyID: { in getTypeName()
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 625 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/ |
D | ExecutionEngine.cpp | 628 case Type::VectorTyID: in getConstantValue() 918 case Type::VectorTyID: { in getConstantValue() 1076 case Type::VectorTyID: in StoreValueToMemory() 1153 case Type::VectorTyID: { in LoadValueFromMemory()
|