| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| H A D | aarch64_cfgo.cpp | 32 uint32 AArch64FlipBRPattern::GetJumpTargetIdx(const Insn &insn) in GetJumpTargetIdx() argument
|
| H A D | aarch64_isa.cpp | 104 uint32 GetJumpTargetIdx(const Insn &insn) in GetJumpTargetIdx() argument 165 bool IsSub(const Insn &insn) in IsSub() argument 183 MOperator GetMopSub2Subs(const Insn &insn) in GetMopSub2Subs() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| H A D | x64_isa.cpp | 50 uint32 GetJumpTargetIdx(const Insn &insn) in GetJumpTargetIdx() argument
|
| H A D | x64_cfgo.cpp | 28 uint32 X64FlipBRPattern::GetJumpTargetIdx(const Insn &insn) in GetJumpTargetIdx() argument
|
| H A D | x64_peep.cpp | 36 bool X64RemoveMovingtoSameRegPattern::CheckCondition(Insn &insn) in CheckCondition() argument 49 void X64RemoveMovingtoSameRegPattern::Run(BB &bb, Insn &insn) in Run() argument 57 DoNormalOptimize(BB &bb, Insn &insn) DoNormalOptimize() argument [all...] |
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | flow.h | 34 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 D | optimize.c | 38 struct instruction *insn; in clean_up_insns() local
|
| H A D | unssa.c | 94 struct instruction *insn; in replace_phi_node() local 119 struct instruction *insn; in rewrite_phi_bb() local [all...] |
| H A D | graph.c | 47 struct instruction *insn; in graph_ep() local 123 struct instruction *insn; in graph_calls() local [all...] |
| H A D | ir.c | 9 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 D | test-unssa.c | 12 struct instruction *insn; in output_bb() local
|
| /arkcompiler/ets_frontend/merge_abc/src/ |
| H A D | assemblyInsProto.cpp | 19 void Ins::Serialize(const panda::pandasm::Ins &insn, protoPanda::Ins &protoInsn) in Serialize() argument 47 void Ins::Deserialize(const protoPanda::Ins &protoInsn, panda::pandasm::Ins &insn) in Deserialize() argument [all...] |
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| H A D | vregister_iterator.h | 24 explicit VRegisterIterator(BytecodeInstruction insn, Frame *frame) : instn_(std::move(insn)), frame_(frame) {} in VRegisterIterator() argument 79 explicit DimIterator(BytecodeInstruction insn, Frame *frame) : VRegisterIterator<FORMAT>(std::move(insn), frame) {} in DimIterator() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| H A D | standardize.h | 50 bool NeedAddressMapping(const Insn &insn) in NeedAddressMapping() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| H A D | standardize.cpp | 60 AddressMapping(Insn &insn) AddressMapping() argument [all...] |
| H A D | cfi_generator.cpp | 45 Insn *GenCfi::InsertCFIDefCfaOffset(BB &bb, Insn &insn, int32 &cfiOffset) in InsertCFIDefCfaOffset() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/maple_be/ |
| H A D | cg_cgbb_test.cpp | 84 maplebe::Insn insn = CreateInsnObj("insn", 0); in TEST() local
|
| /third_party/ltp/testcases/kernel/syscalls/bpf/ |
| H A D | bpf_prog02.c | 38 struct bpf_insn insn[] = { in load_prog() local
|
| H A D | bpf_prog04.c | 42 struct bpf_insn insn[] = { in load_prog() local
|
| H A D | bpf_prog03.c | 47 struct bpf_insn insn[] = { in load_prog() local
|
| /third_party/mesa3d/src/intel/common/ |
| H A D | intel_disasm.c | 50 const brw_inst *insn = assembly + offset; in intel_disasm_find_end() local
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_sched_gm107.h | 134 Instruction *insn; member 141 Instruction *insn; member
|
| H A D | nv50_ir_lowering_helper.cpp | 30 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 D | nv50_ir_target_nvc0.cpp | 444 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...] |
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | SpirvShaderSpec.cpp | 21 void SpirvShader::EvalSpecConstantOp(InsnIterator insn) in EvalSpecConstantOp() argument 156 EvalSpecConstantUnaryOp(InsnIterator insn) EvalSpecConstantUnaryOp() argument 206 EvalSpecConstantBinaryOp(InsnIterator insn) EvalSpecConstantBinaryOp() argument [all...] |