Home
last modified time | relevance | path

Searched defs:insn (Results 1 - 25 of 101) sorted by relevance

12345

/third_party/ltp/tools/sparse/sparse-src/
H A Dflow.h34 static inline int kill_instruction(struct instruction *insn) in kill_instruction() argument
38 static inline int kill_instruction_force(struct instruction *insn) in kill_instruction_force() argument
H A Doptimize.c38 struct instruction *insn; in clean_up_insns() local
H A Dunssa.c94 struct instruction *insn; in replace_phi_node() local
119 struct instruction *insn; in rewrite_phi_bb() local
[all...]
H A Dgraph.c47 struct instruction *insn; in graph_ep() local
123 struct instruction *insn; in graph_calls() local
[all...]
H A Dir.c9 static int nbr_phi_operands(struct instruction *insn) in nbr_phi_operands() argument
26 static int check_phi_node(struct instruction *insn) in check_phi_node() argument
62 check_user(struct instruction *insn, pseudo_t pseudo) check_user() argument
88 check_branch(struct entrypoint *ep, struct instruction *insn, struct basic_block *bb) check_branch() argument
96 check_switch(struct entrypoint *ep, struct instruction *insn) check_switch() argument
110 check_return(struct instruction *insn) check_return() argument
121 validate_insn(struct entrypoint *ep, struct instruction *insn) validate_insn() argument
196 struct instruction *insn; ir_validate() local
[all...]
H A Dtest-unssa.c12 struct instruction *insn; in output_bb() local
H A Dcse.c38 void cse_collect(struct instruction *insn) in cse_collect() argument
273 cse_one_instruction(struct instruction *insn, struct instruction *def) cse_one_instruction() argument
296 remove_instruction(struct instruction_list **list, struct instruction *insn, int count) remove_instruction() argument
317 struct instruction *insn; try_to_cse() local
354 struct instruction *insn, *last; cse_eliminate() local
[all...]
H A Dmemops.c20 static void rewrite_load_instruction(struct instruction *insn, struct pseudo_list *dominators) in rewrite_load_instruction() argument
56 static int find_dominating_parents(struct instruction *insn, in find_dominating_parents() argument
107 struct instruction *insn = pu->insn; address_taken() local
134 struct instruction *insn; simplify_loads() local
200 try_to_kill_store(struct instruction *insn, struct instruction *dom, int local) try_to_kill_store() argument
226 struct instruction *insn; kill_dominated_stores() local
[all...]
/third_party/ltp/testcases/kernel/syscalls/bpf/
H A Dbpf_prog02.c38 struct bpf_insn insn[] = { in load_prog() local
H A Dbpf_prog04.c42 struct bpf_insn insn[] = { in load_prog() local
H A Dbpf_prog03.c47 struct bpf_insn insn[] = { in load_prog() local
/third_party/mesa3d/src/intel/common/
H A Dintel_disasm.c50 const brw_inst *insn = assembly + offset; in intel_disasm_find_end() local
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_sched_gm107.h134 Instruction *insn; member
141 Instruction *insn; member
H A Dnv50_ir_lowering_helper.cpp30 LoweringHelper::visit(Instruction *insn) in visit() argument
59 handleABS(Instruction *insn) handleABS() argument
83 handleCVT(Instruction *insn) handleCVT() argument
113 handleMAXMIN(Instruction *insn) handleMAXMIN() argument
149 handleMOV(Instruction *insn) handleMOV() argument
177 handleNEG(Instruction *insn) handleNEG() argument
191 handleSAT(Instruction *insn) handleSAT() argument
208 handleSLCT(CmpInstruction *insn) handleSLCT() argument
242 handleLogOp(Instruction *insn) handleLogOp() argument
[all...]
H A Dnv50_ir_target_nvc0.cpp444 TargetNVC0::insnCanLoadOffset(const Instruction *insn, int s, int offset) const in insnCanLoadOffset() argument
484 TargetNVC0::isModSupported(const Instruction *insn, int s, Modifier mod) const in isModSupported() argument
531 mayPredicate(const Instruction *insn, const Value *pred) const mayPredicate() argument
[all...]
H A Dnv50_ir_lowering_nvc0.h96 Instruction *insn; member
H A Dnv50_ir_build_util.h267 Instruction *insn = new_Instruction(func, op, ty); in mkOp() local
H A Dnv50_ir_bb.cpp239 BasicBlock::remove(Instruction *insn) in remove() argument
299 splitCommon(Instruction *insn, BasicBlock *bb, bool attach) splitCommon() argument
330 splitBefore(Instruction *insn, bool attach) splitBefore() argument
343 splitAfter(Instruction *insn, bool attach) splitAfter() argument
485 Instruction *insn, *next; doRun() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderSpec.cpp21 void SpirvShader::EvalSpecConstantOp(InsnIterator insn) in EvalSpecConstantOp() argument
156 EvalSpecConstantUnaryOp(InsnIterator insn) EvalSpecConstantUnaryOp() argument
206 EvalSpecConstantBinaryOp(InsnIterator insn) EvalSpecConstantBinaryOp() argument
[all...]
H A DSpirvShaderGroup.cpp79 SpirvShader::EmitResult SpirvShader::EmitGroupNonUniform(InsnIterator insn, EmitState *state) const in EmitGroupNonUniform() argument
[all...]
/third_party/libunwind/libunwind/include/tdep-ia64/
H A Dscript.h59 struct ia64_script_insn insn[IA64_MAX_SCRIPT_LEN]; member
/third_party/libbpf/src/
H A Dbpf_gen_internal.h27 int insn; member
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_inst.h483 brw_inst_3src_a1_src0_imm(ASSERTED const struct intel_device_info *devinfo, const brw_inst *insn) brw_inst_3src_a1_src0_imm() argument
494 brw_inst_3src_a1_src2_imm(ASSERTED const struct intel_device_info *devinfo, const brw_inst *insn) brw_inst_3src_a1_src2_imm() argument
505 brw_inst_set_3src_a1_src0_imm(ASSERTED const struct intel_device_info *devinfo, brw_inst *insn, uint16_t value) brw_inst_set_3src_a1_src0_imm() argument
516 brw_inst_set_3src_a1_src2_imm(ASSERTED const struct intel_device_info *devinfo, brw_inst *insn, uint16_t value) brw_inst_set_3src_a1_src2_imm() argument
1058 brw_inst_imm_d(const struct intel_device_info *devinfo, const brw_inst *insn) brw_inst_imm_d() argument
1065 brw_inst_imm_ud(const struct intel_device_info *devinfo, const brw_inst *insn) brw_inst_imm_ud() argument
1072 brw_inst_imm_uq(ASSERTED const struct intel_device_info *devinfo, const brw_inst *insn) brw_inst_imm_uq() argument
1080 brw_inst_imm_f(const struct intel_device_info *devinfo, const brw_inst *insn) brw_inst_imm_f() argument
1092 brw_inst_imm_df(const struct intel_device_info *devinfo, const brw_inst *insn) brw_inst_imm_df() argument
1104 brw_inst_set_imm_d(const struct intel_device_info *devinfo, brw_inst *insn, int value) brw_inst_set_imm_d() argument
1112 brw_inst_set_imm_ud(const struct intel_device_info *devinfo, brw_inst *insn, unsigned value) brw_inst_set_imm_ud() argument
1120 brw_inst_set_imm_f(const struct intel_device_info *devinfo, brw_inst *insn, float value) brw_inst_set_imm_f() argument
1133 brw_inst_set_imm_df(const struct intel_device_info *devinfo, brw_inst *insn, double value) brw_inst_set_imm_df() argument
1152 brw_inst_set_imm_uq(const struct intel_device_info *devinfo, brw_inst *insn, uint64_t value) brw_inst_set_imm_uq() argument
[all...]
/third_party/mesa3d/src/intel/tools/
H A Di965_asm.c346 const brw_inst *insn = store + offset; in main() local
/third_party/ltp/tools/sparse/
H A Dsparse-ltp.c44 static void check_lib_sets_TEST_vars(const struct instruction *insn) in check_lib_sets_TEST_vars() argument
65 struct instruction *insn; in do_basicblock_checks() local
[all...]

Completed in 11 milliseconds

12345