/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | interp_fixup_pass.cpp | 44 bool ReplaceInternalInterpolate(IRContext* ctx, Instruction* inst, in ReplaceInternalInterpolate() argument
|
H A D | ir_loader.cpp | 41 bool IsLineInst(const spv_parsed_instruction_t* inst) { in IsLineInst() argument 54 bool IrLoader::AddInstruction(const spv_parsed_instruction_t* inst) { in AddInstruction() argument [all...] |
H A D | relax_float_ops_pass.cpp | 24 bool RelaxFloatOpsPass::IsRelaxable(Instruction* inst) { in IsRelaxable() argument 34 bool RelaxFloatOpsPass::IsFloat32(Instruction* inst) { in IsFloat32() argument [all...] |
H A D | simplification_pass.cpp | 119 Instruction* inst = work_list[i]; SimplifyFunction() local [all...] |
H A D | value_number_table.cpp | 41 uint32_t ValueNumberTable::AssignValueNumber(Instruction* inst) { in AssignValueNumber() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | available_instructions.cpp | 110 AvailableBeforeInstruction( const AvailableInstructions& available_instructions, opt::Instruction* inst) AvailableBeforeInstruction() argument [all...] |
H A D | instruction_descriptor.cpp | 99 MakeInstructionDescriptor( opt::IRContext* context, opt::Instruction* inst) MakeInstructionDescriptor() argument
|
H A D | transformation_invert_comparison_operator.cpp | 38 auto* inst = ir_context->get_def_use_mgr()->GetDef(message_.operator_id()); in IsApplicable() local 59 auto* inst = ir_context->get_def_use_mgr()->GetDef(message_.operator_id()); in Apply() local [all...] |
H A D | transformation_swap_conditional_branch_operands.cpp | 38 const auto* inst = in IsApplicable() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/fact_manager/ |
H A D | irrelevant_value_facts.cpp | 33 const auto* inst = ir_context_->get_def_use_mgr()->GetDef(fact.pointer_id()); in MaybeAddFact() local 57 const auto* inst = ir_context_->get_def_use_mgr()->GetDef(fact.result_id()); in MaybeAddFact() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | aggressive_dead_code_elim_pass.h | 85 void AddToWorklist(Instruction* inst) { in AddToWorklist() argument [all...] |
H A D | interp_fixup_pass.cpp | 44 bool ReplaceInternalInterpolate(IRContext* ctx, Instruction* inst, in ReplaceInternalInterpolate() argument
|
H A D | ir_loader.cpp | 41 bool IsLineInst(const spv_parsed_instruction_t* inst) { in IsLineInst() argument 54 bool IrLoader::AddInstruction(const spv_parsed_instruction_t* inst) { in AddInstruction() argument [all...] |
H A D | relax_float_ops_pass.cpp | 24 bool RelaxFloatOpsPass::IsRelaxable(Instruction* inst) { in IsRelaxable() argument 34 bool RelaxFloatOpsPass::IsFloat32(Instruction* inst) { in IsFloat32() argument [all...] |
H A D | simplification_pass.cpp | 119 Instruction* inst = work_list[i]; SimplifyFunction() local [all...] |
H A D | value_number_table.cpp | 41 uint32_t ValueNumberTable::AssignValueNumber(Instruction* inst) { in AssignValueNumber() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_logicals.cpp | 28 spv_result_t LogicalsPass(ValidationState_t& _, const Instruction* inst) { in LogicalsPass() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | pass_manager_test.cpp | 110 auto inst = MakeUnique<Instruction>(*(--context()->debug1_end())); variable 147 auto inst = MakeUnique<Instruction>(context(), SpvOpTypeVoid, 0, result_id_, variable
|
H A D | pass_utils.cpp | 75 bool ContainsDebugOpcode(const char* inst) { in ContainsDebugOpcode() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_composites_test.cpp | 1868 std::string inst = in TEST_P() local 1881 std::string inst = "%inst = OpVectorInsertDynamic %" + type + "2 %ld_" + in TEST_P() local 1894 std::string inst = "%inst = OpVectorShuffle %" + type + "2 %ld_" + type + in TEST_P() local 1907 std::string inst in TEST_P() local 1921 std::string inst = TEST_P() local 1935 std::string inst = "%inst = OpCompositeInsert %" + type + "2 %ld_" + type + TEST_P() local 1949 std::string inst = "%inst = OpCopyObject %" + type + "2 %ld_" + type + "2\\n"; TEST_P() local [all...] |
/third_party/spirv-tools/source/ |
H A D | binary.cpp | 66 std::string spvDecodeLiteralStringOperand(const spv_parsed_instruction_t& inst, in spvDecodeLiteralStringOperand() argument [all...] |
/third_party/spirv-tools/source/fuzz/ |
H A D | available_instructions.cpp | 110 AvailableBeforeInstruction( const AvailableInstructions& available_instructions, opt::Instruction* inst) AvailableBeforeInstruction() argument [all...] |
H A D | instruction_descriptor.cpp | 100 MakeInstructionDescriptor( opt::IRContext* context, opt::Instruction* inst) MakeInstructionDescriptor() argument
|
H A D | transformation_invert_comparison_operator.cpp | 38 auto* inst = ir_context->get_def_use_mgr()->GetDef(message_.operator_id()); in IsApplicable() local 60 auto* inst = ir_context->get_def_use_mgr()->GetDef(message_.operator_id()); in Apply() local [all...] |
/third_party/spirv-tools/source/fuzz/fact_manager/ |
H A D | irrelevant_value_facts.cpp | 33 const auto* inst = ir_context_->get_def_use_mgr()->GetDef(fact.pointer_id()); in MaybeAddFact() local 57 const auto* inst = ir_context_->get_def_use_mgr()->GetDef(fact.result_id()); in MaybeAddFact() local [all...] |