| /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 92 #define CALL_ONE_PARAM_OUTPUT(opc, param) \ in TEST_F() argument 104 #define CALL_ONE_PARAM_OUTPUT(opc, param) \ in TEST_F() argument 114 #define CALL_TWO_PARAM_OUTPUT(opc, param) … in TEST_F() argument 126 #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 189 …ams([[maybe_unused]] T *param1, [[maybe_unused]] T *param2, [[maybe_unused]] T *param3, Opcode opc) in FixParams() 297 bool IsImmOps(Opcode opc) in IsImmOps() 303 bool IsUnaryShiftedRegisterOps(Opcode opc) in IsUnaryShiftedRegisterOps() 308 bool IsBinaryShiftedRegisterOps(Opcode opc) in IsBinaryShiftedRegisterOps() 314 bool IsTernary(Opcode opc) in IsTernary() 330 void Generate(Opcode opc, std::pair<ParamType, ParamType> vals) in Generate() 336 …std::optional<ParamType> ExecModule(Graph *graph, Opcode opc, ParamType param1, ParamType param2, … in ExecModule() 389 void Generate(Opcode opc, std::tuple<ParamType, ParamType, ParamType> vals) in Generate() 491 auto opc = Opcode::Cast; in GenCast() local [all …]
|
| D | inst_generator.cpp | 179 auto opc = inst->GetOpcode(); in GenerateOperation() local 216 Inst *GraphCreator::PopulateLoadArrayPair(Graph *graph, BasicBlock *block, Inst *inst, Opcode opc) in PopulateLoadArrayPair() 234 void GraphCreator::PopulateStoreArrayPair(Graph *graph, Inst *inst, Opcode opc) in PopulateStoreArrayPair() 474 auto opc = inst->GetOpcode(); in PopulateGraph() local 514 auto opc = inst->GetOpcode(); in Finalize() local 1313 void StatisticGenerator::FillHTMLPageOpcodeStatistic(std::ofstream &htmlPage, Opcode opc) in FillHTMLPageOpcodeStatistic() 1363 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; 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; 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; 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() 857 …VectorInsn(MemPool &memPool, MOperator opc) : Insn(memPool, opc), regSpecList(localAlloc.Adapter()) in VectorInsn()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | graph_checker.h | 56 for (auto opc : opcs) { variable 461 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 768 ArenaString opc(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() local 782 ArenaString opc(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | balance_expressions.h | 73 void SetOpcode(Opcode opc) in SetOpcode()
|
| D | peepholes.cpp | 1638 [[maybe_unused]] auto opc = inst->GetOpcode(); in TrySwapInputs() local 1649 auto opc = inst->GetOpcode(); in TrySimplifyShifts() local 2392 auto opc = inst->GetOpcode(); in TryCombineAddSubConst() local 2402 auto opc = inst->GetOpcode(); in TryCombineShiftConst() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | hotness_propagation.h | 137 auto opc = loopBlock->GetLastInst()->GetOpcode(); in ProcessInfiniteLoop() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/tests/ |
| D | inst_generator_test.cpp | 131 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/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_cgfunc.cpp | 708 Opcode opc) in SelectVectorBinOp() 714 Opcode opc) in SelectVectorBitwiseOp() 719 RegOperand *X64CGFunc::SelectVectorCompareZero(Operand *o1, PrimType oty1, Operand *o2, Opcode opc) in SelectVectorCompareZero() 724 …*X64CGFunc::SelectVectorCompare(Operand *o1, PrimType oty1, Operand *o2, PrimType oty2, Opcode opc) in SelectVectorCompare() 807 Opcode opc) in SelectVectorShift() 812 …*X64CGFunc::SelectVectorShiftImm(PrimType rType, Operand *o1, Operand *imm, int32 sVal, Opcode opc) in SelectVectorShiftImm()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | assembler_aarch64.cpp | 194 uint32_t opc = GetOpcFromScale(vt.GetScale(), true); in Ldp() local 240 uint32_t opc = GetOpcFromScale(vt.GetScale(), true); in Stp() local 252 uint32_t opc = 0; in GetOpcFromScale() local
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | codegen.cpp | 233 pandasm::Opcode opc; in EncodeSta() local
|