/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_dead_control_flow.cpp | 51 backend_instruction *const inst = block->start(); in dead_control_flow_eliminate() local
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
H A D | pthread_barrier_wait.c | 63 struct instance *inst; in pthread_barrier_wait() local [all...] |
/third_party/musl/src/thread/ |
H A D | pthread_barrier_wait.c | 63 struct instance *inst; in pthread_barrier_wait() local [all...] |
/third_party/mesa3d/src/mesa/program/ |
H A D | prog_instruction.c | 41 _mesa_init_instructions(struct prog_instruction *inst, GLuint count) in _mesa_init_instructions() argument [all...] |
/third_party/node/deps/v8/src/regexp/experimental/ |
H A D | experimental-bytecode.cc | 26 std::ostream& operator<<(std::ostream& os, const RegExpInstruction& inst) { in operator <<() argument 100 const RegExpInstruction& inst in operator <<() local [all...] |
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi_action.h | 92 const struct tgsi_full_instruction * inst; member
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_vpos.c | 61 struct tgsi_full_instruction inst; in write_vpos_prolog() local
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_cl_dump.c | 51 struct v3d_group *inst = v3d_spec_find_instruction(spec, p); in vc4_dump_cl() local
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | r3xx_fragprog.c | 45 struct rc_sub_instruction * inst = &rci->U.I; in rc_rewrite_depth_out() local
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
H A D | radeon_compiler_regalloc_tests.c | 53 struct rc_instruction *inst; in test_runner_rc_regalloc() local
|
H A D | radeon_compiler_optimize_tests.c | 56 struct rc_instruction *inst; in test_runner_rc_optimize() local
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeRISCV_64.c | 154 sljit_ins *inst = (sljit_ins*)addr; in sljit_set_jump_addr() local [all...] |
H A D | sljitNativeRISCV_32.c | 57 sljit_ins *inst = (sljit_ins*)addr; in sljit_set_jump_addr() local [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_bitwise.cpp | 28 spv_result_t BitwisePass(ValidationState_t& _, const Instruction* inst) { in BitwisePass() argument [all...] |
H A D | validate_debug.cpp | 26 spv_result_t ValidateMemberName(ValidationState_t& _, const Instruction* inst) { in ValidateMemberName() argument 45 spv_result_t ValidateLine(ValidationState_t& _, const Instruction* inst) { in ValidateLine() argument 58 spv_result_t DebugPass(ValidationState_t& _, const Instruction* inst) { in DebugPass() argument [all...] |
H A D | validate_layout.cpp | 37 ModuleScopedInstructions(ValidationState_t& _, const Instruction* inst, SpvOp opcode) ModuleScopedInstructions() argument 156 FunctionScopedInstructions(ValidationState_t& _, const Instruction* inst, SpvOp opcode) FunctionScopedInstructions() argument 358 ModuleLayoutPass(ValidationState_t& _, const Instruction* inst) ModuleLayoutPass() argument [all...] |
H A D | validate_memory_semantics.cpp | 26 ValidateMemorySemantics(ValidationState_t& _, const Instruction* inst, uint32_t operand_index, uint32_t memory_scope) ValidateMemorySemantics() argument [all...] |
H A D | validate_misc.cpp | 28 spv_result_t ValidateUndef(ValidationState_t& _, const Instruction* inst) { in ValidateUndef() argument 43 ValidateShaderClock(ValidationState_t& _, const Instruction* inst) ValidateShaderClock() argument 75 ValidateAssumeTrue(ValidationState_t& _, const Instruction* inst) ValidateAssumeTrue() argument 84 ValidateExpect(ValidationState_t& _, const Instruction* inst) ValidateExpect() argument 108 MiscPass(ValidationState_t& _, const Instruction* inst) MiscPass() argument [all...] |
H A D | validate_non_uniform.cpp | 69 spv_result_t NonUniformPass(ValidationState_t& _, const Instruction* inst) { in NonUniformPass() argument 32 ValidateGroupNonUniformBallotBitCount(ValidationState_t& _, const Instruction* inst) ValidateGroupNonUniformBallotBitCount() argument [all...] |
H A D | validate_scopes.cpp | 43 spv_result_t ValidateScope(ValidationState_t& _, const Instruction* inst, in ValidateScope() argument 79 ValidateExecutionScope(ValidationState_t& _, const Instruction* inst, uint32_t scope) ValidateExecutionScope() argument 187 ValidateMemoryScope(ValidationState_t& _, const Instruction* inst, uint32_t scope) ValidateMemoryScope() argument [all...] |
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | constant_manager_test.cpp | 102 Instruction* inst = in TEST_F() local
|
H A D | value_table_test.cpp | 53 Instruction* inst = context->get_def_use_mgr()->GetDef(10); in TEST_F() local 194 Instruction* inst = context->get_def_use_mgr()->GetDef(9); in TEST_F() local 362 Instruction* inst = context->get_def_use_mgr()->GetDef(10); in TEST_F() local 683 Instruction* inst in TEST_F() local [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | id_use_descriptor.cpp | 51 MakeIdUseDescriptorFromUse( opt::IRContext* context, opt::Instruction* inst, uint32_t in_operand_index) MakeIdUseDescriptorFromUse() argument
|
H A D | transformation_permute_phi_operands.cpp | 40 const auto* inst = in IsApplicable() local 70 auto* inst = ir_context->get_def_use_mgr()->GetDef(message_.result_id()); in Apply() local [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | dataflow.cpp | 23 bool DataFlowAnalysis::Enqueue(Instruction* inst) { in Enqueue() argument 75 void ForwardDataFlowAnalysis::EnqueueUsers(Instruction* inst) { in EnqueueUsers() argument 80 void ForwardDataFlowAnalysis::EnqueueBlockSuccessors(Instruction* inst) { in EnqueueBlockSuccessors() argument [all...] |