Home
last modified time | relevance | path

Searched full:outputs (Results 1 – 25 of 559) sorted by relevance

12345678910>>...23

/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp185 CellMapType &Outputs) const { in evaluate()
211 return evaluateLoad(MI, Inputs, Outputs); in evaluate()
230 if (evaluateFormalCopy(MI, Inputs, Outputs)) in evaluate()
256 auto rr0 = [this,Reg] (const BT::RegisterCell &Val, CellMapType &Outputs) in evaluate()
258 putCell(Reg[0], Val, Outputs); in evaluate()
321 return rr0(eIMM(im(1), W0), Outputs); in evaluate()
323 return rr0(RegisterCell(W0).fill(0, W0, BT::BitValue::Zero), Outputs); in evaluate()
325 return rr0(RegisterCell(W0).fill(0, W0, BT::BitValue::One), Outputs); in evaluate()
333 return rr0(RC, Outputs); in evaluate()
341 return rr0(rc(1), Outputs); in evaluate()
259 __anon356067470202(const BT::RegisterCell &Val, CellMapType &Outputs) evaluate() argument
[all...]
/llvm-project/.github/workflows/
H A Dlibclang-abi-tests.yml31 outputs:
32 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 }}
53 if [ ${{ steps.version.outputs.patch }} -eq 0 ]; then
54 major_version=$(( ${{ steps.version.outputs
[all...]
H A Dllvm-tests.yml41 outputs:
42 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 }}
69 if [ ${{ steps.version.outputs.patch }} -eq 0 ]; then
71 echo "BASELINE_VERSION_MAJOR=$(( ${{ steps.version.outputs
[all...]
H A Drelease-tasks.yml17 outputs:
18 release-version: ${{ steps.validate-tag.outputs.release-version }}
48 ./llvm/utils/release/./github-upload-release.py --token "$GITHUB_TOKEN" --release ${{ needs.validate-tag.outputs.release-version }} --user ${{ github.actor }} --user-token "$USER_TOKEN" create
55 release-version: ${{ needs.validate-tag.outputs.release-version }}
67 release-version: ${{ needs.validate-tag.outputs.release-version }}
78 release-version: ${{ needs.validate-tag.outputs.release-version }}
103 release-version: ${{ needs.validate-tag.outputs.release-version }}
120 release-version: ${{ needs.validate-tag.outputs.release-version }}
H A Drelease-binaries.yml54 outputs:
55 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
[all...]
H A Ddocs.yml121 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.docs-changed-subprojects.outputs.libunwind_any_changed == 'true' ||
158 steps.docs-changed-subprojects.outputs
[all...]
H A Dbuild-ci-container.yml24 outputs:
25 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 }}
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.vars.outputs
[all...]
H A Drelease-sources.yml47 outputs:
48 ref: ${{ steps.inputs.outputs.ref }}
49 export-args: ${{ steps.inputs.outputs.export-args }}
76 ref: ${{ needs.inputs.outputs.ref }}
91 ./llvm/utils/release/export.sh ${{ needs.inputs.outputs.export-args }}
100 mv ${{ steps.provenance.outputs.bundle-path }} .
/llvm-project/clang/test/Driver/
H A Dcl-outputs.c6 // DEFAULT: "-o" "cl-outputs.obj"
9 // FoEMPTY: "-o" "cl-outputs.obj"
19 // FoDIR: "-o" "foo.dir{{[/\\]+}}cl-outputs.obj"
34 // CHECK-MULTIPLESOURCEOK: "-o" "mydir{{[/\\]+}}cl-outputs.obj"
37 // CHECK-MULTIPLESOURCEOK2: "-o" "cl-outputs.obj"
38 // CHECK-MULTIPLESOURCEOK2: "-o" "cl-outputs.obj"
53 // oDIR1: "-o" "foo.dir{{[/\\]+}}cl-outputs.obj"
56 // oDIR2: "-o" "foo.dir{{[/\\]+}}cl-outputs.obj"
80 // CHECK-oMULTIPLESOURCEOK1: "-o" "mydir{{[/\\]+}}cl-outputs.obj"
83 // CHECK-oMULTIPLESOURCEOK2: "-o" "mydir{{[/\\]+}}cl-outputs.obj"
[all …]
/llvm-project/llvm/utils/TableGen/jupyter/
H A DLLVM_TableGen.ipynb24 "outputs": [
57 "outputs": [
86 "outputs": [
123 "outputs": [
156 "outputs": [
185 "outputs": [
207 "outputs": [
236 "outputs": [
257 "outputs": [
282 "outputs": [
[all …]
H A Dtablegen_tutorial_part_1.ipynb57 "outputs": [
96 "outputs": [
125 "outputs": [
160 "outputs": [
203 "outputs": [
239 "outputs": [
277 "outputs": [
321 "outputs": [
371 "outputs": [
409 "outputs": [
[all …]
H A Dsql_query_backend.ipynb59 "outputs": [],
92 "outputs": [
166 "outputs": [],
203 "outputs": [],
241 "outputs": [],
309 "outputs": [
644 "outputs": [
670 "outputs": [
696 "outputs": [
740 "outputs": [
[all …]
/llvm-project/mlir/include/mlir/Dialect/Func/TransformOps/
H A DFuncTransformOps.td41 This transform takes value handles to a set of `inputs` and `outputs` and
44 outputs. It is the responsibility of the user to ensure that the slice of
47 outputs outside of basic dominance requirements needed for the call.
57 the outputs with the results of the call. No handles are consumed and no
61 Warning: The replacement of the uses of the outputs could invalidate certain
69 - The set of outputs isn't unique
73 - The function signature does not match the number of inputs/outputs
85 Optional<TransformValueHandleTypeInterface>:$outputs,
94 ( `->` $outputs^ )?
/llvm-project/mlir/test/Dialect/Builtin/
H A Dcanonicalize.mlir14 %outputs:2 = builtin.unrealized_conversion_cast %inputs#0, %inputs#1 : i64, i64 to i32, i32
15 return %outputs#0, %outputs#1 : i32, i32
23 %outputs:2 = builtin.unrealized_conversion_cast %arg2, %inputs#1 : i64, i64 to i32, i32
24 return %outputs#0, %outputs#1 : i32, i32
/llvm-project/llvm/utils/gn/build/
H A Dcompiled_action.gni13 # outputs (required)
32 # outputs = [ "$target_gen_dir/mysource.inc" ]
35 # rebase_path(outputs[0], root_build_dir),
52 assert(defined(invoker.outputs), "must set 'outputs' in $target_name")
62 "outputs",
/llvm-project/llvm/utils/gn/build/toolchain/
H A DBUILD.gn32 outputs = [ "{{source_out_dir}}/{{label_name}}.{{source_name_part}}.o" ]
40 outputs = [ "{{source_out_dir}}/{{label_name}}.{{source_name_part}}.o" ]
48 outputs = [ "{{source_out_dir}}/{{label_name}}.{{source_name_part}}.o" ]
56 outputs = [ "{{source_out_dir}}/{{label_name}}.{{source_name_part}}.o" ]
69 outputs = [ "{{output_dir}}/{{target_output_name}}.a" ]
105 outputs = [ outfile ]
120 outputs = [ outfile ]
133 outputs = [ outfile ]
311 outputs = [ "{{source_out_dir}}/{{label_name}}.{{source_name_part}}.obj" ]
318 outputs
[all...]
/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h80 /// 1) Find both the inputs and outputs for the extracted region.
83 /// 3) Add allocas for any scalar outputs, adding all of the outputs' allocas
166 /// interface to see what was categorized as inputs and outputs.
172 /// \param Outputs [out] - filled with values marked as outputs to the
177 ValueSet &Inputs, ValueSet &Outputs);
203 void findInputsOutputs(ValueSet &Inputs, ValueSet &Outputs,
281 const ValueSet &outputs,
290 void emitFunctionBody(const ValueSet &inputs, const ValueSet &outputs,
[all...]
/llvm-project/llvm/utils/gn/secondary/clang/tools/scan-build/
H A DBUILD.gn17 outputs = [ "$root_build_dir/bin/{{source_file_part}}" ]
31 outputs = [ "$root_build_dir/libexec/{{source_file_part}}" ]
36 outputs = [ "$root_build_dir/share/man/man1/{{source_file_part}}" ]
44 outputs = [ "$root_build_dir/share/scan-build/{{source_file_part}}" ]
/llvm-project/mlir/lib/Dialect/Func/TransformOps/
H A DFuncTransformOps.cpp52 SetVector<Value> outputs; in apply() local
55 outputs.insert(output); in apply()
58 if (outputs.size() != in apply()
75 // point dominates all users of the outputs. in apply()
77 for (Value output : outputs) { in apply()
132 // outputs given to this op. in apply()
139 if (targetFunction.getNumResults() != outputs.size()) { in apply()
142 << targetFunction->getNumResults() << " and number of outputs " in apply()
143 << outputs.size(); in apply()
179 llvm::zip_equal(outputs, callO in apply()
[all...]
/llvm-project/mlir/include/mlir/Analysis/Presburger/
H A DPWMAFunction.h77 /// Remove the specified range of outputs.
92 /// and their outputs are equal for every point in `domain`.
121 /// the outputs. The symbols parametrize the function and locals are used to
183 /// Remove the specified range of outputs.
212 /// such that when only one of the functions is defined, it outputs the same
213 /// as that function, and if both are defined, it outputs the lexmax/lexmin of
214 /// the two outputs. On points where neither function is defined, the returned
228 /// `func`, such that when only one of the functions is defined, it outputs
246 /// the outputs. The symbols paramterize the function.
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clangd/xpc/framework/
H A DBUILD.gn26 outputs = [ "{{bundle_contents_dir}}/Info.plist" ]
32 outputs = [ "{{bundle_executable_dir}}/{{source_file_part}}" ]
61 outputs = [ "{{bundle_resources_dir}}/{{source_file_part}}" ]
72 outputs = [ "{{bundle_executable_dir}}/ClangdXPC" ]
78 outputs = [ "{{bundle_contents_dir}}/XPCServices/{{source_file_part}}" ]
/llvm-project/llvm/test/tools/opt-viewer/
H A Dfilter.test6 RUN: diff %p/Outputs/filter/index.html %t/index.html
7 RUN: diff %p/Outputs/filter/basic_or.h.html %t/basic_or.h.html
8 RUN: diff %p/Outputs/filter/basic_or.c.html %t/basic_or.c.html
H A Dbasic.test6 RUN: diff %p/Outputs/basic/index.html %t/index.html
7 RUN: diff %p/Outputs/basic/basic_or.h.html %t/basic_or.h.html
8 RUN: diff %p/Outputs/basic/basic_or.c.html %t/basic_or.c.html
/llvm-project/llvm/unittests/Support/
H A DBase64Test.cpp71 std::vector<llvm::StringRef> Outputs = {"", "f", "fo", "foo", in TEST() local
73 Outputs.push_back( in TEST()
76 Outputs.push_back(llvm::StringRef(LargeVector, sizeof(LargeVector))); in TEST()
81 Outputs.push_back(llvm::StringRef(AllChars.data(), AllChars.size())); in TEST()
83 for (const auto &Output : Outputs) { in TEST()
/llvm-project/llvm/lib/Analysis/
H A DTFLiteUtils.cpp41 EvaluationResultImpl(const std::vector<const TfLiteTensor *> &Outputs) in EvaluationResultImpl() argument
42 : Outputs(Outputs){}; in EvaluationResultImpl()
44 const TfLiteTensor *getOutput(size_t I) { return Outputs[I]; } in getOutput()
50 const std::vector<const TfLiteTensor *> Outputs; member in llvm::EvaluationResultImpl
142 // Known inputs and outputs in TFModelEvaluatorImpl()
147 for (size_t I = 0; I < Interpreter->outputs().size(); ++I) in TFModelEvaluatorImpl()

12345678910>>...23