Home
last modified time | relevance | path

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

12345

/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/reduce/
H A 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()
H A 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/reduce/
H A Dremove_struct_member_reduction_opportunity.cpp162 uint32_t index_operand = in AdjustAccessedIndices() local
164 uint32_t member = literal_indices ? index_operand in AdjustAccessedIndices()
166 ->GetDef(index_operand) in AdjustAccessedIndices()
187 context->get_def_use_mgr()->GetDef(index_operand); in AdjustAccessedIndices()
H A 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()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/reduce/
H A 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()
H A 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/reduce/
H A Dremove_struct_member_reduction_opportunity.cpp162 uint32_t index_operand = in AdjustAccessedIndices() local
164 uint32_t member = literal_indices ? index_operand in AdjustAccessedIndices()
166 ->GetDef(index_operand) in AdjustAccessedIndices()
187 context->get_def_use_mgr()->GetDef(index_operand); in AdjustAccessedIndices()
H A 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()
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/lib-sieve/plugins/index/
H A Dext-index-common.h21 extern const struct sieve_operand_def index_operand;
H A Dtag-index.c64 SIEVE_OBJECT("index", &index_operand, 0),
78 const struct sieve_operand_def index_operand = { variable
H A Dext-index.c40 SIEVE_EXT_DEFINE_OPERAND(index_operand)
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/x64/
H A Dinstruction-selector-x64.cc1829 InstructionOperand index_operand; in VisitAtomicBinop() local
1831 index_operand = g.UseImmediate(index); in VisitAtomicBinop()
1834 index_operand = g.UseUniqueRegister(index); in VisitAtomicBinop()
1855 InstructionOperand index_operand; in VisitAtomicCompareExchange() local
1857 index_operand = g.UseImmediate(index); in VisitAtomicCompareExchange()
1860 index_operand = g.UseUniqueRegister(index); in VisitAtomicCompareExchange()
1879 InstructionOperand index_operand; in VisitAtomicExchange() local
1881 index_operand = g.UseImmediate(index); in VisitAtomicExchange()
1884 index_operand = g.UseUniqueRegister(index); in VisitAtomicExchange()
1902 InstructionOperand index_operand; in VisitAtomicStore() local
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/config/arm/
H A Darm-protos.h80 extern int index_operand (rtx, enum machine_mode);
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/config/arm/
H A Darm-protos.h80 extern int index_operand (rtx, enum machine_mode);
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/s390/
H A Dinstruction-selector-s390.cc2028 InstructionOperand index_operand = value_operand; in VisitSwitch() local
2030 index_operand = g.TempRegister(); in VisitSwitch()
2031 Emit(kS390_Lay | AddressingModeField::encode(kMode_MRI), index_operand, in VisitSwitch()
2036 Emit(kS390_Uint32ToUint64, index_operand_zero_ext, index_operand); in VisitSwitch()
2037 index_operand = index_operand_zero_ext; in VisitSwitch()
2040 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/backend/s390/
H A Dinstruction-selector-s390.cc2089 InstructionOperand index_operand = value_operand; in VisitSwitch() local
2091 index_operand = g.TempRegister(); in VisitSwitch()
2092 Emit(kS390_Lay | AddressingModeField::encode(kMode_MRI), index_operand, in VisitSwitch()
2097 Emit(kS390_Uint32ToUint64, index_operand_zero_ext, index_operand); in VisitSwitch()
2098 index_operand = index_operand_zero_ext; in VisitSwitch()
2101 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/s390/
H A Dinstruction-selector-s390.cc1992 InstructionOperand index_operand = value_operand; in VisitSwitch() local
1994 index_operand = g.TempRegister(); in VisitSwitch()
1995 Emit(kS390_Lay | AddressingModeField::encode(kMode_MRI), index_operand, in VisitSwitch()
2000 Emit(kS390_Uint32ToUint64, index_operand_zero_ext, index_operand); in VisitSwitch()
2001 index_operand = index_operand_zero_ext; in VisitSwitch()
2004 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/backend/s390/
H A Dinstruction-selector-s390.cc2087 InstructionOperand index_operand = value_operand; in VisitSwitch() local
2089 index_operand = g.TempRegister(); in VisitSwitch()
2090 Emit(kS390_Lay | AddressingModeField::encode(kMode_MRI), index_operand, in VisitSwitch()
2095 Emit(kS390_Uint32ToUint64, index_operand_zero_ext, index_operand); in VisitSwitch()
2096 index_operand = index_operand_zero_ext; in VisitSwitch()
2099 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/ia32/
H A Dinstruction-selector-ia32.cc1373 InstructionOperand index_operand = value_operand; in VisitSwitch() local
1375 index_operand = g.TempRegister(); in VisitSwitch()
1376 Emit(kIA32Lea | AddressingModeField::encode(kMode_MRI), index_operand, in VisitSwitch()
1380 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/ppc/
H A Dinstruction-selector-ppc.cc1711 InstructionOperand index_operand = value_operand; in VisitSwitch() local
1713 index_operand = g.TempRegister(); in VisitSwitch()
1714 Emit(kPPC_Sub, index_operand, value_operand, in VisitSwitch()
1718 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
/dports/devel/upp/upp/bazaar/Xed/xed/src/dec/
H A Dxed-disas.c370 xed_operand_enum_t index_operand = xed_convert_table[cvt].opnd; in xed_print_cvt() local
371 xed3_get_generic_operand(p,index_operand,&opvalue); in xed_print_cvt()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/backend/ppc/
H A Dinstruction-selector-ppc.cc1673 InstructionOperand index_operand = value_operand; in VisitSwitch() local
1675 index_operand = g.TempRegister(); in VisitSwitch()
1676 Emit(kPPC_Sub, index_operand, value_operand, in VisitSwitch()
1680 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/mips/
H A Dinstruction-selector-mips.cc1547 InstructionOperand index_operand = value_operand; in VisitSwitch() local
1549 index_operand = g.TempRegister(); in VisitSwitch()
1550 Emit(kMipsSub, index_operand, value_operand, in VisitSwitch()
1554 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/backend/ppc/
H A Dinstruction-selector-ppc.cc1733 InstructionOperand index_operand = value_operand; in VisitSwitch() local
1735 index_operand = g.TempRegister(); in VisitSwitch()
1736 Emit(kPPC_Sub, index_operand, value_operand, in VisitSwitch()
1740 return EmitTableSwitch(sw, index_operand); in VisitSwitch()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/backend/
H A Dinstruction-selector.h478 InstructionOperand const& index_operand);

12345