Home
last modified time | relevance | path

Searched refs:index_operand (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dremove_struct_member_reduction_opportunity.cpp164 uint32_t index_operand = in AdjustAccessedIndices() local
166 uint32_t member = literal_indices ? index_operand in AdjustAccessedIndices()
168 ->GetDef(index_operand) in AdjustAccessedIndices()
189 context->get_def_use_mgr()->GetDef(index_operand); in AdjustAccessedIndices()
Dremove_unused_struct_member_reduction_opportunity_finder.cpp173 uint32_t index_operand = in MarkAccessedMembersAsUsed() local
175 uint32_t member = literal_indices ? index_operand in MarkAccessedMembersAsUsed()
177 ->GetDef(index_operand) in MarkAccessedMembersAsUsed()
/third_party/skia/third_party/externals/spirv-tools/source/reduce/
Dremove_struct_member_reduction_opportunity.cpp164 uint32_t index_operand = in AdjustAccessedIndices() local
166 uint32_t member = literal_indices ? index_operand in AdjustAccessedIndices()
168 ->GetDef(index_operand) in AdjustAccessedIndices()
189 context->get_def_use_mgr()->GetDef(index_operand); in AdjustAccessedIndices()
Dremove_unused_struct_member_reduction_opportunity_finder.cpp173 uint32_t index_operand = in MarkAccessedMembersAsUsed() local
175 uint32_t member = literal_indices ? index_operand in MarkAccessedMembersAsUsed()
177 ->GetDef(index_operand) in MarkAccessedMembersAsUsed()
/third_party/spirv-tools/source/reduce/
Dremove_struct_member_reduction_opportunity.cpp164 uint32_t index_operand = in AdjustAccessedIndices() local
166 uint32_t member = literal_indices ? index_operand in AdjustAccessedIndices()
168 ->GetDef(index_operand) in AdjustAccessedIndices()
189 context->get_def_use_mgr()->GetDef(index_operand); in AdjustAccessedIndices()
Dremove_unused_struct_member_reduction_opportunity_finder.cpp173 uint32_t index_operand = in MarkAccessedMembersAsUsed() local
175 uint32_t member = literal_indices ? index_operand in MarkAccessedMembersAsUsed()
177 ->GetDef(index_operand) in MarkAccessedMembersAsUsed()
/third_party/node/deps/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc1994 InstructionOperand index_operand = value_operand; in VisitSwitch() local
1996 index_operand = g.TempRegister(); in VisitSwitch()
1997 Emit(kS390_Lay | AddressingModeField::encode(kMode_MRI), index_operand, in VisitSwitch()
2002 Emit(kS390_Uint32ToUint64, index_operand_zero_ext, index_operand); in VisitSwitch()
2003 index_operand = index_operand_zero_ext; in VisitSwitch()
2006 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dinstruction-selector-ppc.cc1776 InstructionOperand index_operand = value_operand; in VisitSwitch() local
1778 index_operand = g.TempRegister(); in VisitSwitch()
1779 Emit(kPPC_Sub, index_operand, value_operand, in VisitSwitch()
1783 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/mips/
Dinstruction-selector-mips.cc1760 InstructionOperand index_operand = value_operand; in VisitSwitch() local
1762 index_operand = g.TempRegister(); in VisitSwitch()
1763 Emit(kMipsSub, index_operand, value_operand, in VisitSwitch()
1767 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector.h490 InstructionOperand const& index_operand);
Dinstruction-selector.cc2476 const SwitchInfo& sw, InstructionOperand const& index_operand) { in EmitTableSwitch() argument
2481 inputs[0] = index_operand; in EmitTableSwitch()
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dinstruction-selector-loong64.cc2274 InstructionOperand index_operand = value_operand; in VisitSwitch() local
2276 index_operand = g.TempRegister(); in VisitSwitch()
2277 Emit(kLoong64Sub_w, index_operand, value_operand, in VisitSwitch()
2281 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc2668 InstructionOperand index_operand = g.TempRegister(); in VisitSwitch() local
2672 Emit(kX64Lea32 | AddressingModeField::encode(kMode_MRI), index_operand, in VisitSwitch()
2678 index_operand = value_operand; in VisitSwitch()
2680 Emit(kX64Movl, index_operand, value_operand); in VisitSwitch()
2684 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/arm/
Dinstruction-selector-arm.cc2130 InstructionOperand index_operand = value_operand; in VisitSwitch() local
2132 index_operand = g.TempRegister(); in VisitSwitch()
2134 index_operand, value_operand, g.TempImmediate(sw.min_value())); in VisitSwitch()
2137 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dinstruction-selector-mips64.cc2530 InstructionOperand index_operand = value_operand; in VisitSwitch() local
2532 index_operand = g.TempRegister(); in VisitSwitch()
2533 Emit(kMips64Sub, index_operand, value_operand, in VisitSwitch()
2537 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dinstruction-selector-ia32.cc1878 InstructionOperand index_operand = value_operand; in VisitSwitch() local
1880 index_operand = g.TempRegister(); in VisitSwitch()
1881 Emit(kIA32Lea | AddressingModeField::encode(kMode_MRI), index_operand, in VisitSwitch()
1885 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dinstruction-selector-riscv64.cc2388 InstructionOperand index_operand = value_operand; in VisitSwitch() local
2390 index_operand = g.TempRegister(); in VisitSwitch()
2391 Emit(kRiscvSub32, index_operand, value_operand, in VisitSwitch()
2395 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc2980 InstructionOperand index_operand = value_operand; in VisitSwitch() local
2982 index_operand = g.TempRegister(); in VisitSwitch()
2983 Emit(kArm64Sub32, index_operand, value_operand, in VisitSwitch()
2987 return EmitTableSwitch(sw, index_operand); in VisitSwitch()