Home
last modified time | relevance | path

Searched defs:inst (Results 151 - 175 of 980) sorted by relevance

12345678910>>...40

/third_party/spirv-tools/source/val/
H A Dvalidate_mesh_shading.cpp25 spv_result_t MeshShadingPass(ValidationState_t& _, const Instruction* inst) { in MeshShadingPass() argument
[all...]
H A Dvalidate_misc.cpp28 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 Dvalidate_scopes.cpp42 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 Dconstant_manager_test.cpp100 Instruction* inst = in TEST_F() local
H A Dvalue_table_test.cpp52 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 Dinst_builder-inl.h31 LoadFromPool *inst; in BuildLoadFromPool() local
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
H A Dvn.cpp24 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 Dreg_alloc_resolver_test.cpp66 static bool IsIntrinsic(Inst *inst, IntrinsicInst::IntrinsicId id) in IsIntrinsic() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dliveness_use_table.cpp21 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 Dinline_intrinsics.cpp99 AnyBaseType InlineIntrinsics::GetAssumedAnyType(const Inst *inst) in GetAssumedAnyType() argument
[all...]
H A Dchecks_elimination.h125 PushNewCheckMustThrow(Inst *inst) PushNewCheckMustThrow() argument
[all...]
H A Dcode_sink.cpp129 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 Dlocations_builder.cpp405 GetLocationForReturn(Inst *inst) GetLocationForReturn() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dintrinsic_codegen_test.cpp41 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 Dvisualizer_printer.cpp115 void VisualizerPrinter::PrintInst(Inst *inst) in PrintInst() argument
[all...]
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dloadable_agent.h75 auto inst = instance.lock(); in LoadInstance() local
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtest_utils.cpp44 static CostRecorder inst; in Instance() local
/foundation/multimedia/av_codec/services/services/codec/server/
H A Dcodec_factory.cpp42 static CodecFactory inst; in Instance() local
/foundation/resourceschedule/ffrt/src/sync/
H A Dio_poller.cpp67 static IOPollerInstance inst; variable
/third_party/mesa3d/src/broadcom/clif/
H A Dv3dx_dump.c64 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 Dvc4_opt_peephole_sf.c36 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 Dvc4_opt_algebraic.c41 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 Dbrw_vec4_vs_visitor.cpp49 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 Dradeon_remove_constants.c37 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 DsljitNativePPC_32.c330 sljit_ins *inst = (sljit_ins *)addr; in sljit_set_jump_addr() local
[all...]

Completed in 9 milliseconds

12345678910>>...40