Home
last modified time | relevance | path

Searched defs:inst (Results 51 - 75 of 975) sorted by relevance

12345678910>>...39

/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dinstruction.cpp22 Instruction::Instruction(const spv_parsed_instruction_t* inst) in Instruction() argument
29 RegisterUse(const Instruction* inst, uint32_t index) RegisterUse() argument
[all...]
H A Dvalidate_adjacency.cpp47 const auto& inst = instructions[i]; in ValidateAdjacency() local
H A Dvalidate_barriers.cpp34 spv_result_t BarriersPass(ValidationState_t& _, const Instruction* inst) { in BarriersPass() argument
[all...]
H A Dvalidate_primitives.cpp30 spv_result_t PrimitivesPass(ValidationState_t& _, const Instruction* inst) { in PrimitivesPass() argument
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_small_type_uses_test.cpp218 const std::string inst = GetParam(); in TEST_P() local
282 const std::string inst = GetParam(); TEST_P() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dinstruction.h45 inline void spvInstructionAddWord(spv_instruction_t* inst, uint32_t value) { in spvInstructionAddWord() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dinstruction.h45 inline void spvInstructionAddWord(spv_instruction_t* inst, uint32_t value) { in spvInstructionAddWord() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dinstruction.cpp22 Instruction::Instruction(const spv_parsed_instruction_t* inst) in Instruction() argument
29 RegisterUse(const Instruction* inst, uint32_t index) RegisterUse() argument
[all...]
H A Dvalidate_adjacency.cpp47 const auto& inst = instructions[i]; in ValidateAdjacency() local
H A Dvalidate_barriers.cpp34 spv_result_t BarriersPass(ValidationState_t& _, const Instruction* inst) { in BarriersPass() argument
[all...]
H A Dvalidate_primitives.cpp30 spv_result_t PrimitivesPass(ValidationState_t& _, const Instruction* inst) { in PrimitivesPass() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_small_type_uses_test.cpp218 const std::string inst = GetParam(); in TEST_P() local
282 const std::string inst = GetParam(); TEST_P() local
[all...]
/third_party/spirv-tools/source/
H A Dinstruction.h45 inline void spvInstructionAddWord(spv_instruction_t* inst, uint32_t value) { in spvInstructionAddWord() argument
/third_party/spirv-tools/source/val/
H A Dvalidate_adjacency.cpp44 const auto& inst = instructions[i]; in ValidateAdjacency() local
H A Dvalidate_barriers.cpp31 spv_result_t BarriersPass(ValidationState_t& _, const Instruction* inst) { in BarriersPass() argument
[all...]
H A Dvalidate_primitives.cpp28 spv_result_t PrimitivesPass(ValidationState_t& _, const Instruction* inst) { in PrimitivesPass() argument
/third_party/spirv-tools/test/val/
H A Dval_small_type_uses_test.cpp218 const std::string inst = GetParam(); in TEST_P() local
282 const std::string inst = GetParam(); TEST_P() local
[all...]
/third_party/vulkan-loader/tests/live_verification/
H A Dmacos_static_loader_build.cpp45 VkInstance inst; in run_vk_code() local
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_resolver.h55 bool CanReadFromAccumulator(const Inst *inst, size_t input_number) const in CanReadFromAccumulator() argument
/arkcompiler/runtime_core/libpandafile/tests/
H A Dbytecode_imm_fetch_tests.cpp170 oss << inst; TEST() local
178 oss << inst; TEST() local
186 oss << inst; TEST() local
194 oss << inst; TEST() local
202 oss << inst; TEST() local
[all...]
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dcheck_resolver.cpp22 static void ReplaceCheck(compiler::Inst *inst) in ReplaceCheck() argument
34 static void MarkLenArray(compiler::Inst *inst) in MarkLenArray() argument
76 NeedSetNoDCE(const compiler::Inst *inst) NeedSetNoDCE() argument
90 IsCheck(const compiler::Inst *inst) IsCheck() argument
[all...]
H A Dcommon.cpp22 uint8_t AccReadIndex(const compiler::Inst *inst) in AccReadIndex() argument
112 IsCall(compiler::Inst *inst) IsCall() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dtypes_analysis.cpp48 void TypesAnalysis::VisitCastValueToAnyType(GraphVisitor *v, Inst *inst) in VisitCastValueToAnyType() argument
61 void TypesAnalysis::VisitAnyTypeCheck(GraphVisitor *v, Inst *inst) in VisitAnyTypeCheck() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_resolver.h62 bool CanReadFromAccumulator(const Inst *inst, size_t inputNumber) const in CanReadFromAccumulator() argument
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dsavestate_optimization_tests.cpp122 auto inst = GetGraph()->CreateInstAdd(DataType::INT32, INVALID_PC, insts[i - 2L], insts[i - 1L]); in TEST_F() local

Completed in 7 milliseconds

12345678910>>...39