Searched defs:rop (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_imath.c | 33 void isl_imath_addmul_ui(mp_int rop, mp_int op1, unsigned long op2) in isl_imath_addmul_ui() 45 void isl_imath_submul_ui(mp_int rop, mp_int op1, unsigned long op2) in isl_imath_submul_ui() 60 void isl_imath_cdiv_q_ui(mp_int rop, mp_int lhs, unsigned long rhs) in isl_imath_cdiv_q_ui() 74 void isl_imath_fdiv_q_ui(mp_int rop, mp_int lhs, unsigned long rhs) in isl_imath_fdiv_q_ui()
|
| /llvm-project-15.0.7/polly/lib/External/isl/imath/tests/gmp-compat-test/ |
| H A D | imath_custom_test.c | 2 void test_mpz_export(char **out, char *rop, size_t *countp, int order, in test_mpz_export() 15 impz_t rop; in test_mpz_import() local
|
| H A D | gmp_custom_test.c | 2 void test_mpz_export(char **out, char *rop, size_t *countp, int order, in test_mpz_export() 15 mpz_t rop; in test_mpz_import() local
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Transforms/ |
| H A D | ArrayValueCopy.cpp | 162 auto popFn = [&](auto rop) { in collectArrayMentionFrom() 170 if (auto rop = mlir::dyn_cast<DoLoopOp>(op)) { in collectArrayMentionFrom() local 174 if (auto rop = mlir::dyn_cast<IterWhileOp>(op)) { in collectArrayMentionFrom() local 178 if (auto rop = mlir::dyn_cast<fir::IfOp>(op)) { in collectArrayMentionFrom() local 247 auto popFn = [&](auto rop) { in collectArrayMentionFrom() 250 if (auto rop = mlir::dyn_cast<DoLoopOp>(parent)) { in collectArrayMentionFrom() local 254 if (auto rop = mlir::dyn_cast<IterWhileOp>(parent)) { in collectArrayMentionFrom() local
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | ConvertExpr.cpp | 163 translateRelational(Fortran::common::RelationalOperator rop) { in translateRelational() 190 translateFloatRelational(Fortran::common::RelationalOperator rop) { in translateFloatRelational()
|