Home
last modified time | relevance | path

Searched defs:vectorTy (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/mlir/lib/Target/LLVMIR/
DModuleTranslation.cpp65 } else if (auto *vectorTy = dyn_cast<llvm::VectorType>(type)) { in buildSequentialConstant() local
92 } else if (auto *vectorTy = dyn_cast<llvm::VectorType>(type)) { in getInnermostElementType() local
131 auto *vectorTy = cast<llvm::FixedVectorType>(llvmType); in getLLVMConstant() local
/external/clang/lib/CodeGen/
DSwiftCallingConv.cpp633 llvm::VectorType *vectorTy) { in isLegalVectorType()
647 llvm::VectorType *vectorTy) { in splitLegalVectorType()
DTargetInfo.cpp1983 if (llvm::VectorType *vectorTy = dyn_cast_or_null<llvm::VectorType>(ty)) in isPassedUsingAVXType() local
/external/llvm-project/clang/lib/CodeGen/
DSwiftCallingConv.cpp692 llvm::VectorType *vectorTy) { in isLegalVectorType()
707 llvm::VectorType *vectorTy) { in splitLegalVectorType()
DTargetInfo.cpp2332 if (llvm::VectorType *vectorTy = dyn_cast_or_null<llvm::VectorType>(ty)) in isPassedUsingAVXType() local
/external/llvm-project/mlir/lib/Dialect/Affine/Transforms/
DSuperVectorize.cpp939 auto vectorTy = getVectorType(value.getType(), state->strategy); in vectorizeUniform() local
/external/llvm-project/mlir/lib/IR/
DAsmPrinter.cpp1806 .Case<VectorType>([&](VectorType vectorTy) { in printType()
/external/swiftshader/src/Reactor/
DLLVMReactor.cpp184 if(llvm::FixedVectorType *vectorTy = llvm::dyn_cast<llvm::FixedVectorType>(ty)) in lowerRCP() local
/external/clang/lib/Sema/
DSemaExpr.cpp7834 QualType vectorTy) { in tryVectorConvertAndSplat()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp9634 QualType vectorTy, in tryVectorConvertAndSplat()