Home
last modified time | relevance | path

Searched defs:inputs (Results 501 - 525 of 561) sorted by relevance

1...<<212223

/third_party/node/deps/v8/src/wasm/
H A Dgraph-builder-interface.cc250 TFNode* inputs[] = {ssa_env_->locals[i], control()}; in Loop() local
270 TFNode* inputs[] = {val.node, block->merge_env->control}; in Loop() local
1548 TFNode* inputs[] = {to->effect, old_effect, merge}; Goto() local
1561 TFNode* inputs[] = {a, b, merge}; Goto() local
[all...]
H A Dfunction-body-decoder-impl.h3851 Value inputs[] = {Peek(0, 0, kWasmS128)}; in SimdExtractLane() local
3865 Value inputs[2] = {Peek(1, 0, kWasmS128), Peek(0, 1, type)}; in SimdReplaceLane() local
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dinstruction-selector-arm.cc269 InstructionOperand inputs[3]; in VisitBinop() local
246 TryMatchImmediateOrShift(InstructionSelector* selector, InstructionCode* opcode_return, Node* node, size_t* input_count_return, InstructionOperand* inputs) TryMatchImmediateOrShift() argument
374 EmitAddBeforeS128LoadStore(InstructionSelector* selector, InstructionCode* opcode_return, size_t* input_count_return, InstructionOperand* inputs) EmitAddBeforeS128LoadStore() argument
391 InstructionOperand inputs[3]; EmitLoad() local
430 EmitStore(InstructionSelector* selector, InstructionCode opcode, size_t input_count, InstructionOperand* inputs, Node* index) EmitStore() argument
463 InstructionOperand inputs[] = { VisitPairAtomicBinOp() local
514 InstructionOperand inputs[4]; VisitStoreLane() local
533 InstructionOperand inputs[4]; VisitLoadLane() local
589 InstructionOperand inputs[2]; VisitLoadTransform() local
709 InstructionOperand inputs[3]; VisitStoreCommon() local
757 InstructionOperand inputs[2]; VisitStoreCommon() local
766 InstructionOperand inputs[4]; VisitStoreCommon() local
811 InstructionOperand inputs[3]; VisitUnalignedLoad() local
857 InstructionOperand inputs[4]; VisitUnalignedStore() local
881 InstructionOperand inputs[3]; VisitUnalignedStore() local
1109 InstructionOperand inputs[] = {g.UseRegisterWithMode(value, register_mode)}; VisitStackPointerGreaterThan() local
1123 InstructionOperand inputs[2]; VisitShift() local
1210 InstructionOperand inputs[] = { VisitInt32PairAdd() local
1235 InstructionOperand inputs[] = { VisitInt32PairSub() local
1257 InstructionOperand inputs[] = {g.UseUniqueRegister(node->InputAt(0)), VisitInt32PairMul() local
1291 InstructionOperand inputs[] = {g.UseUniqueRegister(node->InputAt(0)), VisitWord32PairShift() local
1489 InstructionOperand inputs[] = {g.UseRegister(m.left().node()), EmitInt32MulWithOverflow() local
1529 InstructionOperand inputs[] = {g.UseRegister(node->InputAt(0)), VisitUint32MulHigh() local
1923 InstructionOperand inputs[3]; VisitWordCompare() local
2332 InstructionOperand inputs[3]; VisitWord32AtomicExchange() local
2367 InstructionOperand inputs[4]; VisitWord32AtomicCompareExchange() local
2405 InstructionOperand inputs[3]; VisitWord32AtomicBinaryOperation() local
2435 InstructionOperand inputs[3]; VisitWord32AtomicPairLoad() local
2472 InstructionOperand inputs[] = { VisitWord32AtomicPairStore() local
2509 InstructionOperand inputs[] = { VisitWord32AtomicPairExchange() local
2539 InstructionOperand inputs[] = {g.UseFixed(node->InputAt(2), r4), VisitWord32AtomicPairCompareExchange() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-selector-mips.cc182 InstructionOperand inputs[2]; in VisitBinop() local
163 TryMatchImmediate(InstructionSelector* selector, InstructionCode* opcode_return, Node* node, size_t* input_count_return, InstructionOperand* inputs) TryMatchImmediate() argument
246 InstructionOperand inputs[] = {g.UseRegister(base), g.UseRegister(index), VisitPairAtomicBinop() local
415 InstructionOperand inputs[3]; VisitStore() local
652 InstructionOperand inputs[] = {g.UseUniqueRegister(node->InputAt(0)), VisitInt32PairBinop() local
696 InstructionOperand inputs[] = {g.UseUniqueRegister(node->InputAt(0)), VisitWord32PairShift() local
746 InstructionOperand inputs[] = {g.UseRegister(base), g.UseRegister(index)}; VisitWord32AtomicPairLoad() local
776 InstructionOperand inputs[] = {g.UseRegister(base), g.UseRegister(index), VisitWord32AtomicPairStore() local
811 InstructionOperand inputs[] = { VisitWord32AtomicPairCompareExchange() local
1645 InstructionOperand inputs[] = {g.UseRegisterWithMode(value, register_mode)}; VisitStackPointerGreaterThan() local
2008 InstructionOperand inputs[3]; VisitWord32AtomicExchange() local
2046 InstructionOperand inputs[4]; VisitWord32AtomicCompareExchange() local
2086 InstructionOperand inputs[3]; VisitWord32AtomicBinaryOperation() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Djs-native-context-specialization.cc2257 Node* inputs[11] = { in InlineApiCall() local
H A Dcode-assembler.cc1032 NodeArray<kMaxNumArgs + 4> inputs; in CallRuntimeImpl() local
1063 NodeArray<kMaxNumArgs + 4> inputs; in TailCallRuntimeImpl() local
1073 CallStubN(StubCallMode call_mode, const CallInterfaceDescriptor& descriptor, int input_count, Node* const* inputs) CallStubN() argument
1116 NodeArray<kMaxNumArgs + 2> inputs; TailCallStubImpl() local
1136 NodeArray<kMaxNumArgs + 2> inputs; CallStubRImpl() local
1154 NodeArray<kMaxNumArgs + 5> inputs; CallJSStubImpl() local
1184 NodeArray<kMaxNumArgs + 2> inputs; TailCallStubThenBytecodeDispatchImpl() local
1226 CallCFunctionN(Signature<MachineType>* signature, int input_count, Node* const* inputs) CallCFunctionN() argument
1652 AddInputs(std::vector<Node*> inputs) AddInputs() argument
1668 CreatePhi( MachineRepresentation rep, const std::vector<Node*>& inputs) CreatePhi() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dinstruction-selector-s390.cc170 GenerateMemoryOperandInputs(Node* index, Node* base, Node* displacement, DisplacementMode displacement_mode, InstructionOperand inputs[], size_t* input_count) GenerateMemoryOperandInputs() argument
213 GetEffectiveAddressMemoryOperand( Node* operand, InstructionOperand inputs[], size_t* input_count, OperandModes immediate_mode = OperandMode::kInt20Imm) GetEffectiveAddressMemoryOperand() argument
438 InstructionOperand inputs[] = {g.UseRegister(node->InputAt(0))}; VisitTryTruncateDouble() local
453 GenerateRightOperands(InstructionSelector* selector, Node* node, Node* right, InstructionCode* opcode, OperandModes* operand_mode, InstructionOperand* inputs, size_t* input_count, CanCombineWithLoad canCombineWithLoad) GenerateRightOperands() argument
498 GenerateBinOpOperands(InstructionSelector* selector, Node* node, Node* left, Node* right, InstructionCode* opcode, OperandModes* operand_mode, InstructionOperand* inputs, size_t* input_count, CanCombineWithLoad canCombineWithLoad) GenerateBinOpOperands() argument
583 InstructionOperand inputs[8]; VisitUnaryOp() local
634 InstructionOperand inputs[8]; VisitBinOp() local
702 InstructionOperand inputs[3]; VisitLoad() local
731 InstructionOperand inputs[3]; VisitGeneralStore() local
808 InstructionOperand inputs[4]; VisitGeneralStore() local
867 InstructionOperand inputs[] = {g.UseRegisterWithMode(value, register_mode)}; VisitStackPointerGreaterThan() local
1616 InstructionOperand inputs[8]; VisitWordCompare() local
1715 InstructionOperand inputs[8]; VisitLoadAndTest() local
2175 InstructionOperand inputs[3]; VisitAtomicExchange() local
2231 InstructionOperand inputs[4]; VisitAtomicCompareExchange() local
2298 InstructionOperand inputs[3]; VisitAtomicBinop() local
2808 InstructionOperand inputs[5]; VisitLoadLane() local
2883 InstructionOperand inputs[5]; VisitStoreLane() local
[all...]
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-ir.h401 static Derived* New(Zone* zone, std::initializer_list<ValueNode*> inputs, in New() argument
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_compile.c3128 midgard_compile_shader_nir(nir_shader *nir, const struct panfrost_compile_inputs *inputs, struct util_dynarray *binary, struct pan_shader_info *info) midgard_compile_shader_nir() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassSubpassDependencyTests.cpp156 void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const in shadeVertices() argument
205 void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const in shadeVertices() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsm16bitStorageTests.cpp1425 vector<deInt16> inputs = getInt16s(rnd, numElements * inputStride); in addCompute16bitStorageUniform16To32Group() local
1648 BufferSp inputs; in addCompute16bitStorageUniform16To32ChainAccessGroup() member
1919 vector<deInt16> inputs = getInt16s(rnd, numElements); in addCompute16bitStoragePushConstant16To32Group() local
2000 vector<deInt32> inputs = getInt32s(rnd, numDataPoints); addGraphics16BitStorageUniformInt32To16Group() local
2566 vector<deInt32> inputs = getInt32s(rnd, numElements * inputStride); addCompute16bitStorageUniform32To16Group() local
4338 vector<deInt32> inputs = getInt32s(rnd, numDataPoints); addGraphics16BitStorageInputOutputInt32To16Group() local
4464 vector<deInt16> inputs = getInt16s(rnd, numDataPoints); addGraphics16BitStorageInputOutputInt16To32Group() local
4604 vector<deInt16> inputs = getInt16s(rnd, numDataPoints); addGraphics16BitStorageInputOutputInt16To16Group() local
5010 vector<deInt16> inputs = getInt16s(rnd, numDataPoints); addGraphics16BitStoragePushConstantInt16To32Group() local
5332 vector<deInt16> inputs = getInt16s(rnd, numDataPoints); addGraphics16BitStorageUniformInt16To32Group() local
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_c.cpp1579 copy_resources(SmallVector<spvc_reflected_resource> &outputs, const SmallVector<Resource> &inputs) copy_resources() argument
1598 copy_resources(SmallVector<spvc_reflected_builtin_resource> &outputs, const SmallVector<BuiltInResource> &inputs) copy_resources() argument
/third_party/vixl/test/aarch64/
H A Dtest-simulator-aarch64.cc242 Test1Op_Helper(Test1OpFPHelper_t helper, uintptr_t inputs, unsigned inputs_length, uintptr_t results, unsigned d_size, unsigned n_size, bool* skipped) Test1Op_Helper() argument
319 Test1Op(const char* name, Test1OpFPHelper_t helper, const Tn inputs[], unsigned inputs_length, const Td expected[], unsigned expected_length) Test1Op() argument
388 Test2Op_Helper(Test2OpFPHelper_t helper, uintptr_t inputs, unsigned inputs_length, uintptr_t results, unsigned reg_size, bool* skipped) Test2Op_Helper() argument
473 Test2Op(const char* name, Test2OpFPHelper_t helper, const T inputs[], unsigned inputs_length, const T expected[], unsigned expected_length) Test2Op() argument
545 Test3Op_Helper(Test3OpFPHelper_t helper, uintptr_t inputs, unsigned inputs_length, uintptr_t results, unsigned reg_size, bool* skipped) Test3Op_Helper() argument
625 Test3Op(const char* name, Test3OpFPHelper_t helper, const T inputs[], unsigned inputs_length, const T expected[], unsigned expected_length) Test3Op() argument
703 TestCmp_Helper(TestFPCmpHelper_t helper, uintptr_t inputs, unsigned inputs_length, uintptr_t results, unsigned reg_size, bool* skipped) TestCmp_Helper() argument
768 TestCmp(const char* name, TestFPCmpHelper_t helper, const T inputs[], unsigned inputs_length, const uint8_t expected[], unsigned expected_length) TestCmp() argument
844 TestCmpZero_Helper(TestFPCmpZeroHelper_t helper, uintptr_t inputs, unsigned inputs_length, uintptr_t results, unsigned reg_size, bool* skipped) TestCmpZero_Helper() argument
899 TestCmpZero(const char* name, TestFPCmpZeroHelper_t helper, const T inputs[], unsigned inputs_length, const uint8_t expected[], unsigned expected_length) TestCmpZero() argument
972 TestFPToFixed_Helper(TestFPToFixedHelper_t helper, uintptr_t inputs, unsigned inputs_length, uintptr_t results, unsigned d_size, unsigned n_size, bool* skipped) TestFPToFixed_Helper() argument
1038 TestFPToInt_Helper(TestFPToIntHelper_t helper, uintptr_t inputs, unsigned inputs_length, uintptr_t results, unsigned d_size, unsigned n_size, bool* skipped) TestFPToInt_Helper() argument
1110 TestFPToS(const char* name, TestFPToIntHelper_t helper, const Tn inputs[], unsigned inputs_length, const Td expected[], unsigned expected_length) TestFPToS() argument
1201 TestFPToU(const char* name, TestFPToIntHelper_t helper, const Tn inputs[], unsigned inputs_length, const Td expected[], unsigned expected_length) TestFPToU() argument
1274 TestFPToFixedS(const char* name, TestFPToFixedHelper_t helper, const Tn inputs[], unsigned inputs_length, const Td expected[], unsigned expected_length) TestFPToFixedS() argument
1370 TestFPToFixedU(const char* name, TestFPToFixedHelper_t helper, const Tn inputs[], unsigned inputs_length, const Td expected[], unsigned expected_length) TestFPToFixedU() argument
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp234 void VertexExpanderShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const in shadeVertices() argument
341 void VertexEmitterShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const in shadeVertices() argument
463 void VertexVaryingShader::shadeVertices (const rr::VertexAttrib* inputs, r argument
825 shadeVertices(const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const shadeVertices() argument
960 shadeVertices(const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const shadeVertices() argument
1263 shadeVertices(const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const shadeVertices() argument
1533 shadeVertices(const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const shadeVertices() argument
1713 shadeVertices(const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const shadeVertices() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassSubpassDependencyTests.cpp156 void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const in shadeVertices() argument
205 void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const in shadeVertices() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsm16bitStorageTests.cpp1425 vector<deInt16> inputs = getInt16s(rnd, numElements * inputStride); in addCompute16bitStorageUniform16To32Group() local
1648 BufferSp inputs; in addCompute16bitStorageUniform16To32ChainAccessGroup() member
1919 vector<deInt16> inputs = getInt16s(rnd, numElements); in addCompute16bitStoragePushConstant16To32Group() local
2000 vector<deInt32> inputs = getInt32s(rnd, numDataPoints); addGraphics16BitStorageUniformInt32To16Group() local
2566 vector<deInt32> inputs = getInt32s(rnd, numElements * inputStride); addCompute16bitStorageUniform32To16Group() local
4336 vector<deInt32> inputs = getInt32s(rnd, numDataPoints); addGraphics16BitStorageInputOutputInt32To16Group() local
4462 vector<deInt16> inputs = getInt16s(rnd, numDataPoints); addGraphics16BitStorageInputOutputInt16To32Group() local
4602 vector<deInt16> inputs = getInt16s(rnd, numDataPoints); addGraphics16BitStorageInputOutputInt16To16Group() local
5008 vector<deInt16> inputs = getInt16s(rnd, numDataPoints); addGraphics16BitStoragePushConstantInt16To32Group() local
5330 vector<deInt16> inputs = getInt16s(rnd, numDataPoints); addGraphics16BitStorageUniformInt16To32Group() local
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderOperatorTests.cpp403 ShaderValue inputs[MAX_INPUTS]; member
[all...]
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Disl7998x.c580 unsigned int inputs = 0; in isl7998x_get_nr_inputs() local
1359 get_link_freq_menu_index(unsigned int lanes, unsigned int inputs) get_link_freq_menu_index() argument
[all...]
/third_party/ffmpeg/fftools/
H A Dffmpeg.h300 InputFilter **inputs; member
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_private.h824 D3D12_INPUT_ELEMENT_DESC inputs[D3D12_VS_INPUT_REGISTER_COUNT]; member
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c3058 struct lp_shader_input inputs[PIPE_MAX_SHADER_INPUTS]; in generate_fragment() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-selector-mips64.cc261 InstructionOperand inputs[2]; in TryEmitExtendingLoad() local
294 InstructionOperand inputs[2]; in VisitBinop() local
275 TryMatchImmediate(InstructionSelector* selector, InstructionCode* opcode_return, Node* node, size_t* input_count_return, InstructionOperand* inputs) TryMatchImmediate() argument
402 InstructionOperand inputs[4] = { VisitStoreLane() local
538 InstructionOperand inputs[3]; VisitStore() local
1378 InstructionOperand inputs[] = {g.UseRegister(node->InputAt(0))}; VisitTryTruncateFloat32ToInt64() local
1393 InstructionOperand inputs[] = {g.UseRegister(node->InputAt(0))}; VisitTryTruncateFloat64ToInt64() local
1408 InstructionOperand inputs[] = {g.UseRegister(node->InputAt(0))}; VisitTryTruncateFloat32ToUint64() local
1424 InstructionOperand inputs[] = {g.UseRegister(node->InputAt(0))}; VisitTryTruncateFloat64ToUint64() local
2230 InstructionOperand inputs[3]; VisitWord32Compare() local
2294 InstructionOperand inputs[3]; VisitWord32Compare() local
2319 InstructionOperand inputs[4]; VisitWord32Compare() local
2344 InstructionOperand inputs[3]; VisitWord32Compare() local
2386 InstructionOperand inputs[] = {g.UseRegisterWithMode(value, register_mode)}; VisitStackPointerGreaterThan() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dinstruction-selector-x64.cc127 GenerateMemoryOperandInputs( Node* index, int scale_exponent, Node* base, Node* displacement, DisplacementMode displacement_mode, InstructionOperand inputs[], size_t* input_count, RegisterUseKind reg_kind = RegisterUseKind::kUseRegister) GenerateMemoryOperandInputs() argument
198 GetEffectiveAddressMemoryOperand( Node* operand, InstructionOperand inputs[], size_t* input_count, RegisterUseKind reg_kind = RegisterUseKind::kUseRegister) GetEffectiveAddressMemoryOperand() argument
410 InstructionOperand inputs[5]; VisitLoadLane() local
498 InstructionOperand inputs[3]; VisitLoad() local
527 InstructionOperand inputs[] = { VisitAtomicExchange() local
557 InstructionOperand inputs[] = { VisitStoreCommon() local
590 InstructionOperand inputs[4]; VisitStoreCommon() local
650 InstructionOperand inputs[4]; VisitProtectedStore() local
688 InstructionOperand inputs[4]; VisitStoreLane() local
712 InstructionOperand inputs[8]; VisitBinop() local
850 InstructionOperand inputs[kMaxInputCount]; VisitStackPointerGreaterThan() local
905 InstructionOperand inputs[3]; TryMergeTruncateInt64ToInt32IntoLoad() local
976 InstructionOperand inputs[2]; TryVisitWordShift() local
988 InstructionOperand inputs[4]; EmitLea() local
1115 InstructionOperand inputs[3]; TryMatchLoadWord64AndShiftRight() local
1446 InstructionOperand inputs[] = {g.UseRegister(node->InputAt(0))}; VisitTryTruncateFloat32ToInt64() local
1464 InstructionOperand inputs[] = {g.UseRegister(node->InputAt(0))}; VisitTryTruncateFloat64ToInt64() local
1482 InstructionOperand inputs[] = {g.UseRegister(node->InputAt(0))}; VisitTryTruncateFloat32ToUint64() local
1497 InstructionOperand inputs[] = {g.UseRegister(node->InputAt(0))}; VisitTryTruncateFloat64ToUint64() local
1549 InstructionOperand inputs[3]; VisitChangeInt32ToInt64() local
1667 InstructionOperand inputs[8]; VisitFloatBinop() local
1983 InstructionOperand inputs[5]; EmitPrepareArguments() local
2034 InstructionOperand inputs[6]; VisitCompareWithMemoryOperand() local
2059 InstructionOperand inputs[4] = {left, right}; VisitCompare() local
2472 InstructionOperand inputs[] = { VisitAtomicBinop() local
2492 InstructionOperand inputs[] = { VisitAtomicCompareExchange() local
3768 InstructionOperand inputs[2 + kMaxImms + kMaxTemps]; VisitI8x16Shuffle() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.cc209 InstructionOperand inputs[] = {a, b}; in Emit() local
222 InstructionOperand inputs[] = {a, b, c}; in Emit() local
233 InstructionOperand inputs[] in Emit() local
244 InstructionOperand inputs[] = {a, b, c, d, e}; Emit() local
256 InstructionOperand inputs[] = {a, b, c, d, e, f}; Emit() local
262 Emit( InstructionCode opcode, size_t output_count, InstructionOperand* outputs, size_t input_count, InstructionOperand* inputs, size_t temp_count, InstructionOperand* temps) Emit() argument
597 AddOperandToStateValueDescriptor( StateValueList* values, InstructionOperandVector* inputs, OperandGenerator* g, StateObjectDeduplicator* deduplicator, Node* input, MachineType type, FrameStateInputKind kind, Zone* zone) AddOperandToStateValueDescriptor() argument
678 CachedStateValuesBuilder(StateValueList* values, InstructionOperandVector* inputs, StateObjectDeduplicator* deduplicator) CachedStateValuesBuilder() argument
710 AddInputsToFrameStateDescriptor( StateValueList* values, InstructionOperandVector* inputs, OperandGenerator* g, StateObjectDeduplicator* deduplicator, Node* node, FrameStateInputKind kind, Zone* zone) AddInputsToFrameStateDescriptor() argument
749 AddInputsToFrameStateDescriptor( FrameStateDescriptor* descriptor, FrameState state, OperandGenerator* g, StateObjectDeduplicator* deduplicator, InstructionOperandVector* inputs, FrameStateInputKind kind, Zone* zone) AddInputsToFrameStateDescriptor() argument
810 InstructionOperand inputs[] = {a, b}; EmitWithContinuation() local
818 InstructionOperand inputs[] = {a, b, c}; EmitWithContinuation() local
823 EmitWithContinuation( InstructionCode opcode, size_t output_count, InstructionOperand* outputs, size_t input_count, InstructionOperand* inputs, FlagsContinuation* cont) EmitWithContinuation() argument
830 EmitWithContinuation( InstructionCode opcode, size_t output_count, InstructionOperand* outputs, size_t input_count, InstructionOperand* inputs, size_t temp_count, InstructionOperand* temps, FlagsContinuation* cont) EmitWithContinuation() argument
2480 auto* inputs = zone()->NewArray<InstructionOperand>(input_count); EmitTableSwitch() local
2498 auto* inputs = zone()->NewArray<InstructionOperand>(input_count); EmitBinarySearchSwitch() local
[all...]
H A Dinstruction.h906 New(Zone* zone, InstructionCode opcode, size_t output_count, InstructionOperand* outputs, size_t input_count, InstructionOperand* inputs, size_t temp_count, InstructionOperand* temps) New() argument

Completed in 107 milliseconds

1...<<212223