Home
last modified time | relevance | path

Searched refs:areCastCompatible (Results 1 – 25 of 92) sorted by relevance

1234

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/Arithmetic/IR/
H A DArithmeticOps.cpp501 bool arith::TruncFOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible() function in arith::TruncFOp
509 bool arith::TruncIOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible() function in arith::TruncIOp
513 bool arith::ExtUIOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible() function in arith::ExtUIOp
517 bool arith::ExtSIOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible() function in arith::ExtSIOp
521 bool arith::ExtFOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible() function in arith::ExtFOp
529 bool arith::SIToFPOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible() function in arith::SIToFPOp
533 bool arith::UIToFPOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible() function in arith::UIToFPOp
537 bool arith::FPToSIOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible() function in arith::FPToSIOp
541 bool arith::FPToUIOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible() function in arith::FPToUIOp
549 bool arith::IndexCastOp::areCastCompatible(TypeRange inputs, in areCastCompatible() function in arith::IndexCastOp
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/include/mlir/Interfaces/
H A DCastInterfaces.td34 "bool", "areCastCompatible",
47 return impl::verifyCastInterfaceOp($_op, ConcreteOp::areCastCompatible);
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/include/mlir/Interfaces/
H A DCastInterfaces.td34 "bool", "areCastCompatible",
47 return impl::verifyCastInterfaceOp($_op, ConcreteOp::areCastCompatible);
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/include/mlir/Interfaces/
H A DCastInterfaces.td34 "bool", "areCastCompatible",
47 return impl::verifyCastInterfaceOp($_op, ConcreteOp::areCastCompatible);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/include/mlir/Interfaces/
H A DCastInterfaces.td34 "bool", "areCastCompatible",
47 return impl::verifyCastInterfaceOp($_op, ConcreteOp::areCastCompatible);
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/include/mlir/Interfaces/
H A DCastInterfaces.td34 "bool", "areCastCompatible",
47 return impl::verifyCastInterfaceOp($_op, ConcreteOp::areCastCompatible);
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/include/mlir/Interfaces/
H A DCastInterfaces.td34 "bool", "areCastCompatible",
47 return impl::verifyCastInterfaceOp($_op, ConcreteOp::areCastCompatible);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/StandardOps/IR/
H A DOps.cpp529 bool BitcastOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible() function in BitcastOp
535 return areVectorCastSimpleCompatible(a, b, areCastCompatible); in areCastCompatible()
1398 bool FPExtOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible() function in FPExtOp
1405 return areVectorCastSimpleCompatible(a, b, areCastCompatible); in areCastCompatible()
1412 bool FPToSIOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible() function in FPToSIOp
1418 return areVectorCastSimpleCompatible(a, b, areCastCompatible); in areCastCompatible()
1431 return areVectorCastSimpleCompatible(a, b, areCastCompatible); in areCastCompatible()
1445 return areVectorCastSimpleCompatible(a, b, areCastCompatible); in areCastCompatible()
1483 areCastCompatible(aShaped.getElementType(), in areCastCompatible()
1949 return areVectorCastSimpleCompatible(a, b, areCastCompatible); in areCastCompatible()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/StandardOps/IR/
H A DOps.cpp1306 bool FPExtOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible() function in FPExtOp
1313 return areVectorCastSimpleCompatible(a, b, areCastCompatible); in areCastCompatible()
1320 bool FPToSIOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible() function in FPToSIOp
1326 return areVectorCastSimpleCompatible(a, b, areCastCompatible); in areCastCompatible()
1333 bool FPToUIOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible() function in FPToUIOp
1339 return areVectorCastSimpleCompatible(a, b, areCastCompatible); in areCastCompatible()
1353 return areVectorCastSimpleCompatible(a, b, areCastCompatible); in areCastCompatible()
1370 areCastCompatible(aShaped.getElementType(), in areCastCompatible()
1826 bool SIToFPOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible() function in SIToFPOp
1832 return areVectorCastSimpleCompatible(a, b, areCastCompatible); in areCastCompatible()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/StandardOps/IR/
H A DOps.cpp1306 bool FPExtOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible() function in FPExtOp
1313 return areVectorCastSimpleCompatible(a, b, areCastCompatible); in areCastCompatible()
1320 bool FPToSIOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible() function in FPToSIOp
1326 return areVectorCastSimpleCompatible(a, b, areCastCompatible); in areCastCompatible()
1333 bool FPToUIOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible() function in FPToUIOp
1339 return areVectorCastSimpleCompatible(a, b, areCastCompatible); in areCastCompatible()
1353 return areVectorCastSimpleCompatible(a, b, areCastCompatible); in areCastCompatible()
1370 areCastCompatible(aShaped.getElementType(), in areCastCompatible()
1826 bool SIToFPOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible() function in SIToFPOp
1832 return areVectorCastSimpleCompatible(a, b, areCastCompatible); in areCastCompatible()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/StandardOps/IR/
H A DOps.cpp1306 bool FPExtOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible() function in FPExtOp
1313 return areVectorCastSimpleCompatible(a, b, areCastCompatible); in areCastCompatible()
1320 bool FPToSIOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible() function in FPToSIOp
1326 return areVectorCastSimpleCompatible(a, b, areCastCompatible); in areCastCompatible()
1333 bool FPToUIOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible() function in FPToUIOp
1339 return areVectorCastSimpleCompatible(a, b, areCastCompatible); in areCastCompatible()
1353 return areVectorCastSimpleCompatible(a, b, areCastCompatible); in areCastCompatible()
1370 areCastCompatible(aShaped.getElementType(), in areCastCompatible()
1826 bool SIToFPOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible() function in SIToFPOp
1832 return areVectorCastSimpleCompatible(a, b, areCastCompatible); in areCastCompatible()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Dialect/StandardOps/IR/
H A DOps.cpp149 if (!T::areCastCompatible(opType, resType)) in verifyCastOp()
2040 bool FPExtOp::areCastCompatible(Type a, Type b) { in areCastCompatible() function in FPExtOp
2051 bool FPToSIOp::areCastCompatible(Type a, Type b) { in areCastCompatible() function in FPToSIOp
2061 bool FPToUIOp::areCastCompatible(Type a, Type b) { in areCastCompatible() function in FPToUIOp
2071 bool FPTruncOp::areCastCompatible(Type a, Type b) { in areCastCompatible() function in FPTruncOp
2183 bool IndexCastOp::areCastCompatible(Type a, Type b) { in areCastCompatible() function in IndexCastOp
2189 areCastCompatible(aShaped.getElementType(), in areCastCompatible()
2235 bool MemRefCastOp::areCastCompatible(Type a, Type b) { in areCastCompatible() function in MemRefCastOp
2953 bool SIToFPOp::areCastCompatible(Type a, Type b) { in areCastCompatible() function in SIToFPOp
3035 bool UIToFPOp::areCastCompatible(Type a, Type b) { in areCastCompatible() function in UIToFPOp
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Dialect/StandardOps/IR/
H A DOps.cpp1783 bool FPExtOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible() function in FPExtOp
1790 return areVectorCastSimpleCompatible(a, b, areCastCompatible); in areCastCompatible()
1797 bool FPToSIOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible() function in FPToSIOp
1803 return areVectorCastSimpleCompatible(a, b, areCastCompatible); in areCastCompatible()
1810 bool FPToUIOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible() function in FPToUIOp
1816 return areVectorCastSimpleCompatible(a, b, areCastCompatible); in areCastCompatible()
1830 return areVectorCastSimpleCompatible(a, b, areCastCompatible); in areCastCompatible()
1947 areCastCompatible(aShaped.getElementType(), in areCastCompatible()
2711 bool SIToFPOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible() function in SIToFPOp
2717 return areVectorCastSimpleCompatible(a, b, areCastCompatible); in areCastCompatible()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Dialect/StandardOps/IR/
H A DOps.cpp1783 bool FPExtOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible() function in FPExtOp
1790 return areVectorCastSimpleCompatible(a, b, areCastCompatible); in areCastCompatible()
1797 bool FPToSIOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible() function in FPToSIOp
1803 return areVectorCastSimpleCompatible(a, b, areCastCompatible); in areCastCompatible()
1810 bool FPToUIOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible() function in FPToUIOp
1816 return areVectorCastSimpleCompatible(a, b, areCastCompatible); in areCastCompatible()
1830 return areVectorCastSimpleCompatible(a, b, areCastCompatible); in areCastCompatible()
1947 areCastCompatible(aShaped.getElementType(), in areCastCompatible()
2711 bool SIToFPOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible() function in SIToFPOp
2717 return areVectorCastSimpleCompatible(a, b, areCastCompatible); in areCastCompatible()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Dialect/StandardOps/IR/
H A DOps.cpp141 if (!T::areCastCompatible(opType, resType)) in verifyCastOp()
1760 bool FPExtOp::areCastCompatible(Type a, Type b) { in areCastCompatible() function in FPExtOp
1767 areCastCompatible(va.getElementType(), vb.getElementType()); in areCastCompatible()
1775 bool FPToSIOp::areCastCompatible(Type a, Type b) { in areCastCompatible() function in FPToSIOp
1783 bool FPTruncOp::areCastCompatible(Type a, Type b) { in areCastCompatible() function in FPTruncOp
1790 areCastCompatible(va.getElementType(), vb.getElementType()); in areCastCompatible()
1799 bool IndexCastOp::areCastCompatible(Type a, Type b) { in areCastCompatible() function in IndexCastOp
1805 areCastCompatible(aShaped.getElementType(), in areCastCompatible()
1851 bool MemRefCastOp::areCastCompatible(Type a, Type b) { in areCastCompatible() function in MemRefCastOp
2228 bool SIToFPOp::areCastCompatible(Type a, Type b) { in areCastCompatible() function in SIToFPOp
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/IR/
H A DOperation.cpp1207 Operation *op, function_ref<bool(TypeRange, TypeRange)> areCastCompatible) { in verifyCastInterfaceOp() argument
1214 if (!areCastCompatible(operandTypes, resultTypes)) { in verifyCastInterfaceOp()
1262 function_ref<bool(Type, Type)> areCastCompatible) { in verifyCastOp() argument
1265 if (!areCastCompatible(opType, resType)) in verifyCastOp()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/IR/
H A DOperation.cpp1207 Operation *op, function_ref<bool(TypeRange, TypeRange)> areCastCompatible) { in verifyCastInterfaceOp() argument
1214 if (!areCastCompatible(operandTypes, resultTypes)) { in verifyCastInterfaceOp()
1262 function_ref<bool(Type, Type)> areCastCompatible) { in verifyCastOp() argument
1265 if (!areCastCompatible(opType, resType)) in verifyCastOp()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/IR/
H A DOperation.cpp1250 Operation *op, function_ref<bool(TypeRange, TypeRange)> areCastCompatible) { in verifyCastInterfaceOp() argument
1257 if (!areCastCompatible(operandTypes, resultTypes)) { in verifyCastInterfaceOp()
1305 function_ref<bool(Type, Type)> areCastCompatible) { in verifyCastOp() argument
1308 if (!areCastCompatible(opType, resType)) in verifyCastOp()
H A DBuiltinDialect.cpp311 bool UnrealizedConversionCastOp::areCastCompatible(TypeRange inputs, in areCastCompatible() function in UnrealizedConversionCastOp
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/IR/
H A DOperation.cpp1221 Operation *op, function_ref<bool(TypeRange, TypeRange)> areCastCompatible) { in verifyCastInterfaceOp() argument
1228 if (!areCastCompatible(operandTypes, resultTypes)) { in verifyCastInterfaceOp()
1276 function_ref<bool(Type, Type)> areCastCompatible) { in verifyCastOp() argument
1279 if (!areCastCompatible(opType, resType)) in verifyCastOp()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/IR/
H A DOperation.cpp1221 Operation *op, function_ref<bool(TypeRange, TypeRange)> areCastCompatible) { in verifyCastInterfaceOp() argument
1228 if (!areCastCompatible(operandTypes, resultTypes)) { in verifyCastInterfaceOp()
1276 function_ref<bool(Type, Type)> areCastCompatible) { in verifyCastOp() argument
1279 if (!areCastCompatible(opType, resType)) in verifyCastOp()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/IR/
H A DOperation.cpp1221 Operation *op, function_ref<bool(TypeRange, TypeRange)> areCastCompatible) { in verifyCastInterfaceOp() argument
1228 if (!areCastCompatible(operandTypes, resultTypes)) { in verifyCastInterfaceOp()
1276 function_ref<bool(Type, Type)> areCastCompatible) { in verifyCastOp() argument
1279 if (!areCastCompatible(opType, resType)) in verifyCastOp()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/examples/toy/Ch4/mlir/
H A DDialect.cpp239 bool CastOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible() function in CastOp
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/examples/toy/Ch5/mlir/
H A DDialect.cpp239 bool CastOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible() function in CastOp
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/examples/toy/Ch6/mlir/
H A DDialect.cpp239 bool CastOp::areCastCompatible(TypeRange inputs, TypeRange outputs) { in areCastCompatible() function in CastOp

1234