Home
last modified time | relevance | path

Searched defs:instr (Results 126 - 150 of 519) sorted by relevance

12345678910>>...21

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_lower_conversions.c129 lower_instr(nir_builder *b, nir_instr *instr, UNUSED void *cb_data) in lower_instr() argument
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Ddisassemble.h44 uint64_t instr = code[i]; in disassemble_valhall() local
/third_party/mesa3d/src/panfrost/util/
H A Dpan_sysval.c32 panfrost_sysval_for_ssbo(nir_intrinsic_instr *instr) in panfrost_sysval_for_ssbo() argument
42 panfrost_sysval_for_sampler(nir_intrinsic_instr *instr) in panfrost_sysval_for_sampler() argument
53 panfrost_sysval_for_image_size(nir_intrinsic_instr *instr) in panfrost_sysval_for_image_size() argument
66 panfrost_nir_sysval_for_intrinsic(nir_intrinsic_instr *instr) in panfrost_nir_sysval_for_intrinsic() argument
106 panfrost_sysval_for_instr(nir_instr *instr, nir_dest *dest) panfrost_sysval_for_instr() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dframe-elider.cc25 const Instruction* instr = InstructionAt(i); in MarkBlocks() local
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dgdb-remote-util.cc57 std::vector<std::string> StringSplit(const string& instr, const char* delim) { in StringSplit() argument
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dscheduler.c34 static void ppir_schedule_calc_sched_info(ppir_instr *instr) in ppir_schedule_calc_sched_info() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_struct.c216 LLVMValueRef instr; in lp_build_pointer_set_unaligned() local
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_lower_image_casts.c190 lower_image_cast_instr(nir_builder *b, nir_instr *instr, void *_data) in lower_image_cast_instr() argument
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_ra.c145 nir_instr *instr = defs[i].instr; in etna_ra_assign() local
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dir2_ra.c31 has_side_effects(struct ir2_instr *instr) in has_side_effects() argument
57 set_need_emit(struct ir2_context *ctx, struct ir2_instr *instr) in set_need_emit() argument
197 ra_src_free(struct ir2_context *ctx, struct ir2_instr *instr) ra_src_free() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instrfactory.cpp118 bool InstrFactory::from_nir(nir_instr *instr, Shader& shader) in from_nir() argument
178 bool InstrFactory::process_jump(nir_jump_instr *instr, Shade argument
[all...]
/third_party/vixl/examples/aarch64/
H A Dcustom-disassembler.cc40 void CustomDisassembler::AppendRegisterNameToOutput(const Instruction* instr, in AppendRegisterNameToOutput() argument
111 void CustomDisassembler::Visit(Metadata* metadata, const Instruction* instr) { in Visit() argument
176 Instruction* instr; in TestCustomDisassembler() local
88 AppendCodeRelativeCodeAddressToOutput( const Instruction* instr, const void* addr) AppendCodeRelativeCodeAddressToOutput() argument
[all...]
H A Dnon-const-visitor.cc127 Instruction* instr; in main() local
152 Instruction* instr; in ModifyNonConstVisitorTestGeneratedCode() local
39 Visit(Metadata* metadata, const Instruction* instr) Visit() argument
[all...]
/third_party/vixl/test/aarch64/
H A Dtest-api-movprfx-aarch64.cc49 USE(instr); variable
/base/security/code_signature/interfaces/innerkits/jit_code_sign/include/
H A Djit_buffer_integrity.h79 static inline int32_t AppendInstruction(JitCodeSignerBase *signer, Instr instr) in AppendInstruction() argument
118 static inline int32_t PatchInstruction(JitCodeSignerBase *signer, int offset, Instr instr) in PatchInstruction() argument
/base/update/updater/services/script/script_manager/
H A Dscript_managerImpl.cpp150 UScriptInstructionPtr instr = nullptr; in RegisterInstruction() local
/third_party/glslang/SPIRV/
H A DSpvPostProcess.cpp470 const Instruction *instr = module.getInstruction(id); in postProcessFeatures() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_printf.c31 lower_printf_instr(nir_builder *b, nir_instr *instr, void *_options) in lower_printf_instr() argument
H A Dnir_lower_wrmasks.c188 nir_lower_wrmasks_instr(nir_builder *b, nir_instr *instr, void *data) in nir_lower_wrmasks_instr() argument
H A Dnir_opt_access.c79 gather_intrinsic(struct access_state *state, nir_intrinsic_instr *instr) in gather_intrinsic() argument
224 update_access(struct access_state *state, nir_intrinsic_instr *instr, bool is_buffer, bool is_global) update_access() argument
262 process_intrinsic(struct access_state *state, nir_intrinsic_instr *instr) process_intrinsic() argument
[all...]
H A Dnir_opt_sink.c40 nir_can_move_instr(nir_instr *instr, nir_move_options options) in nir_can_move_instr() argument
144 nir_instr *instr = use->parent_instr; in get_preferred_block() local
229 nir_instr_insert(nir_after_phis(use_block), instr); nir_opt_sink() local
[all...]
/third_party/mesa3d/src/freedreno/afuc/
H A Dasm.c145 afuc_instr instr = {0}; in emit_instructions() local
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_nir_lower_64b.c34 lower_64b_intrinsics_filter(const nir_instr *instr, const void *unused) in lower_64b_intrinsics_filter() argument
57 lower_64b_intrinsics(nir_builder *b, nir_instr *instr, void *unused) in lower_64b_intrinsics() argument
182 lower_64b_undef(nir_builder *b, nir_instr *instr, void *unused) lower_64b_undef() argument
202 lower_64b_undef_filter(const nir_instr *instr, const void *unused) lower_64b_undef_filter() argument
224 lower_64b_global_filter(const nir_instr *instr, const void *unused) lower_64b_global_filter() argument
253 lower_64b_global(nir_builder *b, nir_instr *instr, void *unused) lower_64b_global() argument
[all...]
H A Dir3_validate.c72 validate_src(struct ir3_validate_ctx *ctx, struct ir3_instruction *instr, in validate_src() argument
130 validate_dst(struct ir3_validate_ctx *ctx, struct ir3_instruction *instr, in validate_dst() argument
164 validate_instr(struct ir3_validate_ctx *ctx, struct ir3_instruction *instr) in validate_instr() argument
[all...]
/third_party/mesa3d/src/compiler/nir/tests/
H A Dnegative_equal_tests.cpp141 nir_alu_instr *instr = nir_instr_as_alu(result->parent_instr); in TEST_F() local
155 nir_alu_instr *instr = nir_instr_as_alu(result->parent_instr); in TEST_F() local
175 nir_alu_instr *instr = nir_instr_as_alu(result->parent_instr); TEST_F() local
195 nir_alu_instr *instr = nir_instr_as_alu(result->parent_instr); TEST_F() local
286 nir_alu_instr *instr = nir_alu_instr_create(bld.shader, nir_op_fadd); TEST_F() local
306 nir_alu_instr *instr = nir_instr_as_alu(result->parent_instr); TEST_F() local
[all...]

Completed in 19 milliseconds

12345678910>>...21