| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_peephole.cpp | 809 uint64_t input = (uint64_t)c->data.u32 << 32 | a->data.u32; in expr() local
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | vtzone.cpp | 935 VTZReader::VTZReader(const UnicodeString& input) { in VTZReader() argument
|
| /third_party/node/deps/v8/src/compiler/backend/arm/ |
| H A D | instruction-selector-arm.cc | 282 InstructionOperand const input = g.UseRegister(m.left().node()); in VisitBinop() local 1731 PushParameter input = (*arguments)[n]; in EmitPrepareArguments() local [all...] |
| /third_party/node/deps/v8/src/compiler/backend/mips/ |
| H A D | instruction-selector-mips.cc | 1354 PushParameter input = (*arguments)[n]; in EmitPrepareArguments() local 1363 PushParameter input = (*arguments)[n]; in EmitPrepareArguments() local [all...] |
| /third_party/node/deps/v8/src/compiler/backend/x64/ |
| H A D | code-generator-x64.cc | 1460 auto input = i.InputDoubleRegister(0); in AssembleArchInstruction() local 208 OutOfLineTruncateDoubleToI(CodeGenerator* gen, Register result, XMMRegister input, StubCallMode stub_mode, UnwindingInfoWriter* unwinding_info_writer) OutOfLineTruncateDoubleToI() argument 2672 InstructionOperand* input = instr->InputAt(1); AssembleArchInstruction() local 4565 Register input = i.InputRegister(0); AssembleArchBinarySearchSwitch() local 4576 Register input = i.InputRegister(0); AssembleArchTableSwitch() local [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | js-native-context-specialization.cc | 136 StringRef input = matcher.Ref(broker).AsString(); in GetMaxStringLength() local 152 Node* const input = node->InputAt(0); in ReduceJSToString() local
|
| H A D | js-typed-lowering.cc | 466 Node* input = NodeProperties::GetValueInput(node, 0); in ReduceJSBitwiseNot() local 482 Node* input = NodeProperties::GetValueInput(node, 0); in ReduceJSDecrement() local 498 Node* input in ReduceJSIncrement() local 514 Node* input = NodeProperties::GetValueInput(node, 0); ReduceJSNegate() local 959 Node* const input = NodeProperties::GetValueInput(node, 0); ReduceJSToName() local 970 Node* input = NodeProperties::GetValueInput(node, 0); ReduceJSToLength() local 993 ReduceJSToNumberInput(Node* input) ReduceJSToNumberInput() argument 1030 Node* const input = node->InputAt(0); ReduceJSToNumber() local 1051 Node* const input = NodeProperties::GetValueInput(node, 0); ReduceJSToNumeric() local 1064 ReduceJSToStringInput(Node* input) ReduceJSToStringInput() argument 1099 Node* const input = node->InputAt(0); ReduceJSToString() local [all...] |
| /third_party/node/deps/v8/src/compiler/backend/s390/ |
| H A D | code-generator-s390.cc | 3336 Register input = i.InputRegister(0); in AssembleArchBinarySearchSwitch() local 3347 Register input = i.InputRegister(0); in AssembleArchTableSwitch() local
|
| H A D | instruction-selector-s390.cc | 141 bool CanBeMemoryOperand(InstructionCode opcode, Node* user, Node* input, in CanBeMemoryOperand() argument 587 Node* input = node->InputAt(0); in VisitUnaryOp() local [all...] |
| /third_party/node/deps/v8/src/maglev/ |
| H A D | maglev-ir.h | 469 Input& input(int index) { return *input_address(index); } in input() function in v8::internal::maglev::NodeBase 470 const Input& input(int index) const { return *input_address(index); } in input() function in v8::internal::maglev::NodeBase 564 void set_input(int index, ValueNode* input) { in set_input() argument 964 Input& input() { return Node::input(0); } input() function in v8::internal::maglev::CheckedSmiTag 980 Input& input() { return Node::input(0); } input() function in v8::internal::maglev::CheckedSmiUntag 1047 RegisterInput(uint32_t bitfield, Register input) RegisterInput() argument 1050 Register input() const { return input_; } input() function in v8::internal::maglev::RegisterInput [all...] |
| /third_party/node/deps/v8/src/regexp/ |
| H A D | regexp-parser.cc | 359 RegExpParserImpl( const CharT* input, int input_length, RegExpFlags flags, uintptr_t stack_limit, Zone* zone, const DisallowGarbageCollection& no_gc) RegExpParserImpl() argument 2331 ParseRegExpFromHeapString(Isolate* isolate, Zone* zone, Handle<String> input, RegExpFlags flags, RegExpCompileData* result) ParseRegExpFromHeapString() argument 2353 VerifyRegExpSyntax(Zone* zone, uintptr_t stack_limit, const CharT* input, int input_length, RegExpFlags flags, RegExpCompileData* result, const DisallowGarbageCollection& no_gc) VerifyRegExpSyntax() argument 2371 VerifyRegExpSyntax(Isolate* isolate, Zone* zone, Handle<String> input, RegExpFlags flags, RegExpCompileData* result, const DisallowGarbageCollection&) VerifyRegExpSyntax() argument [all...] |
| /third_party/mesa3d/src/panfrost/midgard/ |
| H A D | midgard_compile.c | 1866 unsigned *input = offset ? &ctx->blend_src1 : &ctx->blend_input; in emit_intrinsic() local
|
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_soa.c | 928 emit_fetch_64bit( struct lp_build_tgsi_context * bld_base, enum tgsi_opcode_type stype, LLVMValueRef input, LLVMValueRef input2) emit_fetch_64bit() argument
|
| H A D | lp_bld_nir_soa.c | 110 emit_fetch_64bit( struct lp_build_nir_context * bld_base, LLVMValueRef input, LLVMValueRef input2) emit_fetch_64bit() argument
|
| /third_party/libabigail/src/ |
| H A D | abg-suppression.cc | 382 read_suppressions(std::istream& input, in read_suppressions() argument 1546 read_type_kind_string(const string& input) read_type_kind_string() argument 1574 read_suppression_reach_kind(const string& input) read_suppression_reach_kind() argument [all...] |
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | sink.c | 860 pa_sink_input *input; in pa_sink_update_flags() local [all...] |
| /third_party/pulseaudio/src/modules/ |
| H A D | module-equalizer-sink.c | 108 float *work_buffer, **input, **overlap_accum; member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| H A D | vktSpvAsm16bitStorageTests.cpp | 1439 const deInt16 input = inputs[numNdx * inputStride + scalarIdx]; in addCompute16bitStorageUniform16To32Group() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| H A D | load_functions_table_autogen.cpp | 33 UnimplementedLoadFunction(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) UnimplementedLoadFunction() argument 46 UnreachableLoadFunction(size_t width, size_t height, size_t depth, const uint8_t *input, size_t inputRowPitch, size_t inputDepthPitch, uint8_t *output, size_t outputRowPitch, size_t outputDepthPitch) UnreachableLoadFunction() argument
|
| /third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
| H A D | preprocessor_lex_autogen.cpp | 1341 angle::pp::Input *input = &yyextra->input; YY_STATE_EOF() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
| H A D | Tokenizer.cpp | 1684 pp::Input* input = &yyextra->input; YY_STATE_EOF() local [all...] |
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | spirv_cross_c.cpp | 1159 MSLShaderInput input; in spvc_compiler_msl_add_shader_input() local 2520 void spvc_msl_shader_input_init(spvc_msl_shader_input *input) in spvc_msl_shader_input_init() argument [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | smpdtfmt.cpp | 4225 compareSimpleAffix(const UnicodeString& affix, const UnicodeString& input, int32_t pos) const compareSimpleAffix() argument [all...] |
| H A D | vtzone.cpp | 943 VTZReader::VTZReader(const UnicodeString& input) { in VTZReader() argument
|
| /third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/ |
| H A D | TestSuite.cpp | 779 bool MergeTestResults(TestResults *input, TestResults *output, int flakyRetries) in MergeTestResults() argument
|