Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Conversion/VectorToROCDL/
DVectorToROCDL.cpp33 LLVM::LLVMType &vecTy, Value &dwordConfig, Value &vindex, in replaceTransferOpWithMubuf()
43 LLVM::LLVMType &vecTy, Value &dwordConfig, Value &vindex, in replaceTransferOpWithMubuf()
83 LLVM::LLVMType vecTy = in matchAndRewrite() local
/external/clang/lib/CodeGen/
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
DCGExprScalar.cpp3257 llvm::VectorType *vecTy = cast<llvm::VectorType>(condType); in VisitAbstractConditionalOperator() local
/external/llvm-project/clang/lib/CodeGen/
DSwiftCallingConv.cpp217 if (auto vecTy = dyn_cast<llvm::VectorType>(type)) { in addTypedData() local
250 if (auto vecTy = dyn_cast<llvm::VectorType>(type)) { in addLegalTypedData() local
334 if (auto vecTy = dyn_cast_or_null<llvm::VectorType>(type)) { in addEntry() local
400 auto vecTy = cast<llvm::VectorType>(Entries[index].Type); in splitVectorEntry() local
DCGExprScalar.cpp4381 auto *vecTy = cast<llvm::FixedVectorType>(condType); in VisitAbstractConditionalOperator() local
/external/deqp-deps/SPIRV-Tools/test/opt/
Dtype_manager_test.cpp685 Vector vecTy(&intTy2, 2u); in TEST() local
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dtype_manager_test.cpp685 Vector vecTy(&intTy2, 2u); in TEST() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/
Dtype_manager_test.cpp685 Vector vecTy(&intTy2, 2u); in TEST() local
/external/llvm-project/mlir/lib/Conversion/VectorToLLVM/
DConvertVectorToLLVM.cpp241 Type vecTy = typeConverter.convertType(xferOp.getVectorType()); in replaceTransferOpWithMasked() local
1272 auto vecTy = in matchAndRewrite() local
/external/clang/lib/Sema/
DSemaCast.cpp2216 if (const VectorType *vecTy = DestType->getAs<VectorType>()) in CheckCXXCStyleCast() local
/external/llvm-project/clang/lib/Sema/
DSemaCast.cpp2563 if (const VectorType *vecTy = DestType->getAs<VectorType>()) in CheckCXXCStyleCast() local
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp1973 Ice::Type vecTy = T(vectorType); in getContainedType() local