Home
last modified time | relevance | path

Searched refs:divisions (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/
H A DIntegerPolyhedronTest.cpp641 checkDivisionRepresentation(poly, divisions, denoms); in TEST()
659 checkDivisionRepresentation(poly, divisions, denoms); in TEST()
675 std::vector<SmallVector<int64_t, 8>> divisions = { in TEST() local
683 checkDivisionRepresentation(poly, divisions, denoms); in TEST()
704 checkDivisionRepresentation(poly, divisions, denoms); in TEST()
717 checkDivisionRepresentation(poly, divisions, denoms); in TEST()
730 checkDivisionRepresentation(poly, divisions, denoms); in TEST()
740 checkDivisionRepresentation(poly, divisions, denoms); in TEST()
780 checkDivisionRepresentation(poly, divisions, denoms); in TEST()
794 checkDivisionRepresentation(poly, divisions, denoms); in TEST()
[all …]
H A DPresburgerSetTest.cpp440 TEST(SetTest, divisions) { in TEST() argument
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dinteger-division.rst9 No reports are made if divisions are part of the following expressions:
/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dint-div-06.ll1 ; Test that divisions by constants are implemented as multiplications.
H A Dfp-div-01.ll77 ; Check that divisions of spilled values can use DEB rather than DEBR.
H A Dfp-div-02.ll77 ; Check that divisions of spilled values can use DDB rather than DDBR.
H A Dfp-strict-div-02.ll96 ; Check that divisions of spilled values can use DDB rather than DDBR.
H A Dfp-strict-div-01.ll96 ; Check that divisions of spilled values can use DEB rather than DEBR.
H A Dint-div-04.ll160 ; Check that divisions of spilled values can use DSG rather than DSGR.
H A Dint-div-02.ll170 ; Check that divisions of spilled values can use DL rather than DLR.
H A Dint-div-05.ll170 ; Check that divisions of spilled values can use DLG rather than DLGR.
H A Dint-div-01.ll211 ; Check that divisions of spilled values can use DSGF rather than DSGFR.
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Dreading.tex10 integer divisions that is used in their equivalence checker.
H A Dimplementation.tex514 corresponding to integer divisions. Each leaf of the tree prescribes
675 introduction of many integer divisions. Within a given context,
676 some of these integer divisions may be equal to each other, even
/llvm-project-15.0.7/polly/test/CodeGen/
H A Dparam_div_div_div_2.ll4 ; Check that we guard the divisions because we moved them and thereby increased
/llvm-project-15.0.7/llvm/docs/_ocamldoc/
H A Dstyle.css46 /* Sections and document divisions */
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Durem-opt-size.ll69 ; the remainder (i.e. make sure we don't end up with two divisions).
H A Dvector-promotion.ll123 ; The NORMAL mode does not promote anything as divisions are not legal.
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dfdiv-combine.ll65 ; The multiply is not 'arcp', but that does not prevent optimizing the divisions.
/llvm-project-15.0.7/polly/lib/External/isl/
H A DChangeLog79 - fix handling of nested integer divisions
/llvm-project-15.0.7/llvm/test/Analysis/CostModel/SystemZ/
H A Ddivrem-reg.ll3 ; Check costs of divisions by register
H A Ddivrem-const.ll9 ; Check costs of divisions/remainders by a vector of constants that is *not*
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86.td424 // True if 8-bit divisions are significantly faster than
425 // 32-bit divisions and should be used when possible.
431 // 64-bit divisions and should be used when possible.
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/
H A Dpr38697.ll93 ; divisions, but only some of which can be safely hoisted):
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dfmul.ll756 ; Negative test: we should not have 2 divisions instead of the 1 we started with.

12