Home
last modified time | relevance | path

Searched refs:SpvOpNop (Results 1 – 25 of 71) sorted by relevance

123

/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dinstruction.h76 Instruction() : opcode_(SpvOpNop), type_id_(0), result_id_(0) {} in Instruction()
224 return opcode_ == SpvOpNop && type_id_ == 0 && result_id_ == 0 && in IsNop()
229 opcode_ = SpvOpNop; in ToNop()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dsimplification_pass.cpp107 } else if (inst->opcode() == SpvOpNop) { in SimplifyFunction()
153 } else if (inst->opcode() == SpvOpNop) { in SimplifyFunction()
Dinstruction.h180 opcode_(SpvOpNop), in Instruction()
725 return opcode_ == SpvOpNop && !has_type_id_ && !has_result_id_ && in IsNop()
730 opcode_ = SpvOpNop; in ToNop()
Dfunction.h243 return bb->GetLabelInst()->opcode() == SpvOpNop; in RemoveEmptyBlocks()
/third_party/spirv-tools/source/opt/
Dsimplification_pass.cpp103 } else if (inst->opcode() == SpvOpNop) { in SimplifyFunction()
149 } else if (inst->opcode() == SpvOpNop) { in SimplifyFunction()
Dinstruction.h178 opcode_(SpvOpNop), in Instruction()
692 return opcode_ == SpvOpNop && !has_type_id_ && !has_result_id_ && in IsNop()
697 opcode_ = SpvOpNop; in ToNop()
Dfunction.h240 return bb->GetLabelInst()->opcode() == SpvOpNop; in RemoveEmptyBlocks()
Dinstruction.cpp50 opcode_(SpvOpNop), in Instruction()
732 case SpvOpNop: in IsOpcodeCodeMotionSafe()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dsimplification_pass.cpp107 } else if (inst->opcode() == SpvOpNop) { in SimplifyFunction()
153 } else if (inst->opcode() == SpvOpNop) { in SimplifyFunction()
Dinstruction.h180 opcode_(SpvOpNop), in Instruction()
725 return opcode_ == SpvOpNop && !has_type_id_ && !has_result_id_ && in IsNop()
730 opcode_ = SpvOpNop; in ToNop()
Dfunction.h243 return bb->GetLabelInst()->opcode() == SpvOpNop; in RemoveEmptyBlocks()
/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Dtext_to_binary.misc_test.cpp31 EXPECT_THAT(CompiledInstructions("OpNop"), Eq(MakeInstruction(SpvOpNop, {}))); in TEST_F()
Dbinary_parse_test.cpp610 {Concatenate({ExpectedHeaderForBound(1), {spvOpcodeMake(0, SpvOpNop)}}),
618 MakeInstruction(SpvOpNop, {42})}),
623 MakeInstruction(SpvOpNop, {42, 43, 44, 45, 46, 47})}),
/third_party/spirv-tools/test/
Dtext_to_binary.misc_test.cpp32 EXPECT_THAT(CompiledInstructions("OpNop"), Eq(MakeInstruction(SpvOpNop, {}))); in TEST_F()
Dbinary_parse_test.cpp605 {Concatenate({ExpectedHeaderForBound(1), {spvOpcodeMake(0, SpvOpNop)}}),
613 MakeInstruction(SpvOpNop, {42})}),
618 MakeInstruction(SpvOpNop, {42, 43, 44, 45, 46, 47})}),
/third_party/skia/third_party/externals/spirv-tools/test/
Dtext_to_binary.misc_test.cpp32 EXPECT_THAT(CompiledInstructions("OpNop"), Eq(MakeInstruction(SpvOpNop, {}))); in TEST_F()
Dbinary_parse_test.cpp605 {Concatenate({ExpectedHeaderForBound(1), {spvOpcodeMake(0, SpvOpNop)}}),
613 MakeInstruction(SpvOpNop, {42})}),
618 MakeInstruction(SpvOpNop, {42, 43, 44, 45, 46, 47})}),
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary.misc_test.cpp32 EXPECT_THAT(CompiledInstructions("OpNop"), Eq(MakeInstruction(SpvOpNop, {}))); in TEST_F()
Dbinary_parse_test.cpp605 {Concatenate({ExpectedHeaderForBound(1), {spvOpcodeMake(0, SpvOpNop)}}),
613 MakeInstruction(SpvOpNop, {42})}),
618 MakeInstruction(SpvOpNop, {42, 43, 44, 45, 46, 47})}),
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_invert_comparison_operator.cpp166 return SpvOpNop; in InvertOpcode()
Dtransformation_add_synonym.cpp211 auto opcode = SpvOpNop; in MakeSynonymousInstruction()
/third_party/spirv-tools/source/fuzz/
Dtransformation_invert_comparison_operator.cpp166 return SpvOpNop; in InvertOpcode()
Dtransformation_add_synonym.cpp214 auto opcode = SpvOpNop; in MakeSynonymousInstruction()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_invert_comparison_operator.cpp166 return SpvOpNop; in InvertOpcode()
/third_party/flutter/skia/third_party/externals/spirv-tools/test/opt/
Dinstruction_test.cpp31 EXPECT_EQ(SpvOpNop, empty.opcode()); in TEST()

123