Home
last modified time | relevance | path

Searched defs:vecTy (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp201 if (auto vecTy = dyn_cast<llvm::VectorType>(type)) { in addTypedData() local
234 if (auto vecTy = dyn_cast<llvm::VectorType>(type)) { in addLegalTypedData() local
318 if (auto vecTy = dyn_cast_or_null<llvm::VectorType>(type)) { in addEntry() local
381 auto vecTy = cast<llvm::VectorType>(Entries[index].Type); in splitVectorEntry() local
H A DCGExprScalar.cpp3257 llvm::VectorType *vecTy = cast<llvm::VectorType>(condType); in VisitAbstractConditionalOperator() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/opt/
Dtype_manager_test.cpp709 Vector vecTy(&intTy2, 2u); in TEST() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/opt/
H A Dtype_manager_test.cpp712 Vector vecTy(&intTy2, 2u); in TEST() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dtype_manager_test.cpp709 Vector vecTy(&intTy2, 2u); in TEST() local
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaCast.cpp2216 if (const VectorType *vecTy = DestType->getAs<VectorType>()) in CheckCXXCStyleCast() local
/aosp_15_r20/external/swiftshader/src/Reactor/
H A DSubzeroReactor.cpp1956 Ice::Type vecTy = T(vectorType); in getContainedType() local