Home
last modified time | relevance | path

Searched refs:AddNullaryOp (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dwrap_opkill.cpp79 Instruction* undef = ir_builder.AddNullaryOp(return_type_id, SpvOpUndef); in ReplaceWithFunctionCall()
86 return_inst = ir_builder.AddNullaryOp(0, SpvOpReturn); in ReplaceWithFunctionCall()
H A Dconvert_to_half_pass.cpp106 cvt_inst = builder.AddNullaryOp(nty_id, SpvOpUndef); in GenConvert()
H A Dir_builder.h61 Instruction* AddNullaryOp(uint32_t type_id, SpvOp opcode) { in AddNullaryOp() function in spvtools::opt::InstructionBuilder
H A Dinstrument_pass.cpp779 (void)builder.AddNullaryOp(0, SpvOpReturn); in GetStreamWriteFunctionId()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dwrap_opkill.cpp79 Instruction* undef = ir_builder.AddNullaryOp(return_type_id, SpvOpUndef); in ReplaceWithFunctionCall()
86 return_inst = ir_builder.AddNullaryOp(0, SpvOpReturn); in ReplaceWithFunctionCall()
H A Dconvert_to_half_pass.cpp106 cvt_inst = builder.AddNullaryOp(nty_id, SpvOpUndef); in GenConvert()
H A Dir_builder.h61 Instruction* AddNullaryOp(uint32_t type_id, SpvOp opcode) { in AddNullaryOp() function in spvtools::opt::InstructionBuilder
H A Dinstrument_pass.cpp779 (void)builder.AddNullaryOp(0, SpvOpReturn); in GetStreamWriteFunctionId()
/third_party/spirv-tools/source/opt/
H A Dwrap_opkill.cpp81 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 Dconvert_to_half_pass.cpp116 cvt_inst = builder.AddNullaryOp(nty_id, spv::Op::OpUndef); in GenConvert()
H A Dinst_debug_printf_pass.cpp392 (void)builder.AddNullaryOp(0, spv::Op::OpReturn); in GetStreamWriteFunctionId()
H A Dir_builder.h61 Instruction* AddNullaryOp(uint32_t type_id, spv::Op opcode) { in AddNullaryOp() function in spvtools::opt::InstructionBuilder

Completed in 12 milliseconds