HomeSort by relevance Sort by last modified time
    Searched defs:inputs (Results 101 - 125 of 544) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/v8/src/compiler/arm/
instruction-selector-arm.cc 170 InstructionOperand* inputs) {
174 inputs[0] = g.UseImmediate(node);
178 if (TryMatchShift(selector, opcode_return, node, &inputs[0], &inputs[1])) {
191 InstructionOperand inputs[5]; local
197 // If both inputs refer to the same operand, enforce allocating a register
206 inputs[input_count++] = input;
207 inputs[input_count++] = input;
209 &input_count, &inputs[1])) {
210 inputs[0] = g.UseRegister(m.left().node())
358 InstructionOperand inputs[3]; local
633 InstructionOperand inputs[4]; local
893 InstructionOperand inputs[] = {g.UseRegister(node->InputAt(0)), local
1264 InstructionOperand inputs[5]; local
    [all...]
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc 50 InstructionOperand inputs[],
63 inputs[(*input_count)++] = UseRegister(base);
66 inputs[(*input_count)++] = UseRegister(index);
68 inputs[(*input_count)++] = TempImmediate(displacement);
81 inputs[(*input_count)++] = TempImmediate(displacement);
88 inputs[(*input_count)++] = UseRegister(index);
90 inputs[(*input_count)++] = TempImmediate(displacement);
100 inputs[(*input_count)++] = TempImmediate(displacement);
108 InstructionOperand inputs[],
114 m.displacement(), inputs, input_count)
202 InstructionOperand inputs[3]; local
224 InstructionOperand inputs[3]; local
294 InstructionOperand inputs[4]; local
411 InstructionOperand inputs[4]; local
536 InstructionOperand inputs[4]; local
607 InstructionOperand inputs[4]; local
    [all...]
  /external/v8/src/compiler/
instruction-selector.cc 45 // Mark the inputs of all phis in loop headers as used.
53 // Mark all inputs as used.
54 for (Node* const input : phi->inputs()) {
143 InstructionOperand inputs[] = {a, b}; local
144 size_t input_count = arraysize(inputs);
145 return Emit(opcode, output_count, &output, input_count, inputs, temp_count,
157 InstructionOperand inputs[] = {a, b, c}; local
158 size_t input_count = arraysize(inputs);
159 return Emit(opcode, output_count, &output, input_count, inputs, temp_count,
169 InstructionOperand inputs[] = {a, b, c, d} local
181 InstructionOperand inputs[] = {a, b, c, d, e}; local
194 InstructionOperand inputs[] = {a, b, c, d, e, f}; local
1101 auto* inputs = zone()->NewArray<InstructionOperand>(input_count); local
1120 auto* inputs = zone()->NewArray<InstructionOperand>(input_count); local
    [all...]
wasm-compiler.cc 207 Node* inputs[] = { local
218 common()->Call(desc), static_cast<int>(arraysize(inputs)), inputs);
    [all...]
  /external/v8/src/compiler/mips/
instruction-selector-mips.cc 94 InstructionOperand inputs[4]; local
99 inputs[input_count++] = g.UseRegister(m.left().node());
100 inputs[input_count++] = g.UseOperand(m.right().node(), opcode);
103 inputs[input_count++] = g.Label(cont->true_block());
104 inputs[input_count++] = g.Label(cont->false_block());
114 DCHECK_GE(arraysize(inputs), input_count);
118 inputs);
187 InstructionOperand inputs[3]; local
189 inputs[input_count++] = g.UseUniqueRegister(base);
190 inputs[input_count++] = g.UseUniqueRegister(index)
    [all...]
  /external/v8/src/compiler/x87/
instruction-selector-x87.cc 54 InstructionOperand inputs[],
67 inputs[(*input_count)++] = UseRegister(base);
70 inputs[(*input_count)++] = UseRegister(index);
72 inputs[(*input_count)++] = TempImmediate(displacement);
85 inputs[(*input_count)++] = TempImmediate(displacement);
92 inputs[(*input_count)++] = UseRegister(index);
94 inputs[(*input_count)++] = TempImmediate(displacement);
104 inputs[(*input_count)++] = TempImmediate(displacement);
112 InstructionOperand inputs[],
118 m.displacement(), inputs, input_count)
163 InstructionOperand inputs[3]; local
185 InstructionOperand inputs[3]; local
255 InstructionOperand inputs[4]; local
372 InstructionOperand inputs[4]; local
497 InstructionOperand inputs[4]; local
565 InstructionOperand inputs[4]; local
    [all...]
  /external/v8/test/cctest/compiler/
test-js-typed-lowering.cc 135 std::vector<Node*> inputs; local
136 inputs.push_back(left);
137 inputs.push_back(right);
139 inputs.push_back(context());
142 inputs.push_back(EmptyFrameState(context()));
145 inputs.push_back(start());
148 inputs.push_back(control());
150 return graph.NewNode(op, static_cast<int>(inputs.size()),
151 &(inputs.front()));
628 // GreaterThan and GreaterThanOrEqual commute the inputs
    [all...]
test-run-machops.cc 4615 double inputs[] = {0.0, 1.0, -1.0, 0.22, -1.22, 0.22, local
4789 intptr_t inputs[] = {min, min \/ 2, -1, 0, 1, max \/ 2, max}; local
4798 int32_t inputs[kInputSize]; local
    [all...]
  /external/v8/test/cctest/interpreter/
test-interpreter.cc 1379 int inputs[] = {v8::internal::kMinInt \/ 2, local
1425 double inputs[] = {std::numeric_limits<double>::min(), local
1464 std::string inputs[] = {"A", "abc", "z", "", "Foo!", "Foo"}; local
1504 const char* inputs[] = {"-1.77", "-40.333", "0.01", "55.77e5", "2.01"}; local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
RemoteInputView.java 334 RemoteInput[] inputs = a.getRemoteInputs(); local
335 if (a.actionIntent == null || inputs == null) {
344 for (RemoteInput i : inputs) {
353 setRemoteInput(inputs, input);
  /packages/apps/TV/src/com/android/tv/util/
Utils.java 635 * Returns the internal TV inputs.
638 List<TvInputInfo> inputs = new ArrayList<>(); local
644 inputs.add(input);
647 return inputs;
  /toolchain/binutils/binutils-2.25/gold/
reloc.cc 1100 Incremental_inputs* inputs = relinfo->layout->incremental_inputs(); local
    [all...]
  /art/test/551-checker-shifter-operand/src/
Main.java 106 * inputs are the the IR.
644 long inputs[] = { local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp 532 std::vector<void*> inputs; local
537 inputs.push_back(&coords[0]);
551 inputs.push_back(&expandedIndices[lookupNdx*numInvocations]);
561 m_executor.execute(m_context, numInvocations, &inputs[0], &outputs[0]);
748 m_shaderSpec.inputs.push_back(Symbol(coordsName, glu::VarType(coordType, glu::PRECISION_HIGHP)));
764 m_shaderSpec.inputs.push_back(Symbol(varName, glu::VarType(glu::TYPE_INT, glu::PRECISION_HIGHP)));
863 std::vector<void*> inputs; local
883 inputs.push_back(&expandedIndices[readNdx*numInvocations]);
893 m_executor.execute(m_context, numInvocations, inputs.empty() ? DE_NULL : &inputs[0], &outputs[0])
1092 std::vector<void*> inputs; local
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp 403 ShaderValue inputs[MAX_INPUTS]; member in struct:deqp::gles2::Functional::ShaderDataSpec
432 // Compute precision for inputs.
435 bool isBoolVal = de::inRange<int>(spec.inputs[i].type, TYPE_BOOL, TYPE_BOOL_VEC4);
436 bool isIntVal = de::inRange<int>(spec.inputs[i].type, TYPE_INT, TYPE_INT_VEC4);
470 // Expression inputs.
474 DataType inType = spec.inputs[i].type;
570 const ShaderValue& v = spec.inputs[inputNdx];
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.c 682 struct tgsi_exec_vector *inputs; local
685 inputs = align_malloc(sizeof(struct tgsi_exec_vector) *
689 if (!inputs)
696 align_free(inputs);
700 align_free(mach->Inputs);
703 mach->Inputs = inputs;
837 mach->Inputs = align_malloc(sizeof(struct tgsi_exec_vector) * PIPE_MAX_ATTRIBS, 16);
839 if (!mach->Inputs || !mach->Outputs)
866 align_free(mach->Inputs);
    [all...]
  /external/opencv3/modules/java/src/
ml.cpp 1069 // float predictProb(Mat inputs, Mat& outputs, Mat& outputProbs, int flags = 0)
1081 Mat& inputs = *((Mat*)inputs_nativeObj); local
1084 float _retval_ = (*me)->predictProb( inputs, outputs, outputProbs, (int)flags );
1105 Mat& inputs = *((Mat*)inputs_nativeObj); local
    [all...]
  /external/v8/src/compiler/arm64/
instruction-selector-arm64.cc 222 InstructionOperand inputs[5]; local
228 // We can commute cmp by switching the inputs and commuting the flags
241 inputs[input_count++] = g.UseRegister(left_node);
242 inputs[input_count++] = g.UseImmediate(right_node);
245 inputs[input_count++] = g.UseRegister(right_node);
246 inputs[input_count++] = g.UseImmediate(left_node);
249 &inputs[0], &inputs[1], &opcode)) {
253 &inputs[0], &inputs[1], &opcode))
401 InstructionOperand inputs[3]; local
1245 InstructionOperand inputs[] = {g.UseRegister(node->InputAt(0))}; local
1262 InstructionOperand inputs[] = {g.UseRegister(node->InputAt(0))}; local
1279 InstructionOperand inputs[] = {g.UseRegister(node->InputAt(0))}; local
1296 InstructionOperand inputs[] = {g.UseRegister(node->InputAt(0))}; local
    [all...]
  /external/v8/src/compiler/mips64/
instruction-selector-mips64.cc 99 InstructionOperand inputs[4]; local
104 inputs[input_count++] = g.UseRegister(m.left().node());
105 inputs[input_count++] = g.UseOperand(m.right().node(), opcode);
108 inputs[input_count++] = g.Label(cont->true_block());
109 inputs[input_count++] = g.Label(cont->false_block());
119 DCHECK_GE(arraysize(inputs), input_count);
123 inputs);
194 InstructionOperand inputs[3]; local
196 inputs[input_count++] = g.UseUniqueRegister(base);
197 inputs[input_count++] = g.UseUniqueRegister(index)
886 InstructionOperand inputs[] = {g.UseRegister(node->InputAt(0))}; local
902 InstructionOperand inputs[] = {g.UseRegister(node->InputAt(0))}; local
918 InstructionOperand inputs[] = {g.UseRegister(node->InputAt(0))}; local
935 InstructionOperand inputs[] = {g.UseRegister(node->InputAt(0))}; local
    [all...]
  /external/v8/src/compiler/ppc/
instruction-selector-ppc.cc 102 InstructionOperand inputs[] = {g.UseRegister(node->InputAt(0))}; local
112 selector->Emit(opcode, output_count, outputs, 1, inputs);
124 InstructionOperand inputs[4]; local
129 inputs[input_count++] = g.UseRegister(m.left().node());
130 inputs[input_count++] = g.UseOperand(m.right().node(), operand_mode);
133 inputs[input_count++] = g.Label(cont->true_block());
134 inputs[input_count++] = g.Label(cont->false_block());
144 DCHECK_GE(arraysize(inputs), input_count);
148 inputs);
233 InstructionOperand inputs[3] local
    [all...]
  /external/v8/src/compiler/x64/
instruction-selector-x64.cc 41 InstructionOperand inputs[],
45 inputs[(*input_count)++] = UseRegister(base);
48 inputs[(*input_count)++] = UseRegister(index);
50 inputs[(*input_count)++] = UseImmediate(displacement);
63 inputs[(*input_count)++] = UseImmediate(displacement);
70 inputs[(*input_count)++] = UseRegister(index);
72 inputs[(*input_count)++] = UseImmediate(displacement);
82 inputs[(*input_count)++] = UseRegister(index);
90 InstructionOperand inputs[],
96 m.displacement(), inputs, input_count)
143 InstructionOperand inputs[3]; local
165 InstructionOperand inputs[3]; local
226 InstructionOperand inputs[4]; local
354 InstructionOperand inputs[4]; local
512 InstructionOperand inputs[4]; local
862 InstructionOperand inputs[] = {g.UseRegister(node->InputAt(0))}; local
878 InstructionOperand inputs[] = {g.UseRegister(node->InputAt(0))}; local
894 InstructionOperand inputs[] = {g.UseRegister(node->InputAt(0))}; local
910 InstructionOperand inputs[] = {g.UseRegister(node->InputAt(0))}; local
    [all...]
  /external/v8/test/cctest/
test-assembler-arm64.cc 5808 double inputs[] = { DBL_MAX, DBL_MIN, 1.0, 0.0, local
5893 float inputs[] = { FLT_MAX, FLT_MIN, 1.0, 0.0, local
    [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 661 "rsForEachInternal: too many inputs to a kernel.");
664 Allocation* inputs[RS_KERNEL_MAX_ARGUMENTS]; local
666 inputs[i] = (Allocation*)allocs[i].p;
669 rsrForEach(rsc, s, slot, numInputs, numInputs > 0 ? inputs : nullptr, out,
    [all...]
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 28 // active inputs in getActiveInput()
198 SortedVector <audio_io_handle_t> inputs; local
220 if (checkInputsForDevice(device, state, inputs, paramStr) != NO_ERROR) {
233 checkInputsForDevice(device, state, inputs, paramStr);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerBuilder.java 861 List<File> inputs = checker.findInputFiles(); local
    [all...]

Completed in 499 milliseconds

1 2 3 45 6 7 8 91011>>