Home
last modified time | relevance | path

Searched refs:Outputs (Results 1 – 25 of 119) sorted by relevance

12345

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonBitTracker.cpp183 CellMapType &Outputs) const { in evaluate()
209 return evaluateLoad(MI, Inputs, Outputs); in evaluate()
228 if (evaluateFormalCopy(MI, Inputs, Outputs)) in evaluate()
254 auto rr0 = [this,Reg] (const BT::RegisterCell &Val, CellMapType &Outputs) in evaluate()
256 putCell(Reg[0], Val, Outputs); in evaluate()
319 return rr0(eIMM(im(1), W0), Outputs); in evaluate()
321 return rr0(RegisterCell(W0).fill(0, W0, BT::BitValue::Zero), Outputs); in evaluate()
323 return rr0(RegisterCell(W0).fill(0, W0, BT::BitValue::One), Outputs); in evaluate()
331 return rr0(RC, Outputs); in evaluate()
339 return rr0(rc(1), Outputs); in evaluate()
[all …]
DHexagonConstPropagation.cpp303 CellMap &Outputs) = 0;
677 CellMap Outputs; in visitNonBranch() local
678 bool Eval = MCE.evaluate(MI, Cells, Outputs); in visitNonBranch()
682 for (auto &I : Outputs) in visitNonBranch()
706 if (!Outputs.has(DefR.Reg)) in visitNonBranch()
709 Changed = RC.meet(Outputs.get(DefR.Reg)); in visitNonBranch()
1835 CellMap &Outputs) override;
1854 CellMap &Outputs);
1859 CellMap &Outputs);
1861 CellMap &Outputs);
[all …]
DHexagonBitTracker.h36 CellMapType &Outputs) const override;
54 CellMapType &Outputs) const;
56 CellMapType &Outputs) const;
/external/llvm/lib/Target/Hexagon/
DHexagonBitTracker.cpp126 CellMapType &Outputs) const { in evaluate()
142 return evaluateLoad(MI, Inputs, Outputs); in evaluate()
159 if (evaluateFormalCopy(MI, Inputs, Outputs)) in evaluate()
188 auto rr0 = [this,Reg] (const BT::RegisterCell &Val, CellMapType &Outputs) in evaluate()
190 putCell(Reg[0], Val, Outputs); in evaluate()
253 return rr0(eIMM(im(1), W0), Outputs); in evaluate()
255 return rr0(RegisterCell(W0).fill(0, W0, BT::BitValue::Zero), Outputs); in evaluate()
257 return rr0(RegisterCell(W0).fill(0, W0, BT::BitValue::One), Outputs); in evaluate()
265 return rr0(RC, Outputs); in evaluate()
273 return rr0(rc(1), Outputs); in evaluate()
[all …]
DHexagonBitTracker.h30 CellMapType &Outputs) const override;
42 CellMapType &Outputs) const;
44 CellMapType &Outputs) const;
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dops_compatibility.md151 Outputs {
163 Outputs {
177 Outputs {
189 Outputs {
201 Outputs {
212 Outputs {
232 Outputs {
244 Outputs {
261 Outputs {
279 Outputs {
[all …]
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vs_exec.c177 output[slot][0] = CLAMP(machine->Outputs[slot].xyzw[0].f[j], 0.0f, 1.0f); in vs_exec_run_linear()
178 output[slot][1] = CLAMP(machine->Outputs[slot].xyzw[1].f[j], 0.0f, 1.0f); in vs_exec_run_linear()
179 output[slot][2] = CLAMP(machine->Outputs[slot].xyzw[2].f[j], 0.0f, 1.0f); in vs_exec_run_linear()
180 output[slot][3] = CLAMP(machine->Outputs[slot].xyzw[3].f[j], 0.0f, 1.0f); in vs_exec_run_linear()
182 output[slot][0] = machine->Outputs[slot].xyzw[0].f[j]; in vs_exec_run_linear()
183 output[slot][1] = machine->Outputs[slot].xyzw[1].f[j]; in vs_exec_run_linear()
184 output[slot][2] = machine->Outputs[slot].xyzw[2].f[j]; in vs_exec_run_linear()
185 output[slot][3] = machine->Outputs[slot].xyzw[3].f[j]; in vs_exec_run_linear()
/external/mesa3d/src/mesa/tnl/
Dt_vb_program.c374 check_float(machine->Outputs[attr][0]); in run_vp()
375 check_float(machine->Outputs[attr][1]); in run_vp()
376 check_float(machine->Outputs[attr][2]); in run_vp()
377 check_float(machine->Outputs[attr][3]); in run_vp()
379 COPY_4V(store->results[attr].data[i], machine->Outputs[attr]); in run_vp()
389 assert(machine->Outputs[0][3] != 0.0F); in run_vp()
393 machine->Outputs[0][0], in run_vp()
394 machine->Outputs[0][1], in run_vp()
395 machine->Outputs[0][2], in run_vp()
396 machine->Outputs[0][3]); in run_vp()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/opt-viewer/
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
Dsuppress.test2 RUN: diff %p/Outputs/suppress/index.html %t/index.html
3 RUN: diff %p/Outputs/suppress/s.swift.html %t/s.swift.html
Dunicode-function-name.test2 RUN: diff %p/Outputs/unicode-function-name/index.html %t/index.html
3 RUN: diff %p/Outputs/unicode-function-name/s.swift.html %t/s.swift.html
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_fs_exec.c142 sizeof(machine->Outputs[i])); in exec_run()
146 &machine->Outputs[i], in exec_run()
156 quad->output.depth[j] = machine->Outputs[i].xyzw[2].f[j]; in exec_run()
165 quad->output.stencil[j] = (unsigned)machine->Outputs[i].xyzw[1].u[j]; in exec_run()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_NcclAllReduce.pbtxt3 summary: "Outputs a tensor containing the reduction across all input tensors."
5 Outputs a tensor containing the reduction across all input tensors passed to ops
Dapi_def_DatasetToSingleElement.pbtxt16 summary: "Outputs the single element from the given dataset."
Dapi_def_IsVariableInitialized.pbtxt17 Outputs boolean scalar indicating whether the tensor has been initialized.
Dapi_def_LookupTableExport.pbtxt22 summary: "Outputs all keys and values in the table."
Dapi_def_TensorSummaryV2.pbtxt22 summary: "Outputs a `Summary` protocol buffer with a tensor and per-plugin data."
Dapi_def_LookupTableExportV2.pbtxt24 summary: "Outputs all keys and values in the table."
Dapi_def_ScalarSummary.pbtxt21 summary: "Outputs a `Summary` protocol buffer with scalar values."
Dapi_def_StatelessRandomNormal.pbtxt27 summary: "Outputs deterministic pseudorandom values from a normal distribution."
Dapi_def_StatefulStandardNormal.pbtxt27 summary: "Outputs random values from a normal distribution."
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen6_sol.c54 unsigned buffer = linked_xfb_info->Outputs[i].OutputBuffer; in gen6_update_sol_surfaces()
57 linked_xfb_info->Outputs[i].DstOffset; in gen6_update_sol_surfaces()
62 linked_xfb_info->Outputs[i].NumComponents, in gen6_update_sol_surfaces()
68 linked_xfb_info->Outputs[i].NumComponents, in gen6_update_sol_surfaces()
Dbrw_ff_gs.c219 linked_xfb_info->Outputs[i].OutputRegister; in brw_ff_gs_populate_key()
221 swizzle_for_offset[linked_xfb_info->Outputs[i].ComponentOffset]; in brw_ff_gs_populate_key()
/external/mesa3d/src/mesa/swrast/
Ds_fragprog.c220 machine->Outputs[FRAG_RESULT_COLOR]); in run_program()
231 machine->Outputs[FRAG_RESULT_DATA0 + buf]); in run_program()
238 const GLfloat depth = machine->Outputs[FRAG_RESULT_DEPTH][2]; in run_program()
/external/mesa3d/src/mesa/program/
Dprog_execute.h64 GLfloat Outputs[MAX_PROGRAM_OUTPUTS][4]; member

12345