Home
last modified time | relevance | path

Searched refs:applyCmpPredicate (Results 1 – 19 of 19) sorted by relevance

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/include/mlir/Dialect/Arithmetic/IR/
H A DArithmetic.h45 bool applyCmpPredicate(arith::CmpIPredicate predicate, const APInt &lhs,
50 bool applyCmpPredicate(arith::CmpFPredicate predicate, const APFloat &lhs,
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/include/mlir/Dialect/StandardOps/IR/
H A DOps.h109 bool applyCmpPredicate(CmpIPredicate predicate, const APInt &lhs,
114 bool applyCmpPredicate(CmpFPredicate predicate, const APFloat &lhs,
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/include/mlir/Dialect/StandardOps/IR/
H A DOps.h109 bool applyCmpPredicate(CmpIPredicate predicate, const APInt &lhs,
114 bool applyCmpPredicate(CmpFPredicate predicate, const APFloat &lhs,
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/include/mlir/Dialect/StandardOps/IR/
H A DOps.h109 bool applyCmpPredicate(CmpIPredicate predicate, const APInt &lhs,
114 bool applyCmpPredicate(CmpFPredicate predicate, const APFloat &lhs,
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/include/mlir/Dialect/StandardOps/IR/
H A DOps.h109 bool applyCmpPredicate(CmpIPredicate predicate, const APInt &lhs,
114 bool applyCmpPredicate(CmpFPredicate predicate, const APFloat &lhs,
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/include/mlir/Dialect/StandardOps/IR/
H A DOps.h346 bool applyCmpPredicate(CmpIPredicate predicate, const APInt &lhs,
351 bool applyCmpPredicate(CmpFPredicate predicate, const APFloat &lhs,
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/include/mlir/Dialect/StandardOps/IR/
H A DOps.h360 bool applyCmpPredicate(CmpIPredicate predicate, const APInt &lhs,
365 bool applyCmpPredicate(CmpFPredicate predicate, const APFloat &lhs,
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/include/mlir/Dialect/StandardOps/IR/
H A DOps.h360 bool applyCmpPredicate(CmpIPredicate predicate, const APInt &lhs,
365 bool applyCmpPredicate(CmpFPredicate predicate, const APFloat &lhs,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/include/mlir/Dialect/StandardOps/IR/
H A DOps.h382 bool applyCmpPredicate(CmpIPredicate predicate, const APInt &lhs,
387 bool applyCmpPredicate(CmpFPredicate predicate, const APFloat &lhs,
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/Arithmetic/IR/
H A DArithmeticOps.cpp646 bool mlir::arith::applyCmpPredicate(arith::CmpIPredicate predicate, in applyCmpPredicate() function in mlir::arith
706 auto val = applyCmpPredicate(getPredicate(), lhs.getValue(), rhs.getValue()); in fold()
716 bool mlir::arith::applyCmpPredicate(arith::CmpFPredicate predicate, in applyCmpPredicate() function in mlir::arith
771 auto val = applyCmpPredicate(getPredicate(), lhs.getValue(), rhs.getValue()); in fold()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/StandardOps/IR/
H A DOps.cpp684 bool mlir::applyCmpPredicate(CmpIPredicate predicate, const APInt &lhs, in applyCmpPredicate() function in mlir
744 auto val = applyCmpPredicate(getPredicate(), lhs.getValue(), rhs.getValue()); in fold()
762 bool mlir::applyCmpPredicate(CmpFPredicate predicate, const APFloat &lhs, in applyCmpPredicate() function in mlir
820 auto val = applyCmpPredicate(getPredicate(), lhs.getValue(), rhs.getValue()); in fold()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/StandardOps/IR/
H A DOps.cpp684 bool mlir::applyCmpPredicate(CmpIPredicate predicate, const APInt &lhs, in applyCmpPredicate() function in mlir
744 auto val = applyCmpPredicate(getPredicate(), lhs.getValue(), rhs.getValue()); in fold()
762 bool mlir::applyCmpPredicate(CmpFPredicate predicate, const APFloat &lhs, in applyCmpPredicate() function in mlir
820 auto val = applyCmpPredicate(getPredicate(), lhs.getValue(), rhs.getValue()); in fold()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/StandardOps/IR/
H A DOps.cpp684 bool mlir::applyCmpPredicate(CmpIPredicate predicate, const APInt &lhs, in applyCmpPredicate() function in mlir
744 auto val = applyCmpPredicate(getPredicate(), lhs.getValue(), rhs.getValue()); in fold()
762 bool mlir::applyCmpPredicate(CmpFPredicate predicate, const APFloat &lhs, in applyCmpPredicate() function in mlir
820 auto val = applyCmpPredicate(getPredicate(), lhs.getValue(), rhs.getValue()); in fold()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/StandardOps/IR/
H A DOps.cpp776 bool mlir::applyCmpPredicate(CmpIPredicate predicate, const APInt &lhs, in applyCmpPredicate() function in mlir
836 auto val = applyCmpPredicate(getPredicate(), lhs.getValue(), rhs.getValue()); in fold()
854 bool mlir::applyCmpPredicate(CmpFPredicate predicate, const APFloat &lhs, in applyCmpPredicate() function in mlir
912 auto val = applyCmpPredicate(getPredicate(), lhs.getValue(), rhs.getValue()); in fold()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Dialect/StandardOps/IR/
H A DOps.cpp816 bool mlir::applyCmpPredicate(CmpIPredicate predicate, const APInt &lhs, in applyCmpPredicate() function in mlir
852 auto val = applyCmpPredicate(getPredicate(), lhs.getValue(), rhs.getValue()); in fold()
870 bool mlir::applyCmpPredicate(CmpFPredicate predicate, const APFloat &lhs, in applyCmpPredicate() function in mlir
928 auto val = applyCmpPredicate(getPredicate(), lhs.getValue(), rhs.getValue()); in fold()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Dialect/StandardOps/
H A DOps.cpp676 static bool applyCmpPredicate(CmpIPredicate predicate, const APInt &lhs, in applyCmpPredicate() function
712 auto val = applyCmpPredicate(getPredicate(), lhs.getValue(), rhs.getValue()); in fold()
845 static bool applyCmpPredicate(CmpFPredicate predicate, const APFloat &lhs, in applyCmpPredicate() function
904 auto val = applyCmpPredicate(getPredicate(), lhs.getValue(), rhs.getValue()); in fold()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Dialect/StandardOps/IR/
H A DOps.cpp795 bool mlir::applyCmpPredicate(CmpIPredicate predicate, const APInt &lhs, in applyCmpPredicate() function in mlir
855 auto val = applyCmpPredicate(getPredicate(), lhs.getValue(), rhs.getValue()); in fold()
873 bool mlir::applyCmpPredicate(CmpFPredicate predicate, const APFloat &lhs, in applyCmpPredicate() function in mlir
931 auto val = applyCmpPredicate(getPredicate(), lhs.getValue(), rhs.getValue()); in fold()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Dialect/StandardOps/IR/
H A DOps.cpp795 bool mlir::applyCmpPredicate(CmpIPredicate predicate, const APInt &lhs, in applyCmpPredicate() function in mlir
855 auto val = applyCmpPredicate(getPredicate(), lhs.getValue(), rhs.getValue()); in fold()
873 bool mlir::applyCmpPredicate(CmpFPredicate predicate, const APFloat &lhs, in applyCmpPredicate() function in mlir
931 auto val = applyCmpPredicate(getPredicate(), lhs.getValue(), rhs.getValue()); in fold()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Dialect/StandardOps/IR/
H A DOps.cpp893 bool mlir::applyCmpPredicate(CmpIPredicate predicate, const APInt &lhs, in applyCmpPredicate() function in mlir
929 auto val = applyCmpPredicate(getPredicate(), lhs.getValue(), rhs.getValue()); in fold()
947 bool mlir::applyCmpPredicate(CmpFPredicate predicate, const APFloat &lhs, in applyCmpPredicate() function in mlir
1005 auto val = applyCmpPredicate(getPredicate(), lhs.getValue(), rhs.getValue()); in fold()