Home
last modified time | relevance | path

Searched refs:AddBinaryOp (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Damd_ext_to_khr.cpp241 Instruction* quad_idx = ir_builder.AddBinaryOp( in ReplaceSwizzleInvocations()
246 ir_builder.AddBinaryOp(uint_type_id, spv::Op::OpBitwiseXor, in ReplaceSwizzleInvocations()
251 ir_builder.AddBinaryOp(uint_type_id, spv::Op::OpVectorExtractDynamic, in ReplaceSwizzleInvocations()
256 ir_builder.AddBinaryOp(uint_type_id, spv::Op::OpIAdd, in ReplaceSwizzleInvocations()
366 Instruction* and_mask = ir_builder.AddBinaryOp( in ReplaceSwizzleInvocationsMasked()
369 ir_builder.AddBinaryOp(uint_type_id, spv::Op::OpBitwiseAnd, in ReplaceSwizzleInvocationsMasked()
371 Instruction* or_result = ir_builder.AddBinaryOp( in ReplaceSwizzleInvocationsMasked()
373 Instruction* target_inv = ir_builder.AddBinaryOp( in ReplaceSwizzleInvocationsMasked()
444 ir_builder.AddBinaryOp(bool_type_id, spv::Op::OpIEqual, t->result_id(), in ReplaceWriteInvocation()
519 ir_builder.AddBinaryOp(mask_inst->type_id(), spv::Op::OpBitwiseAnd, in ReplaceMbcnt()
[all …]
H A Dinst_bindless_check_pass.cpp130 new_image_inst = builder->AddBinaryOp( in CloneOriginalImage()
464 Instruction* curr_offset_inst = builder->AddBinaryOp( in GenLastByteIdx()
487 Instruction* curr_offset_inst = builder->AddBinaryOp( in GenLastByteIdx()
500 Instruction* curr_offset_inst = builder->AddBinaryOp( in GenLastByteIdx()
506 Instruction* curr_offset_inst = builder->AddBinaryOp( in GenLastByteIdx()
H A Dinst_debug_printf_pass.cpp95 Instruction* rshift_ui64_inst = builder->AddBinaryOp( in GenOutputValues()
357 Instruction* obuf_safe_inst = builder.AddBinaryOp( in GetStreamWriteFunctionId()
H A Dir_builder.h88 Instruction* AddBinaryOp(uint32_t type_id, spv::Op opcode, uint32_t operand1, in AddBinaryOp() function
H A Dfolding_rules.cpp1403 Instruction* new_add_inst = ir_builder.AddBinaryOp( in FactorAddMulsOpnds()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Damd_ext_to_khr.cpp241 Instruction* quad_idx = ir_builder.AddBinaryOp( in ReplaceSwizzleInvocations()
246 ir_builder.AddBinaryOp(uint_type_id, spv::Op::OpBitwiseXor, in ReplaceSwizzleInvocations()
251 ir_builder.AddBinaryOp(uint_type_id, spv::Op::OpVectorExtractDynamic, in ReplaceSwizzleInvocations()
256 ir_builder.AddBinaryOp(uint_type_id, spv::Op::OpIAdd, in ReplaceSwizzleInvocations()
366 Instruction* and_mask = ir_builder.AddBinaryOp( in ReplaceSwizzleInvocationsMasked()
369 ir_builder.AddBinaryOp(uint_type_id, spv::Op::OpBitwiseAnd, in ReplaceSwizzleInvocationsMasked()
371 Instruction* or_result = ir_builder.AddBinaryOp( in ReplaceSwizzleInvocationsMasked()
373 Instruction* target_inv = ir_builder.AddBinaryOp( in ReplaceSwizzleInvocationsMasked()
444 ir_builder.AddBinaryOp(bool_type_id, spv::Op::OpIEqual, t->result_id(), in ReplaceWriteInvocation()
519 ir_builder.AddBinaryOp(mask_inst->type_id(), spv::Op::OpBitwiseAnd, in ReplaceMbcnt()
[all …]
H A Dir_builder.h88 Instruction* AddBinaryOp(uint32_t type_id, spv::Op opcode, uint32_t operand1, in AddBinaryOp() function
H A Dfolding_rules.cpp1486 Instruction* new_add_inst = ir_builder.AddBinaryOp( in FactorAddMulsOpnds()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Damd_ext_to_khr.cpp241 Instruction* quad_idx = ir_builder.AddBinaryOp( in ReplaceSwizzleInvocations()
246 ir_builder.AddBinaryOp(uint_type_id, spv::Op::OpBitwiseXor, in ReplaceSwizzleInvocations()
251 ir_builder.AddBinaryOp(uint_type_id, spv::Op::OpVectorExtractDynamic, in ReplaceSwizzleInvocations()
256 ir_builder.AddBinaryOp(uint_type_id, spv::Op::OpIAdd, in ReplaceSwizzleInvocations()
366 Instruction* and_mask = ir_builder.AddBinaryOp( in ReplaceSwizzleInvocationsMasked()
369 ir_builder.AddBinaryOp(uint_type_id, spv::Op::OpBitwiseAnd, in ReplaceSwizzleInvocationsMasked()
371 Instruction* or_result = ir_builder.AddBinaryOp( in ReplaceSwizzleInvocationsMasked()
373 Instruction* target_inv = ir_builder.AddBinaryOp( in ReplaceSwizzleInvocationsMasked()
444 ir_builder.AddBinaryOp(bool_type_id, spv::Op::OpIEqual, t->result_id(), in ReplaceWriteInvocation()
519 ir_builder.AddBinaryOp(mask_inst->type_id(), spv::Op::OpBitwiseAnd, in ReplaceMbcnt()
[all …]
Dinst_bindless_check_pass.cpp130 new_image_inst = builder->AddBinaryOp( in CloneOriginalImage()
464 Instruction* curr_offset_inst = builder->AddBinaryOp( in GenLastByteIdx()
487 Instruction* curr_offset_inst = builder->AddBinaryOp( in GenLastByteIdx()
500 Instruction* curr_offset_inst = builder->AddBinaryOp( in GenLastByteIdx()
506 Instruction* curr_offset_inst = builder->AddBinaryOp( in GenLastByteIdx()
Dinst_debug_printf_pass.cpp95 Instruction* rshift_ui64_inst = builder->AddBinaryOp( in GenOutputValues()
357 Instruction* obuf_safe_inst = builder.AddBinaryOp( in GetStreamWriteFunctionId()
Dir_builder.h88 Instruction* AddBinaryOp(uint32_t type_id, spv::Op opcode, uint32_t operand1, in AddBinaryOp() function
Dfolding_rules.cpp1403 Instruction* new_add_inst = ir_builder.AddBinaryOp( in FactorAddMulsOpnds()