| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | asm_caller.cpp | 61 #define C_EXTERN_ONE_PARAM(opc, param) \ argument 70 #define C_EXTERN_TWO_PARAM(opc, param) \ argument 93 #define CALL_ONE_PARAM_OUTPUT(opc, param) \ in TEST_F() argument 105 #define CALL_ONE_PARAM_OUTPUT(opc, param) \ in TEST_F() argument 119 #define CALL_TWO_PARAM_OUTPUT(opc, param) … in TEST_F() argument 131 #define CALL_TWO_PARAM_OUTPUT(opc, param) \ in TEST_F() argument
|
| D | inst_generator_test.cpp | 77 auto opc = static_cast<Opcode>(i); in Generate() local 190 …ams([[maybe_unused]] T *param1, [[maybe_unused]] T *param2, [[maybe_unused]] T *param3, Opcode opc) in FixParams() 298 bool IsImmOps(Opcode opc) in IsImmOps() 304 bool IsUnaryShiftedRegisterOps(Opcode opc) in IsUnaryShiftedRegisterOps() 309 bool IsBinaryShiftedRegisterOps(Opcode opc) in IsBinaryShiftedRegisterOps() 315 bool IsTernary(Opcode opc) in IsTernary() 331 void Generate(Opcode opc, std::pair<ParamType, ParamType> vals) in Generate() 337 …std::optional<ParamType> ExecModule(Graph *graph, Opcode opc, ParamType param1, ParamType param2, … in ExecModule() 390 void Generate(Opcode opc, std::tuple<ParamType, ParamType, ParamType> vals) in Generate() 492 auto opc = Opcode::Cast; in GenCast() local [all …]
|
| D | inst_generator.cpp | 182 auto opc = inst->GetOpcode(); in GenerateOperation() local 219 Inst *GraphCreator::PopulateLoadArrayPair(Graph *graph, BasicBlock *block, Inst *inst, Opcode opc) in PopulateLoadArrayPair() 237 void GraphCreator::PopulateStoreArrayPair(Graph *graph, Inst *inst, Opcode opc) in PopulateStoreArrayPair() 478 auto opc = inst->GetOpcode(); in PopulateGraph() local 518 auto opc = inst->GetOpcode(); in Finalize() local 1319 void StatisticGenerator::FillHTMLPageOpcodeStatistic(std::ofstream &htmlPage, Opcode opc) in FillHTMLPageOpcodeStatistic() 1369 auto opc = static_cast<Opcode>(i); in GenerateHTMLPage() local
|
| D | checks_elimination_test.cpp | 94 Graph *ArithmeticTestInput(int32_t index, int32_t arrayLen, Opcode opc, int32_t val) in ArithmeticTestInput() 116 Graph *ArithmeticTestOutput1(int32_t index, int32_t arrayLen, Opcode opc, int32_t val) in ArithmeticTestOutput1() 140 Graph *ArithmeticTestOutput2(int32_t index, int32_t arrayLen, Opcode opc, int32_t val) in ArithmeticTestOutput2() 162 void ArithmeticTest(int32_t index, int32_t arrayLen, Opcode opc, int32_t val) in ArithmeticTest()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | asm_caller.cpp | 44 #define C_EXTERN_ONE_PARAM(opc, param) \ argument 52 #define C_EXTERN_TWO_PARAM(opc, param) \ argument 72 #define CALL_ONE_PARAM_OUTPUT(opc, param) \ in EMITED_TWO_PARAM_INST_LIST() argument 83 #define CALL_ONE_PARAM_OUTPUT(opc, param) \ in EMITED_TWO_PARAM_INST_LIST() argument 93 #define CALL_TWO_PARAM_OUTPUT(opc, param) … in EMITED_TWO_PARAM_INST_LIST() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | encode_visitor.h | 99 #define BINARY_IMM_OPERATION(opc) static void Visit##opc##I(GraphVisitor *visitor, Inst *inst) argument 119 #define BINARY_SIGN_UNSIGN_OPERATION(opc) static void Visit##opc(GraphVisitor *visitor, Inst *inst) argument 135 #define BINARY_SHIFTED_REGISTER_OPERATION_DEF(opc, ignored) \ argument
|
| D | encode.h | 140 #define UNARY_OPERATION(opc) \ argument 148 #define BINARY_OPERATION(opc) \ argument 160 #define BINARY_SHIFTED_REGISTER_OPERATION(opc) \ argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/ |
| D | asm_printer.h | 193 #define UNARY_OPERATION(opc) \ argument 205 #define BINARY_OPERATION(opc) \ argument 217 #define BINARY_SHIFTED_REGISTER_OPERATION(opc) \ argument 239 #define BINARY_OPERATION(opc) \ argument 262 #define DEF_ZERO_PARAM_OPERATION(opc) \ argument 283 #define DEF_ONE_PARAM_OPERATION(opc, type, param) \ argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
| D | target.h | 250 #define UNARY_OPERATION(opc) void Encode##opc(Reg dst, Reg src0) override; /* CC-OFF(G.PRE.09) code… argument 252 #define BINARY_OPERATION(opc) \ argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | target.h | 210 #define UNARY_OPERATION(opc) void Encode##opc(Reg dst, Reg src0) override; /* CC-OFF(G.PRE.09) code… argument 212 #define BINARY_OPERATION(opc) \ argument
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | graph_checker.h | 32 for (auto opc : opcs) { variable
|
| D | dump.cpp | 165 ArenaString opc(GetOpcodeString(opcode), adapter); in DumpTypedFieldOpcode() local 173 ArenaString opc(GetOpcodeString(opcode), allocator->Adapter()); in DumpTypedOpcode() local
|
| D | graph_checker.cpp | 263 [[maybe_unused]] Opcode opc = inst->GetOpcode(); in CheckStartBlock() local 540 [[maybe_unused]] auto opc = last_inst->GetOpcode(); in CheckBlockEdges() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | target.h | 277 #define UNARY_OPERATION(opc) void Encode##opc(Reg dst, Reg src0) override; /* CC-OFF(G.PRE.09) code… argument 279 #define BINARY_OPERATION(opc) \ argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | insn.h | 52 Insn(MemPool &memPool, MOperator opc) in Insn() 61 Insn(MemPool &memPool, MOperator opc, Operand &opnd0) : Insn(memPool, opc) in Insn() 65 Insn(MemPool &memPool, MOperator opc, Operand &opnd0, Operand &opnd1) : Insn(memPool, opc) in Insn() 70 …Insn(MemPool &memPool, MOperator opc, Operand &opnd0, Operand &opnd1, Operand &opnd2) : Insn(memPo… in Insn() 76 …Insn(MemPool &memPool, MOperator opc, Operand &opnd0, Operand &opnd1, Operand &opnd2, Operand &opn… in Insn() 84 …Insn(MemPool &memPool, MOperator opc, Operand &opnd0, Operand &opnd1, Operand &opnd2, Operand &opn… in Insn()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | balance_expressions.h | 73 void SetOpcode(Opcode opc) in SetOpcode()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | graph_checker.h | 40 for (auto opc : opcs) { variable 491 auto opc = node.GetInst()->GetOpcode(); in CheckThrows() local
|
| D | dump.cpp | 192 ArenaString opc(GetOpcodeString(opcode), adapter); in DumpTypedFieldOpcode() local 200 ArenaString opc(GetOpcodeString(opcode), allocator->Adapter()); in DumpTypedOpcode() local 209 ArenaString opc(GetOpcodeString(opcode), allocator->Adapter()); in DumpTypedOpcode() local 595 ArenaString opc(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() local 627 Opcode opc; member in ark::compiler::ObjectPairParams 664 ArenaString opc(GetOpcodeString(params.opc), adapter); in DumpObjectPairOpcode() local 766 ArenaString opc(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() local 782 ArenaString opc(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | hotness_propagation.h | 137 auto opc = loopBlock->GetLastInst()->GetOpcode(); in ProcessInfiniteLoop() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/maple_be/ |
| D | cg_cgbb_test.cpp | 28 static maplebe::Insn CreateInsnObj(std::string poolName, maple::uint32 opc) in CreateInsnObj()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/tests/ |
| D | inst_generator_test.cpp | 141 auto opc = static_cast<Opcode>(i); in Generate() local
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | inst_builder.cpp | 264 SaveStateInst *InstBuilder::CreateSaveState(Opcode opc, size_t pc) in CreateSaveState()
|
| /arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/ |
| D | inst_builder_dyn.cpp | 280 compiler::SaveStateInst *InstBuilder::CreateSaveState([[maybe_unused]] compiler::Opcode opc, size_t… in CreateSaveState()
|
| /arkcompiler/runtime_core/libabckit/src/codegen/ |
| D | codegen_dynamic.cpp | 221 std::string opc; in EncodeSta() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | assembler_aarch64.cpp | 190 uint32_t opc = GetOpcFromScale(vt.GetScale(), true); in Ldp() local 236 uint32_t opc = GetOpcFromScale(vt.GetScale(), true); in Stp() local 248 uint32_t opc = 0; in GetOpcFromScale() local
|