Home
last modified time | relevance | path

Searched defs:operand_index (Results 1 – 25 of 91) sorted by relevance

1234

/third_party/node/deps/v8/src/interpreter/
Dinterpreter-assembler.cc243 int operand_index) { in LoadRegisterAtOperandIndex()
248 InterpreterAssembler::LoadRegisterPairAtOperandIndex(int operand_index) { in LoadRegisterPairAtOperandIndex()
258 InterpreterAssembler::GetRegisterListAtOperandIndex(int operand_index) { in GetRegisterListAtOperandIndex()
326 int operand_index) { in StoreRegisterAtOperandIndex()
332 int operand_index) { in StoreRegisterPairAtOperandIndex()
343 int operand_index) { in StoreRegisterTripleAtOperandIndex()
359 TNode<IntPtrT> InterpreterAssembler::OperandOffset(int operand_index) { in OperandOffset()
365 int operand_index) { in BytecodeOperandUnsignedByte()
375 int operand_index) { in BytecodeOperandSignedByte()
437 int operand_index) { in BytecodeOperandUnsignedShort()
[all …]
Dbytecode-array-iterator.cc57 int operand_index, OperandType operand_type) const { in GetUnsignedOperand()
72 int operand_index, OperandType operand_type) const { in GetSignedOperand()
217 int operand_index, IsolateT* isolate) const { in GetConstantForIndexOperand()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Dtransformation_permute_phi_operands_test.cpp117 [&entry](opt::Instruction* inst, uint32_t operand_index) -> bool { in TEST()
130 opt::Instruction* inst, uint32_t operand_index) { in TEST()
Dtransformation_swap_conditional_branch_operands_test.cpp111 [&entry](opt::Instruction* inst, uint32_t operand_index) -> bool { in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_permute_phi_operands_test.cpp117 [&entry](opt::Instruction* inst, uint32_t operand_index) -> bool { in TEST()
130 opt::Instruction* inst, uint32_t operand_index) { in TEST()
Dtransformation_swap_conditional_branch_operands_test.cpp111 [&entry](opt::Instruction* inst, uint32_t operand_index) -> bool { in TEST()
/third_party/spirv-tools/test/fuzz/
Dtransformation_permute_phi_operands_test.cpp117 [&entry](opt::Instruction* inst, uint32_t operand_index) -> bool { in TEST()
130 opt::Instruction* inst, uint32_t operand_index) { in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_arithmetics.cpp51 for (size_t operand_index = 2; operand_index < inst->operands().size(); in ArithmeticsPass() local
73 for (size_t operand_index = 2; operand_index < inst->operands().size(); in ArithmeticsPass() local
102 for (size_t operand_index = 2; operand_index < inst->operands().size(); in ArithmeticsPass() local
136 for (size_t operand_index = 2; operand_index < inst->operands().size(); in ArithmeticsPass() local
Dvalidate_composites.cpp227 for (uint32_t operand_index = 2; operand_index < num_operands; in ValidateCompositeConstruct() local
268 for (uint32_t operand_index = 2; operand_index < num_operands; in ValidateCompositeConstruct() local
303 for (uint32_t operand_index = 2; operand_index < num_operands; in ValidateCompositeConstruct() local
326 for (uint32_t operand_index = 2; operand_index < num_operands; in ValidateCompositeConstruct() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_arithmetics.cpp51 for (size_t operand_index = 2; operand_index < inst->operands().size(); in ArithmeticsPass() local
73 for (size_t operand_index = 2; operand_index < inst->operands().size(); in ArithmeticsPass() local
102 for (size_t operand_index = 2; operand_index < inst->operands().size(); in ArithmeticsPass() local
136 for (size_t operand_index = 2; operand_index < inst->operands().size(); in ArithmeticsPass() local
Dvalidate_composites.cpp227 for (uint32_t operand_index = 2; operand_index < num_operands; in ValidateCompositeConstruct() local
268 for (uint32_t operand_index = 2; operand_index < num_operands; in ValidateCompositeConstruct() local
303 for (uint32_t operand_index = 2; operand_index < num_operands; in ValidateCompositeConstruct() local
326 for (uint32_t operand_index = 2; operand_index < num_operands; in ValidateCompositeConstruct() local
Dvalidate_memory_semantics.cpp28 uint32_t operand_index, in ValidateMemorySemantics()
/third_party/node/deps/v8/src/maglev/
Dmaglev-graph-builder.h239 FeedbackSlot GetSlotOperand(int operand_index) const { in GetSlotOperand()
245 typename compiler::ref_traits<T>::ref_type GetRefOperand(int operand_index) { in GetRefOperand()
307 bool IsRegisterEqualToAccumulator(int operand_index) { in IsRegisterEqualToAccumulator()
313 ValueNode* LoadRegisterTaggedValue(int operand_index) { in LoadRegisterTaggedValue()
317 ValueNode* LoadRegisterSmiUntaggedValue(int operand_index) { in LoadRegisterSmiUntaggedValue()
/third_party/spirv-tools/source/val/
Dvalidate_composites.cpp227 for (uint32_t operand_index = 2; operand_index < num_operands; in ValidateCompositeConstruct() local
268 for (uint32_t operand_index = 2; operand_index < num_operands; in ValidateCompositeConstruct() local
303 for (uint32_t operand_index = 2; operand_index < num_operands; in ValidateCompositeConstruct() local
326 for (uint32_t operand_index = 2; operand_index < num_operands; in ValidateCompositeConstruct() local
Dvalidate_arithmetics.cpp53 for (size_t operand_index = 2; operand_index < inst->operands().size(); in ArithmeticsPass() local
87 for (size_t operand_index = 2; operand_index < inst->operands().size(); in ArithmeticsPass() local
132 for (size_t operand_index = 2; operand_index < inst->operands().size(); in ArithmeticsPass() local
183 for (size_t operand_index = 2; operand_index < inst->operands().size(); in ArithmeticsPass() local
Dvalidate_memory_semantics.cpp27 uint32_t operand_index, in ValidateMemorySemantics()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dchange_operand_to_undef_reduction_opportunity.h32 uint32_t operand_index) in ChangeOperandToUndefReductionOpportunity()
Dchange_operand_reduction_opportunity.h31 uint32_t operand_index, uint32_t new_id) in ChangeOperandReductionOpportunity()
/third_party/spirv-tools/source/reduce/
Dchange_operand_to_undef_reduction_opportunity.h32 uint32_t operand_index) in ChangeOperandToUndefReductionOpportunity()
Dchange_operand_reduction_opportunity.h31 uint32_t operand_index, uint32_t new_id) in ChangeOperandReductionOpportunity()
/third_party/skia/third_party/externals/spirv-tools/source/reduce/
Dchange_operand_to_undef_reduction_opportunity.h32 uint32_t operand_index) in ChangeOperandToUndefReductionOpportunity()
Dchange_operand_reduction_opportunity.h31 uint32_t operand_index, uint32_t new_id) in ChangeOperandReductionOpportunity()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dgraphics_robust_access_pass.cpp290 uint32_t operand_index, Instruction* old_value, in ClampIndicesForAccessChain()
302 &clamp_index](uint32_t operand_index, uint64_t count) -> spv_result_t { in ClampIndicesForAccessChain()
413 Instruction* count_inst) -> spv_result_t { in ClampIndicesForAccessChain()
674 Instruction* access_chain, uint32_t operand_index) { in MakeRuntimeArrayLengthInst()
/third_party/spirv-tools/source/opt/
Dgraphics_robust_access_pass.cpp285 uint32_t operand_index, Instruction* old_value, in ClampIndicesForAccessChain()
297 &clamp_index](uint32_t operand_index, uint64_t count) -> spv_result_t { in ClampIndicesForAccessChain()
408 Instruction* count_inst) -> spv_result_t { in ClampIndicesForAccessChain()
665 Instruction* access_chain, uint32_t operand_index) { in MakeRuntimeArrayLengthInst()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dgraphics_robust_access_pass.cpp290 uint32_t operand_index, Instruction* old_value, in ClampIndicesForAccessChain()
302 &clamp_index](uint32_t operand_index, uint64_t count) -> spv_result_t { in ClampIndicesForAccessChain()
413 Instruction* count_inst) -> spv_result_t { in ClampIndicesForAccessChain()
674 Instruction* access_chain, uint32_t operand_index) { in MakeRuntimeArrayLengthInst()

1234