Home
last modified time | relevance | path

Searched defs:inst (Results 651 - 675 of 717) sorted by relevance

1...<<212223242526272829

/third_party/glfw/tests/
H A Dtriangle-vulkan.c157 VkInstance inst; member
[all...]
/third_party/mesa3d/src/broadcom/compiler/
H A Dqpu_schedule.c49 struct qinst *inst; member
131 qpu_inst_is_tlb(const struct v3d_qpu_instr *inst) in qpu_inst_is_tlb() argument
282 struct v3d_qpu_instr *inst = &qinst->qpu; calculate_deps() local
502 mux_reads_too_soon(struct choose_scoreboard *scoreboard, const struct v3d_qpu_instr *inst, enum v3d_qpu_mux mux) mux_reads_too_soon() argument
526 const struct v3d_qpu_instr *inst = &qinst->qpu; reads_too_soon_after_write() local
566 const struct v3d_qpu_instr *inst = &qinst->qpu; writes_too_soon_after_write() local
593 pixel_scoreboard_too_soon(struct v3d_compile *c, struct choose_scoreboard *scoreboard, const struct v3d_qpu_instr *inst) pixel_scoreboard_too_soon() argument
603 qpu_instruction_uses_rf(const struct v3d_qpu_instr *inst, uint32_t waddr) qpu_instruction_uses_rf() argument
621 mux_read_stalls(struct choose_scoreboard *scoreboard, const struct v3d_qpu_instr *inst) mux_read_stalls() argument
635 get_instruction_priority(const struct v3d_device_info *devinfo, const struct v3d_qpu_instr *inst) get_instruction_priority() argument
695 qpu_peripherals(const struct v3d_device_info *devinfo, const struct v3d_qpu_instr *inst) qpu_peripherals() argument
908 qpu_convert_add_to_mul(struct v3d_qpu_instr *inst) qpu_convert_add_to_mul() argument
1048 try_skip_for_ldvary_pipelining(const struct v3d_qpu_instr *inst) try_skip_for_ldvary_pipelining() argument
1080 const struct v3d_qpu_instr *inst = &n->inst->qpu; choose_instruction_to_schedule() local
1288 update_scoreboard_for_sfu_stall_waddr(struct choose_scoreboard *scoreboard, const struct v3d_qpu_instr *inst) update_scoreboard_for_sfu_stall_waddr() argument
1298 update_scoreboard_for_chosen(struct choose_scoreboard *scoreboard, const struct v3d_qpu_instr *inst, const struct v3d_device_info *devinfo) update_scoreboard_for_chosen() argument
1485 insert_scheduled_instruction(struct v3d_compile *c, struct qblock *block, struct choose_scoreboard *scoreboard, struct qinst *inst) insert_scheduled_instruction() argument
1517 const struct v3d_qpu_instr *inst = &qinst->qpu; qpu_inst_valid_in_thrend_slot() local
1750 emit_thrsw(struct v3d_compile *c, struct qblock *block, struct choose_scoreboard *scoreboard, struct qinst *inst, bool is_thrend) emit_thrsw() argument
1877 qpu_inst_valid_in_branch_delay_slot(struct v3d_compile *c, struct qinst *inst) qpu_inst_valid_in_branch_delay_slot() argument
1895 emit_branch(struct v3d_compile *c, struct qblock *block, struct choose_scoreboard *scoreboard, struct qinst *inst) emit_branch() argument
1997 alu_reads_register(struct v3d_qpu_instr *inst, bool add, bool magic, uint32_t index) alu_reads_register() argument
2066 fixup_pipelined_ldvary(struct v3d_compile *c, struct choose_scoreboard *scoreboard, struct qblock *block, struct v3d_qpu_instr *inst) fixup_pipelined_ldvary() argument
2188 struct v3d_qpu_instr *inst = &qinst->qpu; schedule_instructions() local
2373 struct qinst *inst = qpu_set_branch_targets() local
[all...]
H A Dvir.c31 vir_get_nsrc(struct qinst *inst) in vir_get_nsrc() argument
51 vir_has_side_effects(struct v3d_compile *c, struct qinst *inst) in vir_has_side_effects() argument
103 vir_is_raw_mov(struct qinst *inst) vir_is_raw_mov() argument
131 vir_is_add(struct qinst *inst) vir_is_add() argument
138 vir_is_mul(struct qinst *inst) vir_is_mul() argument
145 vir_is_tex(const struct v3d_device_info *devinfo, struct qinst *inst) vir_is_tex() argument
159 vir_writes_r3(const struct v3d_device_info *devinfo, struct qinst *inst) vir_writes_r3() argument
181 vir_writes_r4(const struct v3d_device_info *devinfo, struct qinst *inst) vir_writes_r4() argument
205 vir_set_unpack(struct qinst *inst, int src, enum v3d_qpu_input_unpack unpack) vir_set_unpack() argument
225 vir_set_pack(struct qinst *inst, enum v3d_qpu_output_pack pack) vir_set_pack() argument
236 vir_set_cond(struct qinst *inst, enum v3d_qpu_cond cond) vir_set_cond() argument
247 vir_get_cond(struct qinst *inst) vir_get_cond() argument
260 vir_set_pf(struct v3d_compile *c, struct qinst *inst, enum v3d_qpu_pf pf) vir_set_pf() argument
272 vir_set_uf(struct v3d_compile *c, struct qinst *inst, enum v3d_qpu_uf uf) vir_set_uf() argument
362 struct qinst *inst = calloc(1, sizeof(*inst)); vir_add_inst() local
380 struct qinst *inst = calloc(1, sizeof(*inst)); vir_mul_inst() local
398 struct qinst *inst = calloc(1, sizeof(*inst)); vir_branch_inst() local
417 vir_emit(struct v3d_compile *c, struct qinst *inst) vir_emit() argument
436 vir_emit_def(struct v3d_compile *c, struct qinst *inst) vir_emit_def() argument
461 vir_emit_nondef(struct v3d_compile *c, struct qinst *inst) vir_emit_nondef() argument
1202 nir_instr_as_constant_ubo_load(nir_instr *inst) nir_instr_as_constant_ubo_load() argument
1231 nir_instr *inst = &ref->instr; v3d_nir_sort_constant_ubo_load() local
2085 struct qinst *inst = vir_NOP(c); vir_uniform() local
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dast_function.cpp1465 ir_instruction *inst = new(ctx) ir_assignment(lhs, rhs, mask); in emit_inline_vector_constructor() local
1534 ir_instruction *inst = in emit_inline_vector_constructor() local
1568 ir_instruction *inst = in emit_inline_vector_constructor() local
1680 ir_instruction *inst = in emit_inline_matrix_constructor() local
1782 ir_instruction *inst = new(ctx) ir_assignment(lhs, rhs); emit_inline_matrix_constructor() local
1799 ir_instruction *const inst = emit_inline_matrix_constructor() local
1836 ir_instruction *inst = emit_inline_matrix_constructor() local
1863 ir_instruction *inst = new(ctx) ir_assignment(rhs_var_ref, rhs); emit_inline_matrix_constructor() local
1877 ir_instruction *inst = assign_to_matrix_column(var, col_idx, emit_inline_matrix_constructor() local
[all...]
H A Dlinker.cpp1329 remap_variables(ir_instruction *inst, struct gl_linked_shader *target, in remap_variables() argument
[all...]
/third_party/mesa3d/src/intel/common/
H A Dintel_batch_decoder.c214 struct intel_group *inst = intel_ctx_find_instruction(ctx, p); in handle_state_base_address() local
252 struct intel_group *inst = intel_ctx_find_instruction(ctx, p); in handle_binding_table_pool_alloc() local
418 struct intel_group *inst = intel_ctx_find_instruction(ctx, p); in handle_media_interface_descriptor_load() local
460 struct intel_group *inst = intel_ctx_find_instruction(ctx, p); in handle_compute_walker() local
476 struct intel_group *inst = intel_ctx_find_instruction(ctx, p); in handle_3dstate_vertex_buffers() local
539 struct intel_group *inst = intel_ctx_find_instruction(ctx, p); handle_3dstate_index_buffer() local
589 struct intel_group *inst = intel_ctx_find_instruction(ctx, p); decode_single_ksp() local
631 struct intel_group *inst = intel_ctx_find_instruction(ctx, p); decode_mesh_task_ksp() local
661 decode_ps_kern(struct intel_batch_decode_ctx *ctx, struct intel_group *inst, const uint32_t *p) decode_ps_kern() argument
717 struct intel_group *inst = intel_ctx_find_instruction(ctx, p); decode_ps_kernels() local
724 struct intel_group *inst = decode_3dstate_constant_all() local
767 struct intel_group *inst = intel_ctx_find_instruction(ctx, p); decode_3dstate_constant() local
814 struct intel_group *inst = intel_ctx_find_instruction(ctx, p); decode_gfx4_constant_buffer() local
947 struct intel_group *inst = intel_ctx_find_instruction(ctx, p); decode_dynamic_state_pointers() local
966 struct intel_group *inst = intel_ctx_find_instruction(ctx, p); decode_3dstate_viewport_state_pointers() local
1023 struct intel_group *inst = intel_ctx_find_instruction(ctx, p); decode_3dstate_cc_state_pointers() local
1109 struct intel_group *inst = intel_ctx_find_instruction(ctx, p); decode_load_register_imm() local
1403 struct intel_group *inst; intel_print_batch() local
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_disasm.c894 dest(FILE *file, const struct brw_isa_info *isa, const brw_inst *inst) in dest() argument
975 dest_3src(FILE *file, const struct intel_device_info *devinfo, const brw_inst *inst) dest_3src() argument
1248 src0_3src(FILE *file, const struct intel_device_info *devinfo, const brw_inst *inst) src0_3src() argument
1335 src1_3src(FILE *file, const struct intel_device_info *devinfo, const brw_inst *inst) src1_3src() argument
1409 src2_3src(FILE *file, const struct intel_device_info *devinfo, const brw_inst *inst) src2_3src() argument
1497 imm(FILE *file, const struct brw_isa_info *isa, enum brw_reg_type type, const brw_inst *inst) imm() argument
1618 src0(FILE *file, const struct brw_isa_info *isa, const brw_inst *inst) src0() argument
1697 src1(FILE *file, const struct brw_isa_info *isa, const brw_inst *inst) src1() argument
1761 qtr_ctrl(FILE *file, const struct intel_device_info *devinfo, const brw_inst *inst) qtr_ctrl() argument
1796 swsb(FILE *file, const struct brw_isa_info *isa, const brw_inst *inst) swsb() argument
1821 brw_inst inst; brw_disassemble_imm() local
1888 brw_disassemble_inst(FILE *file, const struct brw_isa_info *isa, const brw_inst *inst, bool is_compacted, int offset, const struct brw_label *root_label) brw_disassemble_inst() argument
[all...]
H A Dbrw_eu_emit.c89 brw_set_dest(struct brw_codegen *p, brw_inst *inst, struct brw_reg dest) in brw_set_dest() argument
209 brw_set_src0(struct brw_codegen *p, brw_inst *inst, struct brw_reg reg) brw_set_src0() argument
345 brw_set_src1(struct brw_codegen *p, brw_inst *inst, struct brw_reg reg) brw_set_src1() argument
455 brw_set_desc_ex(struct brw_codegen *p, brw_inst *inst, unsigned desc, unsigned ex_desc) brw_set_desc_ex() argument
469 brw_set_math_message( struct brw_codegen *p, brw_inst *inst, unsigned function, unsigned integer_type, bool low_precision, unsigned dataType ) brw_set_math_message() argument
583 gfx7_set_dp_scratch_message(struct brw_codegen *p, brw_inst *inst, bool write, bool dword, bool invalidate_after_read, unsigned num_regs, unsigned addr_offset, unsigned mlen, unsigned rlen, bool header_present) gfx7_set_dp_scratch_message() argument
810 brw_inst *inst = next_insn(p, opcode); brw_alu3() local
1261 brw_inst *inst; brw_F32TO16() local
1356 brw_inst *inst = brw_alu2(p, BRW_OPCODE_JMPI, ip, ip, index); brw_JMPI() local
1367 push_if_stack(struct brw_codegen *p, brw_inst *inst) push_if_stack() argument
1387 push_loop_stack(struct brw_codegen *p, brw_inst *inst) push_loop_stack() argument
1879 brw_inst *inst; brw_patch_break_cont() local
3373 brw_inst *inst; brw_find_live_channel() local
3456 brw_inst *inst; brw_broadcast() local
3590 struct brw_inst *inst; brw_barrier() local
3646 brw_inst *inst = brw_AND(p, brw_cr0_reg(0), brw_cr0_reg(0), brw_float_controls_mode() local
3665 brw_update_reloc_imm(const struct brw_isa_info *isa, brw_inst *inst, uint32_t value) brw_update_reloc_imm() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c348 emit_op1(struct svga_shader_emitter *emit, SVGA3dShaderInstToken inst, SVGA3dShaderDestToken dest, struct src_register src0) emit_op1() argument
361 emit_op2(struct svga_shader_emitter *emit, SVGA3dShaderInstToken inst, SVGA3dShaderDestToken dest, struct src_register src0, struct src_register src1) emit_op2() argument
376 emit_op3(struct svga_shader_emitter *emit, SVGA3dShaderInstToken inst, SVGA3dShaderDestToken dest, struct src_register src0, struct src_register src1, struct src_register src2) emit_op3() argument
393 emit_op4(struct svga_shader_emitter *emit, SVGA3dShaderInstToken inst, SVGA3dShaderDestToken dest, struct src_register src0, struct src_register src1, struct src_register src2, struct src_register src3) emit_op4() argument
488 submit_op0(struct svga_shader_emitter *emit, SVGA3dShaderInstToken inst, SVGA3dShaderDestToken dest) submit_op0() argument
501 submit_op1(struct svga_shader_emitter *emit, SVGA3dShaderInstToken inst, SVGA3dShaderDestToken dest, struct src_register src0) submit_op1() argument
521 submit_op2(struct svga_shader_emitter *emit, SVGA3dShaderInstToken inst, SVGA3dShaderDestToken dest, struct src_register src0, struct src_register src1) submit_op2() argument
570 submit_op3(struct svga_shader_emitter *emit, SVGA3dShaderInstToken inst, SVGA3dShaderDestToken dest, struct src_register src0, struct src_register src1, struct src_register src2) submit_op3() argument
642 submit_op4(struct svga_shader_emitter *emit, SVGA3dShaderInstToken inst, SVGA3dShaderDestToken dest, struct src_register src0, struct src_register src1, struct src_register src2, struct src_register src3) submit_op4() argument
1400 SVGA3dShaderInstToken inst = inst_token( SVGA3DOP_TEXKILL ); emit_discard() local
1616 SVGA3dShaderInstToken inst; emit_tex2() local
1701 SVGA3dShaderInstToken inst; emit_tex4() local
1928 SVGA3dShaderInstToken inst = inst_token( SVGA3DOP_LOOP ); emit_bgnloop() local
1944 SVGA3dShaderInstToken inst = inst_token( SVGA3DOP_ENDLOOP ); emit_endloop() local
1959 SVGA3dShaderInstToken inst = inst_token( SVGA3DOP_BREAK ); emit_brk() local
1973 SVGA3dShaderInstToken inst; emit_scalar_op1() local
1996 SVGA3dShaderInstToken inst; emit_simple_instruction() local
2141 SVGA3dShaderInstToken inst; emit_deriv() local
2549 SVGA3dShaderInstToken inst; emit_ex2() local
[all...]
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_nir.c1850 lower_ubo_array_one_to_static(struct nir_builder *b, nir_instr *inst, in lower_ubo_array_one_to_static() argument
/third_party/mesa3d/src/mesa/main/
H A Dffvertex_prog.c553 static void debug_insn( struct prog_instruction *inst, const char *fn, in debug_insn() argument
581 struct prog_instruction *inst; in emit_op3fn() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c216 static void add_inst_to_list(struct schedule_instruction ** list, struct schedule_instruction * inst) in add_inst_to_list() argument
197 remove_inst_from_list(struct schedule_instruction ** list, struct schedule_instruction * inst) remove_inst_from_list() argument
222 add_inst_to_list_score(struct schedule_instruction ** list, struct schedule_instruction * inst) add_inst_to_list_score() argument
755 rgb_to_alpha_remap( struct schedule_state * s, struct rc_instruction * inst, struct rc_pair_instruction_arg * arg, rc_register_file old_file, rc_swizzle old_swz, unsigned int new_index) rgb_to_alpha_remap() argument
808 is_rgb_to_alpha_possible( void * userdata, struct rc_instruction * inst, struct rc_pair_instruction_arg * arg, struct rc_pair_instruction_source * src) is_rgb_to_alpha_possible() argument
1141 scan_read(void * data, struct rc_instruction * inst, rc_register_file file, unsigned int index, unsigned int chan) scan_read() argument
1203 scan_write(void * data, struct rc_instruction * inst, rc_register_file file, unsigned int index, unsigned int chan) scan_write() argument
1237 is_rgb_to_alpha_possible_normal( void * userdata, struct rc_instruction * inst, struct rc_src_register * src) is_rgb_to_alpha_possible_normal() argument
1309 is_controlflow(struct rc_instruction * inst) is_controlflow() argument
1322 struct rc_instruction * inst = c->Base.Program.Instructions.Next; rc_pair_schedule() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.h178 unsigned inst; member
/third_party/node/deps/openssl/openssl/apps/
H A Docsp.c1110 ASN1_OBJECT *inst = NULL; in make_ocsp_response() local
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeARM_64.c2161 sljit_u32 inst; in sljit_emit_mem() local
2232 sljit_u32 sign = 0, inst; sljit_emit_mem_update() local
2286 sljit_u32 inst; sljit_emit_fmem_update() local
2396 sljit_ins* inst = (sljit_ins*)addr; sljit_set_jump_addr() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidation_state.cpp496 void ValidationState_t::RegisterDebugInstruction(const Instruction* inst) { in RegisterDebugInstruction() argument
104 CountInstructions(void* user_data, const spv_parsed_instruction_t* inst) CountInstructions() argument
287 diag(spv_result_t error_code, const Instruction* inst) diag() argument
488 AddOrderedInstruction( const spv_parsed_instruction_t* inst) AddOrderedInstruction() argument
523 RegisterInstruction(Instruction* inst) RegisterInstruction() argument
633 RegisterUniqueTypeDeclaration(const Instruction* inst) RegisterUniqueTypeDeclaration() argument
653 const Instruction* inst = FindDef(id); GetTypeId() local
658 const Instruction* inst = FindDef(id); GetIdOpcode() local
663 const Instruction* inst = FindDef(id); GetComponentType() local
692 const Instruction* inst = FindDef(id); GetDimension() local
721 const Instruction* inst = FindDef(component_type_id); GetBitWidth() local
734 const Instruction* inst = FindDef(id); IsVoidType() local
739 const Instruction* inst = FindDef(id); IsFloatScalarType() local
744 const Instruction* inst = FindDef(id); IsFloatVectorType() local
757 const Instruction* inst = FindDef(id); IsFloatScalarOrVectorType() local
774 const Instruction* inst = FindDef(id); IsIntScalarType() local
779 const Instruction* inst = FindDef(id); IsIntVectorType() local
792 const Instruction* inst = FindDef(id); IsIntScalarOrVectorType() local
809 const Instruction* inst = FindDef(id); IsUnsignedIntScalarType() local
814 const Instruction* inst = FindDef(id); IsUnsignedIntVectorType() local
827 const Instruction* inst = FindDef(id); IsSignedIntScalarType() local
832 const Instruction* inst = FindDef(id); IsSignedIntVectorType() local
845 const Instruction* inst = FindDef(id); IsBoolScalarType() local
850 const Instruction* inst = FindDef(id); IsBoolVectorType() local
863 const Instruction* inst = FindDef(id); IsBoolScalarOrVectorType() local
880 const Instruction* inst = FindDef(id); IsFloatMatrixType() local
924 const Instruction* inst = FindDef(struct_type_id); GetStructMemberTypes() local
937 const Instruction* inst = FindDef(id); IsPointerType() local
945 const Instruction* inst = FindDef(id); GetPointerTypeInfo() local
955 const Instruction* inst = FindDef(id); IsCooperativeMatrixType() local
974 CooperativeMatrixShapesMatch( const Instruction* inst, uint32_t m1, uint32_t m2) CooperativeMatrixShapesMatch() argument
1033 GetOperandTypeId(const Instruction* inst, size_t operand_index) const GetOperandTypeId() argument
1039 const Instruction* inst = FindDef(id); GetConstantValUint64() local
1062 const Instruction* const inst = FindDef(id); EvalInt32IfConst() local
1153 const auto inst = FindDef(id); EntryPointReferences() local
1281 const auto inst = FindDef(id); ContainsType() local
[all...]
/third_party/skia/src/core/
H A DSkVM.cpp287 static void write_one_instruction(Val id, const OptimizedInstruction& inst, SkWStream* o) { in write_one_instruction() argument
386 const OptimizedInstruction& inst in dump() local
405 const InterpreterInstruction& inst = fImpl->instructions[i]; dump() local
500 const Instruction& inst = program[id]; eliminate_dead_code() local
515 const Instruction& inst = program[id]; eliminate_dead_code() local
536 Instruction& inst = program[id]; eliminate_dead_code() local
560 Instruction inst = program[id]; finalize() local
568 OptimizedInstruction& inst = optimized[id]; finalize() local
639 operator ()(const Instruction& inst, uint32_t seed) const operator ()() argument
646 push(Instruction inst) push() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_util.cpp110 auto inst = context->get_def_use_mgr()->GetDef(maybe_block_id); in MaybeFindBlock() local
277 GetIteratorForInstruction( opt::BasicBlock* block, const opt::Instruction* inst) GetIteratorForInstruction() argument
306 CanMakeSynonymOf(opt::IRContext* ir_context, const TransformationContext& transformation_context, const opt::Instruction& inst) CanMakeSynonymOf() argument
764 const auto* inst = context->get_def_use_mgr()->GetDef(result_id); GetTypeId() local
812 InOperandIndexFromOperandIndex(const opt::Instruction& inst, uint32_t absolute_index) InOperandIndexFromOperandIndex() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dinstrument_pass.cpp48 Instruction* inst = &*cii; in MovePreludeCode() local
66 Instruction* inst = &*cii; in MovePostludeCode() local
350 CloneSameBlockOps( std::unique_ptr<Instruction>* inst, std::unordered_map<uint32_t, uint32_t>* same_blk_post, std::unordered_map<uint32_t, Instruction*>* same_blk_pre, BasicBlock* block_ptr) CloneSameBlockOps() argument
[all...]
H A Dir_context.h298 void set_instr_block(Instruction* inst, BasicBlock* block) { in set_instr_block() argument
469 IsCombinatorInstruction(const Instruction* inst) IsCombinatorInstruction() argument
576 GetFunction(Instruction* inst) GetFunction() argument
1128 AnalyzeDefUse(Instruction* inst) AnalyzeDefUse() argument
1134 UpdateDefUse(Instruction* inst) UpdateDefUse() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_util.cpp110 auto inst = context->get_def_use_mgr()->GetDef(maybe_block_id); in MaybeFindBlock() local
277 GetIteratorForInstruction( opt::BasicBlock* block, const opt::Instruction* inst) GetIteratorForInstruction() argument
306 CanMakeSynonymOf(opt::IRContext* ir_context, const TransformationContext& transformation_context, const opt::Instruction& inst) CanMakeSynonymOf() argument
764 const auto* inst = context->get_def_use_mgr()->GetDef(result_id); GetTypeId() local
812 InOperandIndexFromOperandIndex(const opt::Instruction& inst, uint32_t absolute_index) InOperandIndexFromOperandIndex() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dinstrument_pass.cpp48 Instruction* inst = &*cii; in MovePreludeCode() local
66 Instruction* inst = &*cii; in MovePostludeCode() local
350 CloneSameBlockOps( std::unique_ptr<Instruction>* inst, std::unordered_map<uint32_t, uint32_t>* same_blk_post, std::unordered_map<uint32_t, Instruction*>* same_blk_pre, BasicBlock* block_ptr) CloneSameBlockOps() argument
[all...]
H A Dir_context.h298 void set_instr_block(Instruction* inst, BasicBlock* block) { in set_instr_block() argument
469 IsCombinatorInstruction(const Instruction* inst) IsCombinatorInstruction() argument
576 GetFunction(Instruction* inst) GetFunction() argument
1128 AnalyzeDefUse(Instruction* inst) AnalyzeDefUse() argument
1134 UpdateDefUse(Instruction* inst) UpdateDefUse() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidation_state.cpp496 void ValidationState_t::RegisterDebugInstruction(const Instruction* inst) { in RegisterDebugInstruction() argument
104 CountInstructions(void* user_data, const spv_parsed_instruction_t* inst) CountInstructions() argument
287 diag(spv_result_t error_code, const Instruction* inst) diag() argument
488 AddOrderedInstruction( const spv_parsed_instruction_t* inst) AddOrderedInstruction() argument
523 RegisterInstruction(Instruction* inst) RegisterInstruction() argument
633 RegisterUniqueTypeDeclaration(const Instruction* inst) RegisterUniqueTypeDeclaration() argument
653 const Instruction* inst = FindDef(id); GetTypeId() local
658 const Instruction* inst = FindDef(id); GetIdOpcode() local
663 const Instruction* inst = FindDef(id); GetComponentType() local
692 const Instruction* inst = FindDef(id); GetDimension() local
721 const Instruction* inst = FindDef(component_type_id); GetBitWidth() local
734 const Instruction* inst = FindDef(id); IsVoidType() local
739 const Instruction* inst = FindDef(id); IsFloatScalarType() local
744 const Instruction* inst = FindDef(id); IsFloatVectorType() local
757 const Instruction* inst = FindDef(id); IsFloatScalarOrVectorType() local
774 const Instruction* inst = FindDef(id); IsIntScalarType() local
779 const Instruction* inst = FindDef(id); IsIntVectorType() local
792 const Instruction* inst = FindDef(id); IsIntScalarOrVectorType() local
809 const Instruction* inst = FindDef(id); IsUnsignedIntScalarType() local
814 const Instruction* inst = FindDef(id); IsUnsignedIntVectorType() local
827 const Instruction* inst = FindDef(id); IsSignedIntScalarType() local
832 const Instruction* inst = FindDef(id); IsSignedIntVectorType() local
845 const Instruction* inst = FindDef(id); IsBoolScalarType() local
850 const Instruction* inst = FindDef(id); IsBoolVectorType() local
863 const Instruction* inst = FindDef(id); IsBoolScalarOrVectorType() local
880 const Instruction* inst = FindDef(id); IsFloatMatrixType() local
924 const Instruction* inst = FindDef(struct_type_id); GetStructMemberTypes() local
937 const Instruction* inst = FindDef(id); IsPointerType() local
945 const Instruction* inst = FindDef(id); GetPointerTypeInfo() local
955 const Instruction* inst = FindDef(id); IsCooperativeMatrixType() local
974 CooperativeMatrixShapesMatch( const Instruction* inst, uint32_t m1, uint32_t m2) CooperativeMatrixShapesMatch() argument
1033 GetOperandTypeId(const Instruction* inst, size_t operand_index) const GetOperandTypeId() argument
1039 const Instruction* inst = FindDef(id); GetConstantValUint64() local
1062 const Instruction* const inst = FindDef(id); EvalInt32IfConst() local
1153 const auto inst = FindDef(id); EntryPointReferences() local
1281 const auto inst = FindDef(id); ContainsType() local
[all...]
/third_party/openssl/apps/
H A Docsp.c1110 ASN1_OBJECT *inst = NULL; in make_ocsp_response() local

Completed in 46 milliseconds

1...<<212223242526272829