Home
last modified time | relevance | path

Searched full:steps (Results 1 – 25 of 626) sorted by relevance

12345678910>>...26

/llvm-project/openmp/runtime/test/ompt/misc/
H A Dapi_calls_misc.c24 int steps = 0; in main() local
25 while (ompt_enumerate_states(state, &state, &state_name) && steps < 1000) { in main()
26 steps++; in main()
31 if (steps >= 1000) { in main()
32 // enumeration did not end after 1000 steps in main()
40 steps = 0; in main()
42 steps < 1000) { in main()
43 steps++; in main()
48 if (steps >= 1000) { in main()
49 // enumeration did not end after 1000 steps in main()
/llvm-project/.github/workflows/
H A Dlibclang-abi-tests.yml32 BASELINE_REF: ${{ steps.vars.outputs.BASELINE_REF }}
33 ABI_HEADERS: ${{ steps.vars.outputs.ABI_HEADERS }}
34 ABI_LIBS: ${{ steps.vars.outputs.ABI_LIBS }}
35 BASELINE_VERSION_MAJOR: ${{ steps.vars.outputs.BASELINE_VERSION_MAJOR }}
36 LLVM_VERSION_MAJOR: ${{ steps.version.outputs.major }}
37 LLVM_VERSION_MINOR: ${{ steps.version.outputs.minor }}
38 LLVM_VERSION_PATCH: ${{ steps.version.outputs.patch }}
39 steps:
53 if [ ${{ steps.version.outputs.patch }} -eq 0 ]; then
54 major_version=$(( ${{ steps
[all...]
H A Dllvm-tests.yml42 BASELINE_REF: ${{ steps.vars.outputs.BASELINE_REF }}
43 ABI_HEADERS: ${{ steps.vars.outputs.ABI_HEADERS }}
44 BASELINE_VERSION_MAJOR: ${{ steps.vars.outputs.BASELINE_VERSION_MAJOR }}
45 BASELINE_VERSION_MINOR: ${{ steps.vars.outputs.BASELINE_VERSION_MINOR }}
46 LLVM_VERSION_MAJOR: ${{ steps.version.outputs.major }}
47 LLVM_VERSION_MINOR: ${{ steps.version.outputs.minor }}
48 LLVM_VERSION_PATCH: ${{ steps.version.outputs.patch }}
49 steps:
69 if [ ${{ steps.version.outputs.patch }} -eq 0 ]; then
71 echo "BASELINE_VERSION_MAJOR=$(( ${{ steps
[all...]
H A Ddocs.yml56 steps:
121 steps.docs-changed-subprojects.outputs.llvm_any_changed == 'true' ||
122 steps.docs-changed-subprojects.outputs.workflow_any_changed == 'true'
130 steps.docs-changed-subprojects.outputs.clang_any_changed == 'true' ||
131 steps.docs-changed-subprojects.outputs.workflow_any_changed == 'true'
139 steps.docs-changed-subprojects.outputs.clang-tools-extra_any_changed == 'true' ||
140 steps.docs-changed-subprojects.outputs.workflow_any_changed == 'true'
148 steps.docs-changed-subprojects.outputs.lldb_any_changed == 'true' ||
149 steps.docs-changed-subprojects.outputs.workflow_any_changed == 'true'
157 steps
[all...]
H A Dbuild-ci-container.yml25 container-name: ${{ steps.vars.outputs.container-name }}
26 container-name-agent: ${{ steps.vars.outputs.container-name-agent }}
27 container-name-tag: ${{ steps.vars.outputs.container-name-tag }}
28 container-name-agent-tag: ${{ steps.vars.outputs.container-name-agent-tag }}
29 container-filename: ${{ steps.vars.outputs.container-filename }}
30 container-agent-filename: ${{ steps.vars.outputs.container-agent-filename }}
31 steps:
50 podman build --target ci-container -t ${{ steps.vars.outputs.container-name-tag }} .
51 podman build --target ci-container-agent -t ${{ steps.vars.outputs.container-name-agent-tag }} .
58 podman save ${{ steps
[all...]
H A Drelease-binaries.yml55 release-version: ${{ steps.vars.outputs.release-version }}
56 ref: ${{ steps.vars.outputs.ref }}
57 upload: ${{ steps.vars.outputs.upload }}
58 target-cmake-flags: ${{ steps.vars.outputs.target-cmake-flags }}
59 ccache: ${{ steps.vars.outputs.ccache }}
60 build-flang: ${{ steps.vars.outputs.build-flang }}
61 enable-pgo: ${{ steps.vars.outputs.enable-pgo }}
62 release-binary-basename: ${{ steps.vars.outputs.release-binary-basename }}
63 release-binary-filename: ${{ steps.vars.outputs.release-binary-filename }}
64 build-runs-on: ${{ steps
[all...]
H A Drelease-sources.yml48 ref: ${{ steps.inputs.outputs.ref }}
49 export-args: ${{ steps.inputs.outputs.export-args }}
51 steps:
72 steps:
100 mv ${{ steps.provenance.outputs.bundle-path }} .
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/heuristic/
H A DHeuristic.py85 "--penalty-misordered-steps",
88 help="set the penalty for differences in the order of steps"
129 text = f"steps [{step_list}]"
136 def __init__(self, context, steps): argument
156 for command in steps.commands["DexDeclareAddress"]:
158 command.eval(steps)
164 for command in steps.commands["DexExpectWatchType"]:
165 command.eval(steps)
177 for command in steps.commands["DexExpectWatchValue"]:
179 command.eval(steps)
[all …]
/llvm-project/clang/test/SemaCXX/
H A Dconstexpr-steps.cpp1 // RUN: %clang_cc1 -std=c++1y -fsyntax-only -verify %s -DMAX=1234 -fconstexpr-steps=1234
2 // RUN: %clang_cc1 -std=c++1y -fsyntax-only -verify %s -DMAX=10 -fconstexpr-steps=10
3 // RUN: %clang -std=c++1y -fsyntax-only -Xclang -verify %s -DMAX=12345 -fconstexpr-steps=12345
5 // This takes a total of n + 4 steps according to our current rules:
11 constexpr bool steps(int n) { in steps() function
16 static_assert(steps((MAX - 4)), ""); // ok
17 static_assert(steps((MAX - 3)), ""); // expected-error {{constant}} expected-note{{call}}
H A Dconstexpr-turing-cxx2a.cpp35 // steps taken until halt.
39 unsigned steps = 0; in run() local
41 for (state = 0; state != halt; ++steps) { in run()
49 return steps; in run()
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/dextIR/
H A DDextIR.py34 record Dexter inputs and the resultant debugger steps, providing a single
57 self.steps: List[StepIR] = []
63 for step in self.steps:
80 return len(self.steps)
91 for s in reversed(self.steps)
102 if len(self.steps) == 0:
105 prev_step = self.steps[-1]
144 self.steps.append(step)
148 self.steps.clear()
/llvm-project/libcxx/utils/libcxx/test/
H A Dformat.py236 separate compilation and linking steps in this case.
296 steps = [] # The steps are already in the script
297 return self._executeShTest(test, litConfig, steps)
301 steps = [
304 return self._executeShTest(test, litConfig, steps)
306 steps = [
309 return self._executeShTest(test, litConfig, steps)
311 steps = [
314 return self._executeShTest(test, litConfig, steps)
339 _executeShTest(self, test, litConfig, steps) global() argument
[all...]
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/tools/test/
H A DTool.py132 """Generate a list of debugger steps from a test case."""
137 steps = debugger_controller.step_collection
138 return steps
169 def _record_steps(self, test_name, steps): argument
170 """Write out the set of steps out to the test's .txt and .json
176 self.context.o.auto(str(steps), stream=Stream(fp))
180 pickle.dump(steps, fp, protocol=pickle.HIGHEST_PROTOCOL)
205 def _record_successful_test(self, test_name, steps, heuristic): argument
212 self.context.o.auto("\n{}\n".format(steps))
228 steps
[all...]
/llvm-project/lldb/test/API/functionalities/step_scripted/
H A DTestStepScripted.py17 self.runCmd("command script import Steps.py")
23 self.step_out_with_scripted_plan("Steps.StepOut")
29 self.step_out_with_scripted_plan("Steps.StepScripted")
88 "thread step-scripted -C Steps.StepUntil -k variable_name -v foo",
99 err = thread.StepUsingScriptedThreadPlan("Steps.StepUntil", args_data, True)
121 import Steps
126 cmd = "thread step-scripted -C Steps.StepReportsStopOthers -k token -v %s" % (
138 print(Steps.StepReportsStopOthers.stop_mode_dict)
139 value = Steps.StepReportsStopOthers.stop_mode_dict[token]
/llvm-project/llvm/test/Transforms/LoopVectorize/
H A Dvplan-printing.ll25 ; CHECK-NEXT: vp<[[STEPS:%.+]]> = SCALAR-STEPS vp<[[CAN_IV]]>, ir<1>
26 ; CHECK-NEXT: CLONE ir<%arrayidx> = getelementptr inbounds ir<%y>, vp<[[STEPS]]>
30 ; CHECK-NEXT: CLONE ir<%arrayidx2> = getelementptr inbounds ir<%x>, vp<[[STEPS]]>
94 ; CHECK-NEXT: vp<[[STEPS:%.+]]> = SCALAR-STEPS vp<[[CAN_IV]]>, ir<1>
101 ; CHECK-NEXT: CLONE ir<%arrayidx2> = getelementptr inbounds ir<%x>, vp<[[STEPS]]>
166 ; CHECK-NEXT: vp<[[STEPS:%.+]]> = SCALAR-STEPS vp<[[CAN_IV]]>, ir<1>
167 ; CHECK-NEXT: CLONE ir<%arrayidx> = getelementptr inbounds ir<%y>, vp<[[STEPS]]>
[all...]
H A Dvplan-sink-scalars-and-merge.ll40 ; CHECK-NEXT: vp<[[STEPS:%.+]]> = SCALAR-STEPS vp<[[CAN_IV]]>, ir<1>
41 ; CHECK-NEXT: REPLICATE ir<%gep.b> = getelementptr inbounds ir<@b>, ir<0>, vp<[[STEPS]]>
44 ; CHECK-NEXT: REPLICATE ir<%gep.a> = getelementptr inbounds ir<@a>, ir<0>, vp<[[STEPS]]
109 ; CHECK-NEXT: vp<[[STEPS:%.+]]> = SCALAR-STEPS vp<[[CAN_IV]]>, ir<1>
110 ; CHECK-NEXT: REPLICATE ir<%gep.b> = getelementptr inbounds ir<@b>, ir<0>, vp<[[STEPS]]>
194 ; CHECK-NEXT: vp<[[STEPS:%.+]]> = SCALAR-STEPS vp<[[CAN_IV]]>, ir<1>
195 ; CHECK-NEXT: REPLICATE ir<%gep.b> = getelementptr inbounds ir<@b>, ir<0>, vp<[[STEPS]]>
[all...]
H A Dvplan-printing-before-execute.ll29 ; CHECK-NEXT: vp<[[STEPS:%.+]]> = SCALAR-STEPS vp<[[CAN_IV]]>, ir<1>
30 ; CHECK-NEXT: EMIT vp<[[PADD:%.+]]> = ptradd ir<%A>, vp<[[STEPS]]>
80 ; CHECK-NEXT: vp<[[STEPS1:%.+]]> = SCALAR-STEPS ir<0>, ir<1>
/llvm-project/llvm/test/Transforms/LoopVectorize/AArch64/
H A Dsynthesize-mask-for-call.ll26 ; CHECK-NEXT: vp<[[STEPS:%.+]]> = SCALAR-STEPS vp<[[CAN_IV]]>, ir<1>
27 ; CHECK-NEXT: CLONE ir<%gep> = getelementptr ir<%b>, vp<[[STEPS]]>
31 ; CHECK-NEXT: CLONE ir<%arrayidx> = getelementptr inbounds ir<%a>, vp<[[STEPS]]>
72 ; CHECK-NEXT: vp<[[STEPS]]> = SCALAR-STEPS vp<[[CAN_IV]]>, ir<1>
73 ; CHECK-NEXT: CLONE ir<%gep> = getelementptr ir<%b>, vp<[[STEPS]]>
77 ; CHECK-NEXT: CLONE ir<%arrayidx> = getelementptr inbounds ir<%a>, vp<[[STEPS]]>
123 ; CHECK-NEXT: vp<[[STEPS:%.+]]> = SCALAR-STEPS v
[all...]
H A Dwiden-call-with-intrinsic-or-libfunc.ll24 ; CHECK-NEXT: vp<[[STEPS:%.+]]> = SCALAR-STEPS vp<[[CAN_IV]]>, ir<1>
25 ; CHECK-NEXT: CLONE ir<%gep.src> = getelementptr inbounds ir<%src>, vp<[[STEPS]]>
30 ; CHECK-NEXT: REPLICATE ir<%gep.dst> = getelementptr inbounds ir<%dst>, vp<[[STEPS]]>
70 ; CHECK-NEXT: vp<[[STEPS:%.+]]> = SCALAR-STEPS vp<[[CAN_IV]]>, ir<1>
71 ; CHECK-NEXT: CLONE ir<%gep.src> = getelementptr inbounds ir<%src>, vp<[[STEPS]]>
76 ; CHECK-NEXT: REPLICATE ir<%gep.dst> = getelementptr inbounds ir<%dst>, vp<[[STEPS]]>
/llvm-project/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVAtomicOps.td75 Perform the following steps atomically with respect to any other atomic
114 Perform the following steps atomically with respect to any other atomic
239 Perform the following steps atomically with respect to any other atomic
301 Perform the following steps atomically with respect to any other atomic
354 Perform the following steps atomically with respect to any other atomic
389 Perform the following steps atomically with respect to any other atomic
423 Perform the following steps atomically with respect to any other atomic
456 Perform the following steps atomically with respect to any other atomic
492 Perform the following steps atomically with respect to any other atomic
527 Perform the following steps atomically with respect to any other atomic
[all …]
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DProgressMeter.h28 DenTy Steps = 0; variable
40 ++Steps; in step()
45 inline DenTy getNumSteps() const { return Steps; } in getNumSteps()
49 if (Steps == 0) in getAverage()
51 return AvgTy(Accumulated) / Steps; in getAverage()
97 assert(NumStepsTotal > 0 && "No steps are planned?"); in Out()
/llvm-project/mlir/lib/Dialect/Linalg/Utils/
H A DUtils.cpp128 /// bounds and steps and put them into the corresponding vectors.
132 SmallVectorImpl<Value> &steps) { in unpackRanges() argument
137 steps.emplace_back( in unpackRanges()
290 SmallVector<Value, 4> lbs, ubs, steps; in makeMemRefCopyOp()
291 unpackRanges(b, loc, loopRanges, lbs, ubs, steps); in makeMemRefCopyOp()
293 b, loc, lbs, ubs, steps, iterArgInitValues, in makeMemRefCopyOp()
331 SmallVector<Value, 4> lbs, ubs, steps; in doit()
332 unpackRanges(b, loc, loopRanges, lbs, ubs, steps); in doit()
334 // Affine loops require constant steps. in doit()
336 constantSteps.reserve(steps in doit()
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...]
/llvm-project/polly/lib/Transform/
H A DDeadCodeElimination.cpp48 "polly-dce-precise-steps",
49 cl::desc("The number of precise steps between two approximating "
107 /// combine a certain number of precise steps with one approximating step that
123 int Steps = 0; in runDeadCodeElimination() local
125 Steps++; in runDeadCodeElimination()
134 if (Steps > PreciseSteps) { in runDeadCodeElimination()
135 Steps = 0; in runDeadCodeElimination()
/llvm-project/clang/utils/analyzer/
H A DSumTimerInfo.py46 if "The # of times we reached the max number of steps" in line:
53 if "The # of steps executed" in line:
75 print(f"Reached max steps {reached_max_steps}")
76 print(f"Number of steps {num_steps}")
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/tools/clang_opt_bisect/
H A DTool.py149 steps = debugger_controller.step_collection
151 steps = DextIR(
157 steps.builder = builderIR
160 heuristic = Heuristic(self.context, steps)
196 steps_str = str(steps)
232 self.context.o.auto(str(steps) + "\n", stream=Stream(fp))
241 pickle.dump(steps, fp, protocol=pickle.HIGHEST_PROTOCOL)

12345678910>>...26