Home
last modified time | relevance | path

Searched refs:GetOperandTypeId (Results 1 – 25 of 88) sorted by relevance

1234

/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/val/
H A Dvalidate_extensions.cpp256 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst()
291 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst()
307 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst()
308 const uint32_t i_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst()
345 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst()
362 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst()
412 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst()
462 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst()
481 const uint32_t v_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst()
501 const uint32_t v_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst()
[all …]
H A Dvalidate_bitwise.cpp42 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass()
43 const uint32_t shift_type = _.GetOperandTypeId(inst, 3); in BitwisePass()
117 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass()
118 const uint32_t insert_type = _.GetOperandTypeId(inst, 3); in BitwisePass()
119 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); in BitwisePass()
120 const uint32_t count_type = _.GetOperandTypeId(inst, 5); in BitwisePass()
151 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass()
152 const uint32_t offset_type = _.GetOperandTypeId(inst, 3); in BitwisePass()
153 const uint32_t count_type = _.GetOperandTypeId(inst, 4); in BitwisePass()
178 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass()
[all …]
H A Dvalidate_logicals.cpp40 const uint32_t vector_type = _.GetOperandTypeId(inst, 2); in LogicalsPass()
59 const uint32_t operand_type = _.GetOperandTypeId(inst, 2); in LogicalsPass()
95 const uint32_t left_operand_type = _.GetOperandTypeId(inst, 2); in LogicalsPass()
108 if (left_operand_type != _.GetOperandTypeId(inst, 3)) in LogicalsPass()
125 if (result_type != _.GetOperandTypeId(inst, 2) || in LogicalsPass()
126 result_type != _.GetOperandTypeId(inst, 3)) in LogicalsPass()
140 if (result_type != _.GetOperandTypeId(inst, 2)) in LogicalsPass()
198 const uint32_t left_type = _.GetOperandTypeId(inst, 3); in LogicalsPass()
199 const uint32_t right_type = _.GetOperandTypeId(inst, 4); in LogicalsPass()
244 const uint32_t left_type = _.GetOperandTypeId(inst, 2); in LogicalsPass()
[all …]
H A Dvalidate_arithmetics.cpp53 if (_.GetOperandTypeId(inst, operand_index) != result_type) in ArithmeticsPass()
75 if (_.GetOperandTypeId(inst, operand_index) != result_type) in ArithmeticsPass()
171 const uint32_t vector_type_id = _.GetOperandTypeId(inst, 2); in ArithmeticsPass()
179 const uint32_t scalar_type_id = _.GetOperandTypeId(inst, 3); in ArithmeticsPass()
307 const uint32_t left_type_id = _.GetOperandTypeId(inst, 2); in ArithmeticsPass()
373 const uint32_t left_type_id = _.GetOperandTypeId(inst, 2); in ArithmeticsPass()
445 const uint32_t left_type_id = _.GetOperandTypeId(inst, 2); in ArithmeticsPass()
457 const uint32_t D_type_id = _.GetOperandTypeId(inst, 1); in ArithmeticsPass()
458 const uint32_t A_type_id = _.GetOperandTypeId(inst, 2); in ArithmeticsPass()
459 const uint32_t B_type_id = _.GetOperandTypeId(inst, 3); in ArithmeticsPass()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/val/
H A Dvalidate_extensions.cpp256 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst()
291 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst()
307 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst()
308 const uint32_t i_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst()
345 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst()
362 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst()
412 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst()
462 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst()
481 const uint32_t v_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst()
501 const uint32_t v_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst()
[all …]
H A Dvalidate_bitwise.cpp42 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass()
43 const uint32_t shift_type = _.GetOperandTypeId(inst, 3); in BitwisePass()
117 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass()
118 const uint32_t insert_type = _.GetOperandTypeId(inst, 3); in BitwisePass()
119 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); in BitwisePass()
120 const uint32_t count_type = _.GetOperandTypeId(inst, 5); in BitwisePass()
151 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass()
152 const uint32_t offset_type = _.GetOperandTypeId(inst, 3); in BitwisePass()
153 const uint32_t count_type = _.GetOperandTypeId(inst, 4); in BitwisePass()
178 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass()
[all …]
H A Dvalidate_logicals.cpp40 const uint32_t vector_type = _.GetOperandTypeId(inst, 2); in LogicalsPass()
59 const uint32_t operand_type = _.GetOperandTypeId(inst, 2); in LogicalsPass()
95 const uint32_t left_operand_type = _.GetOperandTypeId(inst, 2); in LogicalsPass()
108 if (left_operand_type != _.GetOperandTypeId(inst, 3)) in LogicalsPass()
125 if (result_type != _.GetOperandTypeId(inst, 2) || in LogicalsPass()
126 result_type != _.GetOperandTypeId(inst, 3)) in LogicalsPass()
140 if (result_type != _.GetOperandTypeId(inst, 2)) in LogicalsPass()
198 const uint32_t left_type = _.GetOperandTypeId(inst, 3); in LogicalsPass()
199 const uint32_t right_type = _.GetOperandTypeId(inst, 4); in LogicalsPass()
244 const uint32_t left_type = _.GetOperandTypeId(inst, 2); in LogicalsPass()
[all …]
H A Dvalidate_arithmetics.cpp53 if (_.GetOperandTypeId(inst, operand_index) != result_type) in ArithmeticsPass()
75 if (_.GetOperandTypeId(inst, operand_index) != result_type) in ArithmeticsPass()
171 const uint32_t vector_type_id = _.GetOperandTypeId(inst, 2); in ArithmeticsPass()
179 const uint32_t scalar_type_id = _.GetOperandTypeId(inst, 3); in ArithmeticsPass()
307 const uint32_t left_type_id = _.GetOperandTypeId(inst, 2); in ArithmeticsPass()
373 const uint32_t left_type_id = _.GetOperandTypeId(inst, 2); in ArithmeticsPass()
445 const uint32_t left_type_id = _.GetOperandTypeId(inst, 2); in ArithmeticsPass()
457 const uint32_t D_type_id = _.GetOperandTypeId(inst, 1); in ArithmeticsPass()
458 const uint32_t A_type_id = _.GetOperandTypeId(inst, 2); in ArithmeticsPass()
459 const uint32_t B_type_id = _.GetOperandTypeId(inst, 3); in ArithmeticsPass()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/source/val/
H A Dvalidate_bitwise.cpp42 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass()
43 const uint32_t shift_type = _.GetOperandTypeId(inst, 3); in BitwisePass()
117 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass()
118 const uint32_t insert_type = _.GetOperandTypeId(inst, 3); in BitwisePass()
119 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); in BitwisePass()
120 const uint32_t count_type = _.GetOperandTypeId(inst, 5); in BitwisePass()
151 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass()
152 const uint32_t offset_type = _.GetOperandTypeId(inst, 3); in BitwisePass()
153 const uint32_t count_type = _.GetOperandTypeId(inst, 4); in BitwisePass()
178 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass()
[all …]
H A Dvalidate_extensions.cpp404 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst()
439 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst()
455 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst()
456 const uint32_t i_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst()
493 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst()
510 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst()
560 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst()
610 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst()
629 const uint32_t v_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst()
649 const uint32_t v_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst()
[all …]
H A Dvalidate_logicals.cpp40 const uint32_t vector_type = _.GetOperandTypeId(inst, 2); in LogicalsPass()
59 const uint32_t operand_type = _.GetOperandTypeId(inst, 2); in LogicalsPass()
95 const uint32_t left_operand_type = _.GetOperandTypeId(inst, 2); in LogicalsPass()
108 if (left_operand_type != _.GetOperandTypeId(inst, 3)) in LogicalsPass()
125 if (result_type != _.GetOperandTypeId(inst, 2) || in LogicalsPass()
126 result_type != _.GetOperandTypeId(inst, 3)) in LogicalsPass()
140 if (result_type != _.GetOperandTypeId(inst, 2)) in LogicalsPass()
198 const uint32_t left_type = _.GetOperandTypeId(inst, 3); in LogicalsPass()
199 const uint32_t right_type = _.GetOperandTypeId(inst, 4); in LogicalsPass()
244 const uint32_t left_type = _.GetOperandTypeId(inst, 2); in LogicalsPass()
[all …]
H A Dvalidate_arithmetics.cpp53 if (_.GetOperandTypeId(inst, operand_index) != result_type) in ArithmeticsPass()
75 if (_.GetOperandTypeId(inst, operand_index) != result_type) in ArithmeticsPass()
171 const uint32_t vector_type_id = _.GetOperandTypeId(inst, 2); in ArithmeticsPass()
179 const uint32_t scalar_type_id = _.GetOperandTypeId(inst, 3); in ArithmeticsPass()
307 const uint32_t left_type_id = _.GetOperandTypeId(inst, 2); in ArithmeticsPass()
373 const uint32_t left_type_id = _.GetOperandTypeId(inst, 2); in ArithmeticsPass()
445 const uint32_t left_type_id = _.GetOperandTypeId(inst, 2); in ArithmeticsPass()
457 const uint32_t D_type_id = _.GetOperandTypeId(inst, 1); in ArithmeticsPass()
458 const uint32_t A_type_id = _.GetOperandTypeId(inst, 2); in ArithmeticsPass()
459 const uint32_t B_type_id = _.GetOperandTypeId(inst, 3); in ArithmeticsPass()
[all …]
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/val/
H A Dvalidate_bitwise.cpp42 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass()
43 const uint32_t shift_type = _.GetOperandTypeId(inst, 3); in BitwisePass()
117 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass()
118 const uint32_t insert_type = _.GetOperandTypeId(inst, 3); in BitwisePass()
119 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); in BitwisePass()
120 const uint32_t count_type = _.GetOperandTypeId(inst, 5); in BitwisePass()
151 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass()
152 const uint32_t offset_type = _.GetOperandTypeId(inst, 3); in BitwisePass()
153 const uint32_t count_type = _.GetOperandTypeId(inst, 4); in BitwisePass()
178 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass()
[all …]
H A Dvalidate_logicals.cpp40 const uint32_t vector_type = _.GetOperandTypeId(inst, 2); in LogicalsPass()
59 const uint32_t operand_type = _.GetOperandTypeId(inst, 2); in LogicalsPass()
95 const uint32_t left_operand_type = _.GetOperandTypeId(inst, 2); in LogicalsPass()
108 if (left_operand_type != _.GetOperandTypeId(inst, 3)) in LogicalsPass()
125 if (result_type != _.GetOperandTypeId(inst, 2) || in LogicalsPass()
126 result_type != _.GetOperandTypeId(inst, 3)) in LogicalsPass()
140 if (result_type != _.GetOperandTypeId(inst, 2)) in LogicalsPass()
198 const uint32_t left_type = _.GetOperandTypeId(inst, 3); in LogicalsPass()
199 const uint32_t right_type = _.GetOperandTypeId(inst, 4); in LogicalsPass()
244 const uint32_t left_type = _.GetOperandTypeId(inst, 2); in LogicalsPass()
[all …]
H A Dvalidate_arithmetics.cpp53 if (_.GetOperandTypeId(inst, operand_index) != result_type) in ArithmeticsPass()
75 if (_.GetOperandTypeId(inst, operand_index) != result_type) in ArithmeticsPass()
171 const uint32_t vector_type_id = _.GetOperandTypeId(inst, 2); in ArithmeticsPass()
179 const uint32_t scalar_type_id = _.GetOperandTypeId(inst, 3); in ArithmeticsPass()
307 const uint32_t left_type_id = _.GetOperandTypeId(inst, 2); in ArithmeticsPass()
373 const uint32_t left_type_id = _.GetOperandTypeId(inst, 2); in ArithmeticsPass()
445 const uint32_t left_type_id = _.GetOperandTypeId(inst, 2); in ArithmeticsPass()
457 const uint32_t D_type_id = _.GetOperandTypeId(inst, 1); in ArithmeticsPass()
458 const uint32_t A_type_id = _.GetOperandTypeId(inst, 2); in ArithmeticsPass()
459 const uint32_t B_type_id = _.GetOperandTypeId(inst, 3); in ArithmeticsPass()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_bitwise.cpp42 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass()
43 const uint32_t shift_type = _.GetOperandTypeId(inst, 3); in BitwisePass()
117 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass()
118 const uint32_t insert_type = _.GetOperandTypeId(inst, 3); in BitwisePass()
119 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); in BitwisePass()
120 const uint32_t count_type = _.GetOperandTypeId(inst, 5); in BitwisePass()
151 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass()
152 const uint32_t offset_type = _.GetOperandTypeId(inst, 3); in BitwisePass()
153 const uint32_t count_type = _.GetOperandTypeId(inst, 4); in BitwisePass()
178 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass()
[all …]
H A Dvalidate_logicals.cpp40 const uint32_t vector_type = _.GetOperandTypeId(inst, 2); in LogicalsPass()
59 const uint32_t operand_type = _.GetOperandTypeId(inst, 2); in LogicalsPass()
95 const uint32_t left_operand_type = _.GetOperandTypeId(inst, 2); in LogicalsPass()
108 if (left_operand_type != _.GetOperandTypeId(inst, 3)) in LogicalsPass()
125 if (result_type != _.GetOperandTypeId(inst, 2) || in LogicalsPass()
126 result_type != _.GetOperandTypeId(inst, 3)) in LogicalsPass()
140 if (result_type != _.GetOperandTypeId(inst, 2)) in LogicalsPass()
198 const uint32_t left_type = _.GetOperandTypeId(inst, 3); in LogicalsPass()
199 const uint32_t right_type = _.GetOperandTypeId(inst, 4); in LogicalsPass()
244 const uint32_t left_type = _.GetOperandTypeId(inst, 2); in LogicalsPass()
[all …]
H A Dvalidate_arithmetics.cpp53 if (_.GetOperandTypeId(inst, operand_index) != result_type) in ArithmeticsPass()
75 if (_.GetOperandTypeId(inst, operand_index) != result_type) in ArithmeticsPass()
171 const uint32_t vector_type_id = _.GetOperandTypeId(inst, 2); in ArithmeticsPass()
179 const uint32_t scalar_type_id = _.GetOperandTypeId(inst, 3); in ArithmeticsPass()
307 const uint32_t left_type_id = _.GetOperandTypeId(inst, 2); in ArithmeticsPass()
373 const uint32_t left_type_id = _.GetOperandTypeId(inst, 2); in ArithmeticsPass()
445 const uint32_t left_type_id = _.GetOperandTypeId(inst, 2); in ArithmeticsPass()
457 const uint32_t D_type_id = _.GetOperandTypeId(inst, 1); in ArithmeticsPass()
458 const uint32_t A_type_id = _.GetOperandTypeId(inst, 2); in ArithmeticsPass()
459 const uint32_t B_type_id = _.GetOperandTypeId(inst, 3); in ArithmeticsPass()
[all …]
H A Dvalidate_extensions.cpp907 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst()
942 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst()
958 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst()
959 const uint32_t i_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst()
996 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst()
1013 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst()
1063 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst()
1113 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst()
1132 const uint32_t v_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst()
1152 const uint32_t v_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst()
[all …]
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/val/
H A Dvalidate_bitwise.cpp42 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass()
43 const uint32_t shift_type = _.GetOperandTypeId(inst, 3); in BitwisePass()
117 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass()
118 const uint32_t insert_type = _.GetOperandTypeId(inst, 3); in BitwisePass()
119 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); in BitwisePass()
120 const uint32_t count_type = _.GetOperandTypeId(inst, 5); in BitwisePass()
151 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass()
152 const uint32_t offset_type = _.GetOperandTypeId(inst, 3); in BitwisePass()
153 const uint32_t count_type = _.GetOperandTypeId(inst, 4); in BitwisePass()
178 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass()
[all …]
H A Dvalidate_logicals.cpp40 const uint32_t vector_type = _.GetOperandTypeId(inst, 2); in LogicalsPass()
59 const uint32_t operand_type = _.GetOperandTypeId(inst, 2); in LogicalsPass()
95 const uint32_t left_operand_type = _.GetOperandTypeId(inst, 2); in LogicalsPass()
108 if (left_operand_type != _.GetOperandTypeId(inst, 3)) in LogicalsPass()
125 if (result_type != _.GetOperandTypeId(inst, 2) || in LogicalsPass()
126 result_type != _.GetOperandTypeId(inst, 3)) in LogicalsPass()
140 if (result_type != _.GetOperandTypeId(inst, 2)) in LogicalsPass()
198 const uint32_t left_type = _.GetOperandTypeId(inst, 3); in LogicalsPass()
199 const uint32_t right_type = _.GetOperandTypeId(inst, 4); in LogicalsPass()
244 const uint32_t left_type = _.GetOperandTypeId(inst, 2); in LogicalsPass()
[all …]
H A Dvalidate_arithmetics.cpp53 if (_.GetOperandTypeId(inst, operand_index) != result_type) in ArithmeticsPass()
75 if (_.GetOperandTypeId(inst, operand_index) != result_type) in ArithmeticsPass()
171 const uint32_t vector_type_id = _.GetOperandTypeId(inst, 2); in ArithmeticsPass()
179 const uint32_t scalar_type_id = _.GetOperandTypeId(inst, 3); in ArithmeticsPass()
307 const uint32_t left_type_id = _.GetOperandTypeId(inst, 2); in ArithmeticsPass()
373 const uint32_t left_type_id = _.GetOperandTypeId(inst, 2); in ArithmeticsPass()
445 const uint32_t left_type_id = _.GetOperandTypeId(inst, 2); in ArithmeticsPass()
457 const uint32_t D_type_id = _.GetOperandTypeId(inst, 1); in ArithmeticsPass()
458 const uint32_t A_type_id = _.GetOperandTypeId(inst, 2); in ArithmeticsPass()
459 const uint32_t B_type_id = _.GetOperandTypeId(inst, 3); in ArithmeticsPass()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/val/
H A Dvalidate_bitwise.cpp42 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass()
43 const uint32_t shift_type = _.GetOperandTypeId(inst, 3); in BitwisePass()
117 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass()
118 const uint32_t insert_type = _.GetOperandTypeId(inst, 3); in BitwisePass()
119 const uint32_t offset_type = _.GetOperandTypeId(inst, 4); in BitwisePass()
120 const uint32_t count_type = _.GetOperandTypeId(inst, 5); in BitwisePass()
151 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass()
152 const uint32_t offset_type = _.GetOperandTypeId(inst, 3); in BitwisePass()
153 const uint32_t count_type = _.GetOperandTypeId(inst, 4); in BitwisePass()
178 const uint32_t base_type = _.GetOperandTypeId(inst, 2); in BitwisePass()
[all …]
H A Dvalidate_logicals.cpp40 const uint32_t vector_type = _.GetOperandTypeId(inst, 2); in LogicalsPass()
59 const uint32_t operand_type = _.GetOperandTypeId(inst, 2); in LogicalsPass()
95 const uint32_t left_operand_type = _.GetOperandTypeId(inst, 2); in LogicalsPass()
108 if (left_operand_type != _.GetOperandTypeId(inst, 3)) in LogicalsPass()
125 if (result_type != _.GetOperandTypeId(inst, 2) || in LogicalsPass()
126 result_type != _.GetOperandTypeId(inst, 3)) in LogicalsPass()
140 if (result_type != _.GetOperandTypeId(inst, 2)) in LogicalsPass()
198 const uint32_t left_type = _.GetOperandTypeId(inst, 3); in LogicalsPass()
199 const uint32_t right_type = _.GetOperandTypeId(inst, 4); in LogicalsPass()
244 const uint32_t left_type = _.GetOperandTypeId(inst, 2); in LogicalsPass()
[all …]
H A Dvalidate_arithmetics.cpp53 if (_.GetOperandTypeId(inst, operand_index) != result_type) in ArithmeticsPass()
75 if (_.GetOperandTypeId(inst, operand_index) != result_type) in ArithmeticsPass()
171 const uint32_t vector_type_id = _.GetOperandTypeId(inst, 2); in ArithmeticsPass()
179 const uint32_t scalar_type_id = _.GetOperandTypeId(inst, 3); in ArithmeticsPass()
307 const uint32_t left_type_id = _.GetOperandTypeId(inst, 2); in ArithmeticsPass()
373 const uint32_t left_type_id = _.GetOperandTypeId(inst, 2); in ArithmeticsPass()
445 const uint32_t left_type_id = _.GetOperandTypeId(inst, 2); in ArithmeticsPass()
457 const uint32_t D_type_id = _.GetOperandTypeId(inst, 1); in ArithmeticsPass()
458 const uint32_t A_type_id = _.GetOperandTypeId(inst, 2); in ArithmeticsPass()
459 const uint32_t B_type_id = _.GetOperandTypeId(inst, 3); in ArithmeticsPass()
[all …]

1234