Home
last modified time | relevance | path

Searched defs:steps (Results 1 – 25 of 55) sorted by relevance

123

/llvm-project/clang/test/SemaCXX/
H A Dconstexpr-steps.cpp11 constexpr bool steps(int n) { in steps() function
H A Dconstexpr-turing-cxx2a.cpp39 unsigned steps = 0; in run() local
/llvm-project/openmp/runtime/test/ompt/misc/
H A Dapi_calls_misc.c24 int steps = 0; in main() local
/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxMap.cpp116 size_t steps = 0; in advance() local
137 size_t steps = 0; in next() local
158 size_t steps = 0; in tree_min() local
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/tools/test/
H A DTool.py169 def _record_steps(self, test_name, steps): argument
205 def _record_successful_test(self, test_name, steps, heuristic): argument
[all...]
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxMap.cpp104 size_t steps = 0; in advance() local
123 size_t steps = 0; in next() local
144 size_t steps = 0; in tree_min() local
/llvm-project/mlir/lib/Dialect/SCF/Transforms/
H A DForallToParallel.cpp40 SmallVector<Value> steps = forallOp.getStep(rewriter); in forallToParallelLoop() local
H A DForallToFor.cpp39 SmallVector<Value> steps = forallOp.getStep(rewriter); forallToForLoop() local
H A DOneToNTypeConversion.cpp160 ValueRange steps = adaptor.getStep(); in matchAndRewrite() local
/openbsd-src/gnu/llvm/libcxx/utils/libcxx/test/
H A Dformat.py274 def _executeShTest(self, test, litConfig, steps): argument
/openbsd-src/sys/dev/pci/drm/i915/display/
H A Dintel_pch_refclk.c334 #define BEND_IDX(steps) ((50 + (steps)) / 5) argument
366 static void lpt_bend_clkout_dp(struct drm_i915_private *dev_priv, int steps) in lpt_bend_clkout_dp()
/openbsd-src/sys/dev/pci/
H A Dazalia_codec.c2499 uint32_t steps; in azalia_mixer_from_device_value() local
2526 uint32_t steps; in azalia_mixer_to_device_value() local
2570 azalia_ampcap_ov(widget_t *w, int type, int offset, int steps, int size, in azalia_ampcap_ov()
/llvm-project/libcxx/utils/libcxx/test/
H A Dformat.py339 _executeShTest(self, test, litConfig, steps) global() argument
[all...]
/llvm-project/mlir/lib/Dialect/GPU/Transforms/
H A DMemoryPromotion.cpp36 SmallVector<Value, 4> lbs, ubs, steps; in insertCopyLoops() local
/openbsd-src/sys/dev/usb/
H A Dumstc.c194 int steps = atomic_swap_uint(&sc->sc_brightness_steps, 0); in umstc_brightness_task() local
/llvm-project/mlir/lib/Dialect/Linalg/Utils/
H A DUtils.cpp132 SmallVectorImpl<Value> &steps) { in unpackRanges() argument
326 SmallVector<Value, 4> lbs, ubs, steps; doit() local
367 SmallVector<Value, 4> lbs, ubs, steps; doit() local
410 generateParallelLoopNest(OpBuilder & b,Location loc,ValueRange lbs,ValueRange ubs,ValueRange steps,ArrayRef<utils::IteratorType> iteratorTypes,ArrayRef<linalg::ProcInfo> procInfo,function_ref<void (OpBuilder &,Location,ValueRange)> bodyBuilderFn,SmallVectorImpl<Value> & ivStorage) generateParallelLoopNest() argument
558 ValueRange lbs(lbsStorage), ubs(ubsStorage), steps(stepsStorage); doit() local
[all...]
/openbsd-src/gnu/gcc/gcc/
H A Dvalue-prof.h57 unsigned int steps; /* Number of values in it. */ member
H A Dtree-profile.c143 tree steps = build_int_cst_type (unsigned_type_node, value->hdata.intvl.steps); in tree_gen_interval_profiler() local
/openbsd-src/gnu/gcc/gcc/config/sh/
H A Ddivtab.c140 int steps = N_ENTRIES / 2; in main() local
/openbsd-src/usr.sbin/fdformat/
H A Dfdformat.c165 int rate = -1, gaplen = -1, secsize = -1, steps = -1; in main() local
/openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt/
H A DCalc.pm1720 sub steps { $steps }; global() subroutine
[all...]
/llvm-project/flang/lib/Optimizer/Dialect/CUF/
H A DCUFOps.cpp215 printCUFKernelLoopControl(mlir::OpAsmPrinter & p,mlir::Operation * op,mlir::Region & region,mlir::ValueRange lowerbound,mlir::TypeRange lowerboundType,mlir::ValueRange upperbound,mlir::TypeRange upperboundType,mlir::ValueRange steps,mlir::TypeRange stepType) printCUFKernelLoopControl() argument
/openbsd-src/usr.bin/ssh/
H A Dxmss_wots.c66 …n(unsigned char *out, const unsigned char *in, unsigned int start, unsigned int steps, const wots_… in gen_chain()
/llvm-project/mlir/lib/Conversion/TosaToSCF/
H A DTosaToSCF.cpp116 auto steps = llvm::SmallVector<Value>(2, one); in matchAndRewrite() local
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/heuristic/
H A DHeuristic.py136 def __init__(self, context, steps): argument

123