| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| 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...] |
| H A D | transformation_swap_conditional_branch_operands.cpp | 38 const auto* inst = in IsApplicable() local
|
| /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/spirv-tools/source/opt/ |
| H A D | aggressive_dead_code_elim_pass.h | 92 void AddToWorklist(Instruction* inst) { in AddToWorklist() argument [all...] |
| H A D | interp_fixup_pass.cpp | 35 bool ReplaceInternalInterpolate(IRContext* ctx, Instruction* inst, in ReplaceInternalInterpolate() argument
|
| H A D | ir_loader.cpp | 42 bool IsLineInst(const spv_parsed_instruction_t* inst) { in IsLineInst() argument 55 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 | 118 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/spirv-tools/source/val/ |
| H A D | validate_logicals.cpp | 26 spv_result_t LogicalsPass(ValidationState_t& _, const Instruction* inst) { in LogicalsPass() argument [all...] |
| H A D | validate_ray_tracing.cpp | 25 spv_result_t RayTracingPass(ValidationState_t& _, const Instruction* inst) { in RayTracingPass() argument [all...] |
| /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(), spv::Op::OpTypeVoid, 0, variable
|
| H A D | pass_utils.cpp | 75 bool ContainsDebugOpcode(const char* inst) { in ContainsDebugOpcode() argument
|
| /third_party/spirv-tools/test/val/ |
| H A D | val_composites_test.cpp | 1947 std::string inst = in TEST_P() local 1960 std::string inst = "%inst = OpVectorInsertDynamic %" + type + "2 %ld_" + in TEST_P() local 1973 std::string inst = "%inst = OpVectorShuffle %" + type + "2 %ld_" + type + in TEST_P() local 1986 std::string inst in TEST_P() local 2000 std::string inst = TEST_P() local 2014 std::string inst = "%inst = OpCompositeInsert %" + type + "2 %ld_" + type + TEST_P() local 2028 std::string inst = "%inst = OpCopyObject %" + type + "2 %ld_" + type + "2\\n"; TEST_P() local [all...] |
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| H A D | reg_acc_alloc.cpp | 31 compiler::Inst *inst = src_inst->GetNext(); in IsAccWriteBetween() local 104 CanUserReadAcc(compiler::Inst *inst, compiler::Inst *user) const CanUserReadAcc() argument 172 SetNeedLda(compiler::Inst *inst, bool need) SetNeedLda() argument [all...] |
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| H A D | split_resolver.cpp | 55 auto inst = liveness_->GetInstByLifeNumber(curr->GetBegin() + 1U); in ConnectSiblings() local 155 auto inst = *iter; in CreateSpillFillForSplitMove() local [all...] |
| /arkcompiler/runtime_core/compiler/tests/ |
| H A D | branch_elimination_new_test.cpp | 51 static bool IsIntrinsicConstInst(Inst *inst) in IsIntrinsicConstInst() argument 63 static bool IsIfWithConstInputs(Inst *inst) in IsIfWithConstInputs() argument 74 static bool GetConstValue(Inst *inst) in GetConstValue() argument 88 GetDeadBranch(IfImmInst *inst) GetDeadBranch() argument [all...] |