Home
last modified time | relevance | path

Searched refs:vectorTypeInfo (Results 1 – 11 of 11) sorted by relevance

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Conversion/StandardToLLVM/
H A DConvertStandardToLLVM.cpp743 auto vectorTypeInfo = extractNDVectorTypeInfo(vectorType, this->lowering); in matchAndRewrite() local
744 auto llvmVectorTy = vectorTypeInfo.llvmVectorTy; in matchAndRewrite()
745 if (!llvmVectorTy || llvmArrayTy != vectorTypeInfo.llvmArrayTy) in matchAndRewrite()
749 nDVectorIterate(vectorTypeInfo, rewriter, [&](ArrayAttr position) { in matchAndRewrite()
1747 auto vectorTypeInfo = extractNDVectorTypeInfo(resultType, lowering); in matchAndRewrite() local
1748 auto llvmArrayTy = vectorTypeInfo.llvmArrayTy; in matchAndRewrite()
1749 auto llvmVectorTy = vectorTypeInfo.llvmVectorTy; in matchAndRewrite()
1773 nDVectorIterate(vectorTypeInfo, rewriter, [&](ArrayAttr position) { in matchAndRewrite()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Conversion/StandardToLLVM/
H A DStandardToLLVM.cpp913 auto vectorTypeInfo = in matchAndRewrite() local
915 auto llvmNDVectorTy = vectorTypeInfo.llvmNDVectorTy; in matchAndRewrite()
916 auto llvm1DVectorTy = vectorTypeInfo.llvm1DVectorTy; in matchAndRewrite()
940 nDVectorIterate(vectorTypeInfo, rewriter, [&](ArrayAttr position) { in matchAndRewrite()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Conversion/StandardToLLVM/
H A DStandardToLLVM.cpp902 auto vectorTypeInfo = in matchAndRewrite() local
904 auto llvmNDVectorTy = vectorTypeInfo.llvmNDVectorTy; in matchAndRewrite()
905 auto llvm1DVectorTy = vectorTypeInfo.llvm1DVectorTy; in matchAndRewrite()
929 nDVectorIterate(vectorTypeInfo, rewriter, [&](ArrayAttr position) { in matchAndRewrite()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Conversion/StandardToLLVM/
H A DStandardToLLVM.cpp902 auto vectorTypeInfo = in matchAndRewrite() local
904 auto llvmNDVectorTy = vectorTypeInfo.llvmNDVectorTy; in matchAndRewrite()
905 auto llvm1DVectorTy = vectorTypeInfo.llvm1DVectorTy; in matchAndRewrite()
929 nDVectorIterate(vectorTypeInfo, rewriter, [&](ArrayAttr position) { in matchAndRewrite()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Conversion/StandardToLLVM/
H A DStandardToLLVM.cpp902 auto vectorTypeInfo = in matchAndRewrite() local
904 auto llvmNDVectorTy = vectorTypeInfo.llvmNDVectorTy; in matchAndRewrite()
905 auto llvm1DVectorTy = vectorTypeInfo.llvm1DVectorTy; in matchAndRewrite()
929 nDVectorIterate(vectorTypeInfo, rewriter, [&](ArrayAttr position) { in matchAndRewrite()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Conversion/StandardToLLVM/
H A DStandardToLLVM.cpp1310 auto vectorTypeInfo = extractNDVectorTypeInfo(vectorType, typeConverter); in handleMultidimensionalVectors() local
1311 auto llvmVectorTy = vectorTypeInfo.llvmVectorTy; in handleMultidimensionalVectors()
1313 if (!llvmVectorTy || llvmArrayTy != vectorTypeInfo.llvmArrayTy) in handleMultidimensionalVectors()
1318 nDVectorIterate(vectorTypeInfo, rewriter, [&](ArrayAttr position) { in handleMultidimensionalVectors()
2665 auto vectorTypeInfo = extractNDVectorTypeInfo(resultType, typeConverter); in matchAndRewrite() local
2666 auto llvmArrayTy = vectorTypeInfo.llvmArrayTy; in matchAndRewrite()
2667 auto llvmVectorTy = vectorTypeInfo.llvmVectorTy; in matchAndRewrite()
2691 nDVectorIterate(vectorTypeInfo, rewriter, [&](ArrayAttr position) { in matchAndRewrite()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Conversion/StandardToLLVM/
H A DStandardToLLVM.cpp1597 auto vectorTypeInfo = extractNDVectorTypeInfo(vectorType, typeConverter); in handleMultidimensionalVectors() local
1598 auto llvmVectorTy = vectorTypeInfo.llvmVectorTy; in handleMultidimensionalVectors()
1600 if (!llvmVectorTy || llvmArrayTy != vectorTypeInfo.llvmArrayTy) in handleMultidimensionalVectors()
1605 nDVectorIterate(vectorTypeInfo, rewriter, [&](ArrayAttr position) { in handleMultidimensionalVectors()
3212 auto vectorTypeInfo = in matchAndRewrite() local
3214 auto llvmArrayTy = vectorTypeInfo.llvmArrayTy; in matchAndRewrite()
3215 auto llvmVectorTy = vectorTypeInfo.llvmVectorTy; in matchAndRewrite()
3239 nDVectorIterate(vectorTypeInfo, rewriter, [&](ArrayAttr position) { in matchAndRewrite()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Conversion/StandardToLLVM/
H A DStandardToLLVM.cpp1597 auto vectorTypeInfo = extractNDVectorTypeInfo(vectorType, typeConverter); in handleMultidimensionalVectors() local
1598 auto llvmVectorTy = vectorTypeInfo.llvmVectorTy; in handleMultidimensionalVectors()
1600 if (!llvmVectorTy || llvmArrayTy != vectorTypeInfo.llvmArrayTy) in handleMultidimensionalVectors()
1605 nDVectorIterate(vectorTypeInfo, rewriter, [&](ArrayAttr position) { in handleMultidimensionalVectors()
3212 auto vectorTypeInfo = in matchAndRewrite() local
3214 auto llvmArrayTy = vectorTypeInfo.llvmArrayTy; in matchAndRewrite()
3215 auto llvmVectorTy = vectorTypeInfo.llvmVectorTy; in matchAndRewrite()
3239 nDVectorIterate(vectorTypeInfo, rewriter, [&](ArrayAttr position) { in matchAndRewrite()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Conversion/StandardToLLVM/
H A DStandardToLLVM.cpp1607 auto vectorTypeInfo = extractNDVectorTypeInfo(vectorType, typeConverter); in handleMultidimensionalVectors() local
1608 auto llvmVectorTy = vectorTypeInfo.llvmVectorTy; in handleMultidimensionalVectors()
1610 if (!llvmVectorTy || llvmArrayTy != vectorTypeInfo.llvmArrayTy) in handleMultidimensionalVectors()
1615 nDVectorIterate(vectorTypeInfo, rewriter, [&](ArrayAttr position) { in handleMultidimensionalVectors()
3418 auto vectorTypeInfo = extractNDVectorTypeInfo(resultType, typeConverter); in matchAndRewrite() local
3419 auto llvmArrayTy = vectorTypeInfo.llvmArrayTy; in matchAndRewrite()
3420 auto llvmVectorTy = vectorTypeInfo.llvmVectorTy; in matchAndRewrite()
3444 nDVectorIterate(vectorTypeInfo, rewriter, [&](ArrayAttr position) { in matchAndRewrite()
/dports/lang/zig-devel/zig-0.9.0/src/
H A Dtranslate_c.zig1452 fn vectorTypeInfo(arena: mem.Allocator, vec_node: Node, field: []const u8) TransError!Node {
1472 const vector_child_type = try vectorTypeInfo(c.arena, a, "child");
1473 const vector_len = try vectorTypeInfo(c.arena, a, "len");
/dports/lang/zig/zig-0.9.0/src/
H A Dtranslate_c.zig1452 fn vectorTypeInfo(arena: mem.Allocator, vec_node: Node, field: []const u8) TransError!Node {
1472 const vector_child_type = try vectorTypeInfo(c.arena, a, "child");
1473 const vector_len = try vectorTypeInfo(c.arena, a, "len");