/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
D | remove_struct_member_reduction_opportunity.cpp | 164 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()
|
D | remove_unused_struct_member_reduction_opportunity_finder.cpp | 173 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/ |
D | remove_struct_member_reduction_opportunity.cpp | 164 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()
|
D | remove_unused_struct_member_reduction_opportunity_finder.cpp | 173 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/ |
D | remove_struct_member_reduction_opportunity.cpp | 164 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()
|
D | remove_unused_struct_member_reduction_opportunity_finder.cpp | 173 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/ |
D | instruction-selector-s390.cc | 1994 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/ |
D | instruction-selector-ppc.cc | 1776 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/ |
D | instruction-selector-mips.cc | 1760 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/ |
D | instruction-selector.h | 490 InstructionOperand const& index_operand);
|
D | instruction-selector.cc | 2476 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/ |
D | instruction-selector-loong64.cc | 2274 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/ |
D | instruction-selector-x64.cc | 2668 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/ |
D | instruction-selector-arm.cc | 2130 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/ |
D | instruction-selector-mips64.cc | 2530 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/ |
D | instruction-selector-ia32.cc | 1878 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/ |
D | instruction-selector-riscv64.cc | 2388 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/ |
D | instruction-selector-arm64.cc | 2980 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()
|