Home
last modified time | relevance | path

Searched defs:input (Results 3376 - 3400 of 3616) sorted by relevance

1...<<131132133134135136137138139140>>...145

/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_peephole.cpp809 uint64_t input = (uint64_t)c->data.u32 << 32 | a->data.u32; in expr() local
/third_party/icu/icu4c/source/i18n/
H A Dvtzone.cpp935 VTZReader::VTZReader(const UnicodeString& input) { in VTZReader() argument
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dinstruction-selector-arm.cc282 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 Dinstruction-selector-mips.cc1354 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 Dcode-generator-x64.cc1460 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 Djs-native-context-specialization.cc136 StringRef input = matcher.Ref(broker).AsString(); in GetMaxStringLength() local
152 Node* const input = node->InputAt(0); in ReduceJSToString() local
H A Djs-typed-lowering.cc466 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 Dcode-generator-s390.cc3336 Register input = i.InputRegister(0); in AssembleArchBinarySearchSwitch() local
3347 Register input = i.InputRegister(0); in AssembleArchTableSwitch() local
H A Dinstruction-selector-s390.cc141 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 Dmaglev-ir.h469 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 Dregexp-parser.cc359 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 Dmidgard_compile.c1866 unsigned *input = offset ? &ctx->blend_src1 : &ctx->blend_input; in emit_intrinsic() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c928 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 Dlp_bld_nir_soa.c110 emit_fetch_64bit( struct lp_build_nir_context * bld_base, LLVMValueRef input, LLVMValueRef input2) emit_fetch_64bit() argument
/third_party/libabigail/src/
H A Dabg-suppression.cc382 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 Dsink.c860 pa_sink_input *input; in pa_sink_update_flags() local
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-equalizer-sink.c108 float *work_buffer, **input, **overlap_accum; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsm16bitStorageTests.cpp1439 const deInt16 input = inputs[numNdx * inputStride + scalarIdx]; in addCompute16bitStorageUniform16To32Group() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dload_functions_table_autogen.cpp33 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 Dpreprocessor_lex_autogen.cpp1341 angle::pp::Input *input = &yyextra->input; YY_STATE_EOF() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DTokenizer.cpp1684 pp::Input* input = &yyextra->input; YY_STATE_EOF() local
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_c.cpp1159 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 Dsmpdtfmt.cpp4225 compareSimpleAffix(const UnicodeString& affix, const UnicodeString& input, int32_t pos) const compareSimpleAffix() argument
[all...]
H A Dvtzone.cpp943 VTZReader::VTZReader(const UnicodeString& input) { in VTZReader() argument
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
H A DTestSuite.cpp779 bool MergeTestResults(TestResults *input, TestResults *output, int flakyRetries) in MergeTestResults() argument

Completed in 108 milliseconds

1...<<131132133134135136137138139140>>...145