Searched refs:AddNullaryOp (Results 1 - 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | wrap_opkill.cpp | 79 Instruction* undef = ir_builder.AddNullaryOp(return_type_id, SpvOpUndef); in ReplaceWithFunctionCall() 86 return_inst = ir_builder.AddNullaryOp(0, SpvOpReturn); in ReplaceWithFunctionCall()
|
H A D | convert_to_half_pass.cpp | 106 cvt_inst = builder.AddNullaryOp(nty_id, SpvOpUndef); in GenConvert()
|
H A D | ir_builder.h | 61 Instruction* AddNullaryOp(uint32_t type_id, SpvOp opcode) { in AddNullaryOp() function in spvtools::opt::InstructionBuilder
|
H A D | instrument_pass.cpp | 779 (void)builder.AddNullaryOp(0, SpvOpReturn); in GetStreamWriteFunctionId()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | wrap_opkill.cpp | 79 Instruction* undef = ir_builder.AddNullaryOp(return_type_id, SpvOpUndef); in ReplaceWithFunctionCall() 86 return_inst = ir_builder.AddNullaryOp(0, SpvOpReturn); in ReplaceWithFunctionCall()
|
H A D | convert_to_half_pass.cpp | 106 cvt_inst = builder.AddNullaryOp(nty_id, SpvOpUndef); in GenConvert()
|
H A D | ir_builder.h | 61 Instruction* AddNullaryOp(uint32_t type_id, SpvOp opcode) { in AddNullaryOp() function in spvtools::opt::InstructionBuilder
|
H A D | instrument_pass.cpp | 779 (void)builder.AddNullaryOp(0, SpvOpReturn); in GetStreamWriteFunctionId()
|
/third_party/spirv-tools/source/opt/ |
H A D | wrap_opkill.cpp | 81 ir_builder.AddNullaryOp(return_type_id, spv::Op::OpUndef); in ReplaceWithFunctionCall() 88 return_inst = ir_builder.AddNullaryOp(0, spv::Op::OpReturn); in ReplaceWithFunctionCall()
|
H A D | convert_to_half_pass.cpp | 116 cvt_inst = builder.AddNullaryOp(nty_id, spv::Op::OpUndef); in GenConvert()
|
H A D | inst_debug_printf_pass.cpp | 392 (void)builder.AddNullaryOp(0, spv::Op::OpReturn); in GetStreamWriteFunctionId()
|
H A D | ir_builder.h | 61 Instruction* AddNullaryOp(uint32_t type_id, spv::Op opcode) { in AddNullaryOp() function in spvtools::opt::InstructionBuilder
|
Completed in 12 milliseconds