| /third_party/skia/third_party/externals/spirv-tools/source/val/ |
| H A D | instruction.cpp | 22 Instruction::Instruction(const spv_parsed_instruction_t* inst) in Instruction() argument 29 RegisterUse(const Instruction* inst, uint32_t index) RegisterUse() argument [all...] |
| H A D | validate_adjacency.cpp | 47 const auto& inst = instructions[i]; in ValidateAdjacency() local
|
| H A D | validate_barriers.cpp | 34 spv_result_t BarriersPass(ValidationState_t& _, const Instruction* inst) { in BarriersPass() argument [all...] |
| H A D | validate_primitives.cpp | 30 spv_result_t PrimitivesPass(ValidationState_t& _, const Instruction* inst) { in PrimitivesPass() argument
|
| /third_party/skia/third_party/externals/spirv-tools/test/val/ |
| H A D | val_small_type_uses_test.cpp | 218 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 D | instruction.h | 45 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 D | instruction.h | 45 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 D | instruction.cpp | 22 Instruction::Instruction(const spv_parsed_instruction_t* inst) in Instruction() argument 29 RegisterUse(const Instruction* inst, uint32_t index) RegisterUse() argument [all...] |
| H A D | validate_adjacency.cpp | 47 const auto& inst = instructions[i]; in ValidateAdjacency() local
|
| H A D | validate_barriers.cpp | 34 spv_result_t BarriersPass(ValidationState_t& _, const Instruction* inst) { in BarriersPass() argument [all...] |
| H A D | validate_primitives.cpp | 30 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 D | val_small_type_uses_test.cpp | 218 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 D | instruction.h | 45 inline void spvInstructionAddWord(spv_instruction_t* inst, uint32_t value) { in spvInstructionAddWord() argument
|
| /third_party/spirv-tools/source/val/ |
| H A D | validate_adjacency.cpp | 44 const auto& inst = instructions[i]; in ValidateAdjacency() local
|
| H A D | validate_barriers.cpp | 31 spv_result_t BarriersPass(ValidationState_t& _, const Instruction* inst) { in BarriersPass() argument [all...] |
| H A D | validate_primitives.cpp | 28 spv_result_t PrimitivesPass(ValidationState_t& _, const Instruction* inst) { in PrimitivesPass() argument
|
| /third_party/spirv-tools/test/val/ |
| H A D | val_small_type_uses_test.cpp | 218 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 D | macos_static_loader_build.cpp | 45 VkInstance inst; in run_vk_code() local
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| H A D | reg_alloc_resolver.h | 55 bool CanReadFromAccumulator(const Inst *inst, size_t input_number) const in CanReadFromAccumulator() argument
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| H A D | bytecode_imm_fetch_tests.cpp | 170 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 D | check_resolver.cpp | 22 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 D | common.cpp | 22 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 D | types_analysis.cpp | 48 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 D | reg_alloc_resolver.h | 62 bool CanReadFromAccumulator(const Inst *inst, size_t inputNumber) const in CanReadFromAccumulator() argument
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | savestate_optimization_tests.cpp | 122 auto inst = GetGraph()->CreateInstAdd(DataType::INT32, INVALID_PC, insts[i - 2L], insts[i - 1L]); in TEST_F() local
|