Home
last modified time | relevance | path

Searched refs: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() argument
36 xferOp, vecTy, dwordConfig, vindex, offsetSizeInBytes, glc, slc); in replaceTransferOpWithMubuf()
43 LLVM::LLVMType &vecTy, Value &dwordConfig, Value &vindex, in replaceTransferOpWithMubuf() argument
83 LLVM::LLVMType vecTy = in matchAndRewrite() local
85 unsigned vecWidth = vecTy.getVectorNumElements(); in matchAndRewrite()
146 rewriter, operands, *getTypeConverter(), loc, xferOp, vecTy, in matchAndRewrite()
/external/clang/lib/CodeGen/
DSwiftCallingConv.cpp201 if (auto vecTy = dyn_cast<llvm::VectorType>(type)) { in addTypedData() local
203 legalizeVectorType(CGM, end - begin, vecTy, componentTys); in addTypedData()
234 if (auto vecTy = dyn_cast<llvm::VectorType>(type)) { in addLegalTypedData() local
235 auto split = splitLegalVectorType(CGM, end - begin, vecTy); in addLegalTypedData()
318 if (auto vecTy = dyn_cast_or_null<llvm::VectorType>(type)) { in addEntry() local
319 auto eltTy = vecTy->getElementType(); in addEntry()
320 CharUnits eltSize = (end - begin) / vecTy->getNumElements(); in addEntry()
322 for (unsigned i = 0, e = vecTy->getNumElements(); i != e; ++i) { in addEntry()
381 auto vecTy = cast<llvm::VectorType>(Entries[index].Type); in splitVectorEntry() local
382 auto split = splitLegalVectorType(CGM, Entries[index].getWidth(), vecTy); in splitVectorEntry()
DCGExprScalar.cpp3257 llvm::VectorType *vecTy = cast<llvm::VectorType>(condType); in VisitAbstractConditionalOperator() local
3259 unsigned numElem = vecTy->getNumElements(); in VisitAbstractConditionalOperator()
3260 llvm::Type *elemType = vecTy->getElementType(); in VisitAbstractConditionalOperator()
3262 llvm::Value *zeroVec = llvm::Constant::getNullValue(vecTy); in VisitAbstractConditionalOperator()
/external/llvm-project/clang/lib/CodeGen/
DSwiftCallingConv.cpp217 if (auto vecTy = dyn_cast<llvm::VectorType>(type)) { in addTypedData() local
219 legalizeVectorType(CGM, end - begin, vecTy, componentTys); in addTypedData()
250 if (auto vecTy = dyn_cast<llvm::VectorType>(type)) { in addLegalTypedData() local
251 auto split = splitLegalVectorType(CGM, end - begin, vecTy); in addLegalTypedData()
334 if (auto vecTy = dyn_cast_or_null<llvm::VectorType>(type)) { in addEntry() local
335 auto eltTy = vecTy->getElementType(); in addEntry()
337 (end - begin) / cast<llvm::FixedVectorType>(vecTy)->getNumElements(); in addEntry()
340 e = cast<llvm::FixedVectorType>(vecTy)->getNumElements(); in addEntry()
400 auto vecTy = cast<llvm::VectorType>(Entries[index].Type); in splitVectorEntry() local
401 auto split = splitLegalVectorType(CGM, Entries[index].getWidth(), vecTy); in splitVectorEntry()
DCGExprScalar.cpp4381 auto *vecTy = cast<llvm::FixedVectorType>(condType); in VisitAbstractConditionalOperator() local
4383 unsigned numElem = vecTy->getNumElements(); in VisitAbstractConditionalOperator()
4384 llvm::Type *elemType = vecTy->getElementType(); in VisitAbstractConditionalOperator()
4386 llvm::Value *zeroVec = llvm::Constant::getNullValue(vecTy); in VisitAbstractConditionalOperator()
/external/llvm-project/mlir/lib/Conversion/VectorToLLVM/
DConvertVectorToLLVM.cpp241 Type vecTy = typeConverter.convertType(xferOp.getVectorType()); in replaceTransferOpWithMasked() local
242 if (!vecTy) in replaceTransferOpWithMasked()
250 xferOp, vecTy, dataPtr, mask, ValueRange{fill}, in replaceTransferOpWithMasked()
1272 auto vecTy = in matchAndRewrite() local
1277 rewriter.create<LLVM::BitcastOp>(loc, vecTy.getPointerTo(), dataPtr); in matchAndRewrite()
1280 loc, vecTy.getPointerTo(), dataPtr); in matchAndRewrite()
1293 unsigned vecWidth = vecTy.getVectorNumElements(); in matchAndRewrite()
/external/deqp-deps/SPIRV-Tools/test/opt/
Dtype_manager_test.cpp685 Vector vecTy(&intTy2, 2u); in TEST() local
686 EXPECT_EQ(manager.GetId(&vecTy), 4u); in TEST()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dtype_manager_test.cpp685 Vector vecTy(&intTy2, 2u); in TEST() local
686 EXPECT_EQ(manager.GetId(&vecTy), 4u); in TEST()
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/
Dtype_manager_test.cpp685 Vector vecTy(&intTy2, 2u); in TEST() local
686 EXPECT_EQ(manager.GetId(&vecTy), 4u); in TEST()
/external/clang/lib/Sema/
DSemaCast.cpp2216 if (const VectorType *vecTy = DestType->getAs<VectorType>()) in CheckCXXCStyleCast() local
2217 if (vecTy->getVectorKind() == VectorType::AltiVecVector in CheckCXXCStyleCast()
/external/llvm-project/clang/lib/Sema/
DSemaCast.cpp2563 if (const VectorType *vecTy = DestType->getAs<VectorType>()) in CheckCXXCStyleCast() local
2564 if (vecTy->getVectorKind() == VectorType::AltiVecVector in CheckCXXCStyleCast()
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp1973 Ice::Type vecTy = T(vectorType); in getContainedType() local
1974 switch(vecTy) in getContainedType()