| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_equalities.c | 750 isl_int_set_si(*modulo, 0); in isl_basic_set_dim_residue_class() 765 total-bset->n_eq, modulo); in isl_basic_set_dim_residue_class() 767 isl_int_set_si(*modulo, 1); in isl_basic_set_dim_residue_class() 794 isl_int_set_si(*modulo, 1); in isl_basic_set_dim_residue_class() 828 isl_int_set_si(*modulo, 0); in isl_set_dim_residue_class() 839 if (isl_int_is_one(*modulo)) in isl_set_dim_residue_class() 848 isl_int_gcd(*modulo, *modulo, m); in isl_set_dim_residue_class() 850 isl_int_gcd(*modulo, *modulo, m); in isl_set_dim_residue_class() 879 *modulo = NULL; in isl_set_dim_residue_class_val() 885 if (!*modulo || !*residue) in isl_set_dim_residue_class_val() [all …]
|
| H A D | isl_map_private.h | 533 int pos, isl_int *modulo, isl_int *residue); 535 int pos, isl_int *modulo, isl_int *residue);
|
| /llvm-project-15.0.7/llvm/utils/ |
| H A D | unicode-case-fold.py | 79 modulo = first % stride(b) 89 if stride(b) == 2 and shift(b[0]) == 1 and modulo == 0: 99 body += pattern.format(last, stride(b), modulo, shift(b[0]))
|
| /llvm-project-15.0.7/polly/test/ScopInfo/NonAffine/ |
| H A D | modulo_domain.ll | 3 ; TODO: The new domain generation cannot handle modulo domain constraints, 4 ; hence modulo handling has been disabled completely. Once this is
|
| /llvm-project-15.0.7/polly/lib/External/isl/test_inputs/codegen/ |
| H A D | mod.in | 1 # check that modulo constraint is generated correctly
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | p10-vector-modulo.ll | 12 ; This test case aims to test the vector modulo instructions on Power10. 13 ; The vector modulo instructions operate on signed and unsigned words 16 ; The vector modulo instructions operate on signed and unsigned words,
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | nobits-offset.s | 8 ## sh_offset to sh_addr modulo max-page-size, so that p_vaddr=p_offset (mod
|
| H A D | tls-nobits-offset.s | 8 ## sh_offset to sh_addr modulo p_align, so that p_vaddr=p_offset (mod
|
| /llvm-project-15.0.7/lld/test/ELF/linkerscript/ |
| H A D | tls-nobits-offset.s | 12 ## sh_offset to sh_addr modulo p_align, so that p_vaddr=p_offset (mod
|
| H A D | nobits-offset.s | 12 ## sh_offset to sh_addr modulo max-page-size, so that p_vaddr=p_offset (mod
|
| H A D | operators.test | 152 # MODZERO: {{.*}}.script:1: modulo by zero
|
| /llvm-project-15.0.7/lldb/examples/python/ |
| H A D | sbvalue.py | 210 def __ipow__(self, other, modulo): argument 211 result = self.__pow__(self, other, modulo)
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstSimplify/ConstProp/ |
| H A D | funnel-shift.ll | 22 ; Try an oversized shift to test modulo functionality. 33 ; Try an oversized shift to test modulo functionality. 46 ; Try an oversized shift to test modulo functionality.
|
| /llvm-project-15.0.7/llvm/test/MC/AsmParser/ |
| H A D | altmacro_expression.s | 15 # Checking that the second '%' acts as modulo operator
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | pr48188.ll | 5 ; Verify that GISel and SDAG do the same thing for this phi (modulo regalloc)
|
| H A D | shift-mod.ll | 5 ; modulo the shift size to take advantage of the implicit mod done on
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | pr39908.ll | 36 ; Here the offset overflows and is treated modulo 2^32. This is UB.
|
| /llvm-project-15.0.7/lld/docs/ELF/ |
| H A D | linker_script.rst | 94 > The value of sh_addr must be congruent to 0, modulo the value of sh_addralign. 98 sh_addr=0 (modulo sh_addralign).
|
| /llvm-project-15.0.7/polly/test/CodeGen/ |
| H A D | exprModDiv.ll | 14 ; expressions are modulo or division operations. We test that the code we
|
| /llvm-project-15.0.7/llvm/test/MC/X86/ |
| H A D | pad-for-align-debug.s | 8 ; Inputs/pad-align-without-debug.s are equivalent, modulo a single .loc, which
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/pipeliner/ |
| H A D | swp-phi-start.mir | 1 # RUN: llc < %s -x mir -march=hexagon -run-pass=modulo-schedule-test -pipeliner-experimental-cg=tru…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | stack-clash-dynamic-alloca.ll | 46 ; Probe size should be modulo stack alignment.
|
| /llvm-project-15.0.7/mlir/test/Dialect/Affine/ |
| H A D | simplify-structures.mlir | 286 // Tests the simplification of a semi-affine expression with a modulo operation on a floordiv and m… 294 …mplification of a semi-affine expression with a nested floordiv and a floordiv on modulo operation. 318 // Tests the simplification of a semi-affine expression with a modulo operation with a second opera…
|
| /llvm-project-15.0.7/lldb/bindings/python/ |
| H A D | python-extensions.swig | 442 def __ipow__(self, other, modulo): 443 result = self.__pow__(self, other, modulo)
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | funnel-shift.ll | 168 ; Check modulo math on shift amount. 360 ; Check modulo math on shift amount. 41-32=9.
|