| /third_party/spirv-tools/source/val/ |
| H A D | validate_mesh_shading.cpp | 25 spv_result_t MeshShadingPass(ValidationState_t& _, const Instruction* inst) { in MeshShadingPass() 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 73 ValidateAssumeTrue(ValidationState_t& _, const Instruction* inst) ValidateAssumeTrue() argument 82 ValidateExpect(ValidationState_t& _, const Instruction* inst) ValidateExpect() argument 106 MiscPass(ValidationState_t& _, const Instruction* inst) MiscPass() argument [all...] |
| H A D | validate_scopes.cpp | 42 spv_result_t ValidateScope(ValidationState_t& _, const Instruction* inst, in ValidateScope() argument 78 ValidateExecutionScope(ValidationState_t& _, const Instruction* inst, uint32_t scope) ValidateExecutionScope() argument 190 ValidateMemoryScope(ValidationState_t& _, const Instruction* inst, uint32_t scope) ValidateMemoryScope() argument [all...] |
| /third_party/spirv-tools/test/opt/ |
| H A D | constant_manager_test.cpp | 100 Instruction* inst = in TEST_F() local
|
| H A D | value_table_test.cpp | 52 Instruction* inst = context->get_def_use_mgr()->GetDef(10); in TEST_F() local 193 Instruction* inst = context->get_def_use_mgr()->GetDef(9); in TEST_F() local 361 Instruction* inst = context->get_def_use_mgr()->GetDef(10); in TEST_F() local 682 Instruction* inst in TEST_F() local [all...] |
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| H A D | inst_builder-inl.h | 31 LoadFromPool *inst; in BuildLoadFromPool() local
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| H A D | vn.cpp | 24 static void AddSpecialTraits(Inst *inst, VnObject *obj) in AddSpecialTraits() argument 44 void VnObject::Add(Inst *inst) in Add() argument 92 SetInstValNum(Inst *inst) SetInstValNum() argument 102 TryToApplyCse(Inst *inst, InstVector *equiv_insts) TryToApplyCse() argument 124 FindEqualVnOrCreateNew(Inst *inst) FindEqualVnOrCreateNew() argument [all...] |
| /arkcompiler/runtime_core/compiler/tests/ |
| H A D | reg_alloc_resolver_test.cpp | 66 static bool IsIntrinsic(Inst *inst, IntrinsicInst::IntrinsicId id) in IsIntrinsic() argument [all...] |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| H A D | liveness_use_table.cpp | 21 void UseTable::AddUseOnFixedLocation(const Inst *inst, Location location, LifeNumber ln) in AddUseOnFixedLocation() argument 29 bool UseTable::HasUseOnFixedLocation(const Inst *inst, LifeNumber ln) const in HasUseOnFixedLocation() argument 39 Register UseTable::GetNextUseOnFixedLocation(const Inst *inst, LifeNumber ln) const in GetNextUseOnFixedLocation() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | inline_intrinsics.cpp | 99 AnyBaseType InlineIntrinsics::GetAssumedAnyType(const Inst *inst) in GetAssumedAnyType() argument [all...] |
| H A D | checks_elimination.h | 125 PushNewCheckMustThrow(Inst *inst) PushNewCheckMustThrow() argument [all...] |
| H A D | code_sink.cpp | 129 InstHasRefInput(Inst *inst) InstHasRefInput() argument 143 SinkInstruction(Inst *inst, InstVector *stores, bool barriered) SinkInstruction() argument 186 IsAcceptableTarget(Inst *inst, BasicBlock *candidate) IsAcceptableTarget() argument [all...] |
| H A D | locations_builder.cpp | 405 GetLocationForReturn(Inst *inst) GetLocationForReturn() argument [all...] |
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | intrinsic_codegen_test.cpp | 41 auto inst = GenerateIntrinsic(&alloc_, type, intrinsic_id); in TryEncode() local 66 auto inst = Inst::New<IntrinsicInst>(allocator, Opcode::Intrinsic, intrinsic_id); in GenerateIntrinsic() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| H A D | visualizer_printer.cpp | 115 void VisualizerPrinter::PrintInst(Inst *inst) in PrintInst() argument [all...] |
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| H A D | loadable_agent.h | 75 auto inst = instance.lock(); in LoadInstance() local
|
| /foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/ |
| H A D | test_utils.cpp | 44 static CostRecorder inst; in Instance() local
|
| /foundation/multimedia/av_codec/services/services/codec/server/ |
| H A D | codec_factory.cpp | 42 static CodecFactory inst; in Instance() local
|
| /foundation/resourceschedule/ffrt/src/sync/ |
| H A D | io_poller.cpp | 67 static IOPollerInstance inst; variable
|
| /third_party/mesa3d/src/broadcom/clif/ |
| H A D | v3dx_dump.c | 64 struct v3d_group *inst = v3d_spec_find_instruction(clif->spec, cl); in clif_dump_packet() local
|
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_opt_peephole_sf.c | 36 dump_from(struct vc4_compile *c, struct qinst *inst, const char *type) in dump_from() argument 47 dump_to(struct vc4_compile *c, struct qinst *inst) in dump_to() argument 58 inst_srcs_updated(struct qinst *inst, struct qinst *writer) in inst_srcs_updated() argument [all...] |
| H A D | vc4_opt_algebraic.c | 41 dump_from(struct vc4_compile *c, struct qinst *inst) in dump_from() argument 52 dump_to(struct vc4_compile *c, struct qinst *inst) in dump_to() argument 94 replace_with_mov(struct vc4_compile *c, struct qinst *inst, struct qreg arg) in replace_with_mov() argument 112 replace_x_0_with_x(struct vc4_compile *c, struct qinst *inst, int arg) replace_x_0_with_x() argument 123 replace_x_0_with_0(struct vc4_compile *c, struct qinst *inst, int arg) replace_x_0_with_0() argument 134 fmul_replace_one(struct vc4_compile *c, struct qinst *inst, int arg) fmul_replace_one() argument [all...] |
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_vec4_vs_visitor.cpp | 49 vec4_instruction *inst = emit(VEC4_VS_OPCODE_URB_WRITE); in emit_urb_write_opcode() local 72 vec4_instruction *inst = emit_generic_urb_slot(reg, varying, 0); in emit_urb_slot() local
|
| /third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_remove_constants.c | 37 static void remap_regs(void * userdata, struct rc_instruction * inst, in remap_regs() argument 47 static void mark_used(void * userdata, struct rc_instruction * inst, in mark_used() argument [all...] |
| /third_party/pcre2/pcre2/src/sljit/ |
| H A D | sljitNativePPC_32.c | 330 sljit_ins *inst = (sljit_ins *)addr; in sljit_set_jump_addr() local [all...] |