Home
last modified time | relevance | path

Searched defs:inst (Results 226 - 250 of 774) sorted by relevance

12345678910>>...31

/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dlicm_pass.cpp121 bool LICMPass::HoistInstruction(Loop* loop, Instruction* inst) { in HoistInstruction() argument
H A Dprivate_to_local_pass.cpp181 UpdateUse(Instruction* inst, Instruction* user) UpdateUse() argument
222 UpdateUses(Instruction* inst) UpdateUses() argument
[all...]
H A Dstrength_reduction_pass.cpp71 ReplaceMultiplyByPowerOf2( BasicBlock::iterator* inst) ReplaceMultiplyByPowerOf2() argument
[all...]
H A Dunify_const_pass.cpp44 uint32_t LookupEquivalentResultFor(const Instruction& inst) { in LookupEquivalentResultFor() argument
90 std::vector<uint32_t> GetLookUpKeys(const Instruction& inst) { in GetLookUpKeys() argument
[all...]
H A Dwrap_opkill.cpp58 bool WrapOpKill::ReplaceWithFunctionCall(Instruction* inst) { in ReplaceWithFunctionCall() argument
63 context(), inst, in ReplaceWithFunctionCall() local
188 GetOwningFunctionsReturnType(Instruction* inst) GetOwningFunctionsReturnType() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_equation_instruction.cpp56 auto inst = ir_context->get_def_use_mgr()->GetDef(id); in IsApplicable() local
H A Dtransformation_mutate_pointer.cpp144 IsValidPointerInstruction( opt::IRContext* ir_context, const opt::Instruction& inst) IsValidPointerInstruction() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/lint/
H A Ddivergence_analysis.cpp27 void DivergenceAnalysis::EnqueueSuccessors(opt::Instruction* inst) { in EnqueueSuccessors() argument
55 Visit( opt::Instruction* inst) Visit() argument
102 VisitInstruction( opt::Instruction* inst) VisitInstruction() argument
123 ComputeInstructionDivergence(opt::Instruction* inst) ComputeInstructionDivergence() argument
[all...]
H A Dlint_divergent_derivatives.cpp56 bool InstructionHasDerivative(const opt::Instruction& inst) { in InstructionHasDerivative() argument
82 Warn(opt::IRContext* context, opt::Instruction* inst) Warn() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dbuild_module.cpp40 spv_result_t SetSpvInst(void* builder, const spv_parsed_instruction_t* inst) { in SetSpvInst() argument
H A Ddataflow.h130 EnqueueUsers(inst); variable
131 EnqueueBlockSuccessors(inst); variable
H A Ddef_use_manager.h37 Instruction* inst; // Instruction using the id. member
[all...]
H A Dinstruction_list.h108 void push_back(std::unique_ptr<Instruction>&& inst) { in push_back() argument
131 Instruction* inst = &front(); in clear() local
H A Dlicm_pass.cpp121 bool LICMPass::HoistInstruction(Loop* loop, Instruction* inst) { in HoistInstruction() argument
H A Dprivate_to_local_pass.cpp181 UpdateUse(Instruction* inst, Instruction* user) UpdateUse() argument
222 UpdateUses(Instruction* inst) UpdateUses() argument
[all...]
H A Dstrength_reduction_pass.cpp71 ReplaceMultiplyByPowerOf2( BasicBlock::iterator* inst) ReplaceMultiplyByPowerOf2() argument
[all...]
H A Dunify_const_pass.cpp44 uint32_t LookupEquivalentResultFor(const Instruction& inst) { in LookupEquivalentResultFor() argument
90 std::vector<uint32_t> GetLookUpKeys(const Instruction& inst) { in GetLookUpKeys() argument
[all...]
H A Dwrap_opkill.cpp58 bool WrapOpKill::ReplaceWithFunctionCall(Instruction* inst) { in ReplaceWithFunctionCall() argument
63 context(), inst, in ReplaceWithFunctionCall() local
188 GetOwningFunctionsReturnType(Instruction* inst) GetOwningFunctionsReturnType() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_atomics.cpp122 spv_result_t AtomicsPass(ValidationState_t& _, const Instruction* inst) { in AtomicsPass() argument
[all...]
H A Dvalidate_capability.cpp267 spv_result_t CapabilityPass(ValidationState_t& _, const Instruction* inst) { in CapabilityPass() argument
[all...]
H A Dvalidate_conversion.cpp29 spv_result_t ConversionPass(ValidationState_t& _, const Instruction* inst) { in ConversionPass() argument
[all...]
H A Dvalidate_id.cpp40 spv_result_t UpdateIdUse(ValidationState_t& _, const Instruction* inst) { in UpdateIdUse() argument
132 IdPass(ValidationState_t& _, Instruction* inst) IdPass() argument
[all...]
H A Dvalidate_mode_setting.cpp28 spv_result_t ValidateEntryPoint(ValidationState_t& _, const Instruction* inst) { in ValidateEntryPoint() argument
254 ValidateExecutionMode(ValidationState_t& _, const Instruction* inst) ValidateExecutionMode() argument
489 ValidateMemoryModel(ValidationState_t& _, const Instruction* inst) ValidateMemoryModel() argument
527 ModeSettingPass(ValidationState_t& _, const Instruction* inst) ModeSettingPass() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Ddecoration_manager_test.cpp90 std::string ToText(const std::vector<Instruction*>& inst) { in ToText() argument
H A Dpass_remove_duplicates_test.cpp93 std::string ToText(const std::vector<Instruction*>& inst) { in ToText() argument

Completed in 11 milliseconds

12345678910>>...31