Home
last modified time | relevance | path

Searched refs:formula (Results 1 – 25 of 32) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/
H A Dscaling-factor-incompat-type.ll2 ; Check that it doesn't crash by generating formula with zero in base register
3 ; when one of the IV factors does't fit (2^32 in this test) the formula type
H A Dcanonical-form.ll4 ; When GenerateICmpZeroScales transforms the base formula
H A Dwrong-hoisting-iv.ll7 ; Test checks that LSR does not hoist increment of %val9 while expanding the other pieces of formula
188 ; Test checks that LSR does not hoist increment of %val8 while expanding the other pieces of formula
/llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/AArch64/
H A Dlsr-pre-inc-offset-check.ll6 ; formula. However, there are cases where the step, results in an
11 ; addressing mode and because of that it should not generate a reuse formula.
/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/IR/
H A DSparseTensorDialect.cpp365 Region &formula = getRegion(); in verify() local
366 if (!formula.empty()) { in verify()
368 this, formula, "reduce", TypeRange{inputType, inputType}, inputType); in verify()
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dppc-redzone-alignment-bug.ll1 ; Note the formula for negative number alignment calculation should be y = x & ~(n-1) rather than y…
/llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/X86/
H A Dcanonical-2.ll3 ; PR33077. Check the LSR Use formula to be inserted is already canonicalized and
H A Dcanonical.ll2 ; Check LSR formula canonicalization will put loop invariant regs before
H A Dsibling-loops.ll3 ; We find it is very bad to allow LSR formula containing SCEVAddRecExpr Reg
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/
H A Daddressing-mode.ll6 ; Check that LSR doesn't choose a solution with a formula "reg + 4*reg".
/llvm-project-15.0.7/llvm/test/Transforms/SimpleLoopUnswitch/
H A Dexponential-nontrivial-unswitch-nested.ll3 ; candidates formula (unscaled candidates == 0) is enforced:
21 ; When we relax the candidates part of a multiplier formula
H A Dexponential-nontrivial-unswitch-nested2.ll8 ; candidates formula (unscaled candidates == 0) is enforced:
26 ; When we relax the candidates part of a multiplier formula
H A Dexponential-nontrivial-unswitch.ll3 ; formula (unscaled candidates == 0) is enforced:
H A Dexponential-switch-unswitch.ll9 ; When we use the stricted multiplier candidates formula (unscaled candidates == 0)
/llvm-project-15.0.7/clang/include/clang/AST/
H A DCommentCommands.td216 def FDollar : VerbatimBlockCommand<"f$">; // Inline LaTeX formula
218 defm FBracket : VerbatimBlockCommand<"f[", "f]">; // Displayed LaTeX formula
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A DREADME.md16 The dexter backend follows the same formula as others; it creates a process
/llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp867 Value formula = builder.create<arith::AddFOp>(offset, rationalPoly); in matchAndRewrite() local
868 formula = builder.create<arith::SelectOp>(isLessThanBound[intervalsCount - 1], in matchAndRewrite()
869 formula, one); in matchAndRewrite()
872 Value negFormula = builder.create<arith::NegFOp>(formula); in matchAndRewrite()
874 builder.create<arith::SelectOp>(isNegativeArg, negFormula, formula); in matchAndRewrite()
/llvm-project-15.0.7/libclc/generic/lib/math/
H A Derf.cl210 * Remark. The formula is derived by noting
H A Derfc.cl211 * Remark. The formula is derived by noting
H A Dlgamma_r.cl280 // (better formula:
/llvm-project-15.0.7/openmp/runtime/doc/doxygen/
H A Dconfig343 # memory usage. The cache size is given by this formula:
355 # formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range is 0..9, the default is 0,
/llvm-project-15.0.7/lldb/docs/
H A Ddoxygen.cfg.in286 # memory usage. The cache size is given by this formula:
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Dimplementation.tex1642 As explained by \textcite{Beletska2009}, applying the same formula
/llvm-project-15.0.7/clang/docs/
H A Ddoxygen.cfg.in381 # cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range
/llvm-project-15.0.7/bolt/docs/
H A Ddoxygen.cfg.in383 # cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range

12