| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cg_irbuilder.cpp | 23 Insn &InsnBuilder::BuildInsn(MOperator opCode, const InsnDesc &idesc) in BuildInsn() 32 Insn &InsnBuilder::BuildInsn(MOperator opCode, Operand &o0) in BuildInsn() 37 Insn &InsnBuilder::BuildInsn(MOperator opCode, Operand &o0, Operand &o1) in BuildInsn() 42 Insn &InsnBuilder::BuildInsn(MOperator opCode, Operand &o0, Operand &o1, Operand &o2) in BuildInsn() 48 Insn &InsnBuilder::BuildInsn(MOperator opCode, Operand &o0, Operand &o1, Operand &o2, Operand &o3) in BuildInsn() 54 Insn &InsnBuilder::BuildInsn(MOperator opCode, Operand &o0, Operand &o1, Operand &o2, Operand &o3, … in BuildInsn() 61 Insn &InsnBuilder::BuildInsn(MOperator opCode, std::vector<Operand *> &opnds) in BuildInsn() 71 Insn &InsnBuilder::BuildCfiInsn(MOperator opCode) in BuildCfiInsn() 77 Insn &InsnBuilder::BuildDbgInsn(MOperator opCode) in BuildDbgInsn() 84 VectorInsn &InsnBuilder::BuildVectorInsn(MOperator opCode, const InsnDesc &idesc) in BuildVectorInsn()
|
| D | memlayout.cpp | 42 Opcode opCode = stmt->GetOpCode(); in FindLargestActualArea() local
|
| D | cgfunc.cpp | 1788 Opcode opCode = stmt.GetOpCode(); in CheckSkipMembarOp() local
|
| /arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/ |
| D | regexp_executor.h | 89 inline bool HandleOpAll(uint8_t opCode) in HandleOpAll() 102 inline bool HandleOpChar(const DynChunk &byteCode, uint8_t opCode) in HandleOpChar() 127 inline bool HandleOpWordBoundary(uint8_t opCode) in HandleOpWordBoundary() 158 inline bool HandleOpLineStart(uint8_t opCode) in HandleOpLineStart() 173 inline bool HandleOpLineEnd(uint8_t opCode) in HandleOpLineEnd() 187 inline void HandleOpSaveStart(const DynChunk &byteCode, uint8_t opCode) in HandleOpSaveStart() 197 inline void HandleOpSaveEnd(const DynChunk &byteCode, uint8_t opCode) in HandleOpSaveEnd() 207 inline void HandleOpSaveReset(const DynChunk &byteCode, uint8_t opCode) in HandleOpSaveReset() 220 inline void HandleOpMatch(const DynChunk &byteCode, uint8_t opCode) in HandleOpMatch() 230 inline void HandleOpSplitFirst(const DynChunk &byteCode, uint8_t opCode) in HandleOpSplitFirst() [all …]
|
| D | regexp_executor.cpp | 114 uint8_t opCode = byteCode.GetU8(GetCurrentPC()); in ExecuteInternal() local 464 …:HandleOpBackReferenceMatch(const uint8_t *captureStart, const uint8_t *captureEnd, uint8_t opCode) in HandleOpBackReferenceMatch() 497 uint8_t opCode) in HandleOpBackwardBackReferenceMatch() 529 bool RegExpExecutor::HandleOpBackReference(const DynChunk &byteCode, uint8_t opCode) in HandleOpBackReference()
|
| D | regexp_opcode.cpp | 89 RegExpOpCode::RegExpOpCode(uint8_t opCode, int size) : opCode_(opCode), size_(size) {} in RegExpOpCode() 94 uint8_t opCode = buf.GetU8(pc); in GetRegExpOpCode() local 100 RegExpOpCode *RegExpOpCode::GetRegExpOpCode(uint8_t opCode) in GetRegExpOpCode()
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| D | regexp_executor.h | 85 inline bool HandleOpAll(uint8_t opCode) in HandleOpAll() 98 inline bool HandleOpChar(const DynChunk &byteCode, uint8_t opCode) in HandleOpChar() 123 inline bool HandleOpWordBoundary(uint8_t opCode) in HandleOpWordBoundary() 144 inline bool HandleOpLineStart(uint8_t opCode) in HandleOpLineStart() 158 inline bool HandleOpLineEnd(uint8_t opCode) in HandleOpLineEnd() 173 inline void HandleOpSaveStart(const DynChunk &byteCode, uint8_t opCode) in HandleOpSaveStart() 185 inline void HandleOpSaveEnd(const DynChunk &byteCode, uint8_t opCode) in HandleOpSaveEnd() 197 inline void HandleOpSaveReset(const DynChunk &byteCode, uint8_t opCode) in HandleOpSaveReset() 216 inline void HandleOpMatch(const DynChunk &byteCode, uint8_t opCode) in HandleOpMatch() 226 inline void HandleOpSplitFirst(const DynChunk &byteCode, uint8_t opCode) in HandleOpSplitFirst() [all …]
|
| D | regexp_executor.cpp | 88 uint8_t opCode = byteCode.GetU8(GetCurrentPC()); in ExecuteInternal() local
|
| D | regexp_opcode.cpp | 95 RegExpOpCode::RegExpOpCode(uint8_t opCode, int size) : opCode_(opCode), size_(size) {} in RegExpOpCode() 100 uint8_t opCode = buf.GetU8(pc); in GetRegExpOpCode() local 106 RegExpOpCode *RegExpOpCode::GetRegExpOpCode(uint8_t opCode) in GetRegExpOpCode()
|
| D | regexp_parser.cpp | 102 uint8_t opCode = buffer_.GetU8(ptr); in Parse() local 161 uint8_t opCode = buffer_.GetU8(ptr); in ParseDisjunction() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | inst_generator.cpp | 886 std::vector<Inst *> &InstGenerator::GenerateOperations(Opcode opCode) in GenerateOperations() 897 std::vector<Inst *> &InstGenerator::GenerateOperationsImm(Opcode opCode) in GenerateOperationsImm() 910 std::vector<Inst *> &InstGenerator::GenerateOperationsShiftedRegister(Opcode opCode) in GenerateOperationsShiftedRegister() 926 std::vector<Inst *> &InstGenerator::GenerateOperations<CallInst>(Opcode opCode) in GenerateOperations() 937 std::vector<Inst *> &InstGenerator::GenerateOperations<CastInst>(Opcode opCode) in GenerateOperations() 949 std::vector<Inst *> &InstGenerator::GenerateOperations<CompareInst>(Opcode opCode) in GenerateOperations() 972 std::vector<Inst *> &InstGenerator::GenerateOperations<CmpInst>(Opcode opCode) in GenerateOperations() 988 std::vector<Inst *> &InstGenerator::GenerateOperations<IfInst>(Opcode opCode) in GenerateOperations() 1007 std::vector<Inst *> &InstGenerator::GenerateOperationsImm<IfImmInst>(Opcode opCode) in GenerateOperationsImm() 1035 std::vector<Inst *> &InstGenerator::GenerateOperations<SelectInst>(Opcode opCode) in GenerateOperations() [all …]
|
| D | inst_generator.h | 141 int GetPossibleInstToGenerateNumber(Opcode opCode) in GetPossibleInstToGenerateNumber()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | cg_irbuilder.h | 33 Insn &BuildInsn(MOperator opCode) in BuildInsn()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | switch_lowerer.cpp | 135 CompareNode *SwitchLowerer::BuildCmpNode(Opcode opCode, uint32 idx) in BuildCmpNode() 166 CondGotoNode *SwitchLowerer::BuildCondGotoNode(int32 idx, Opcode opCode, BaseNode &cond) in BuildCondGotoNode()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | argument_accessor.cpp | 134 OpCode opCode = gateAcc.GetOpCode(gate); in GetFrameArgsIn() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_lower.h | 38 inline bool OpCodeNoFallThrough(Opcode opCode) in OpCodeNoFallThrough()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | lmir_builder.cpp | 890 Opcode opCode = OP_eq; in ICmp() local 957 Opcode opCode = OP_eq; in FCmp() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_schedule.cpp | 89 MOperator opCode = insn.GetMachineOpcode(); in CanCombine() local
|
| D | aarch64_obj_emitter.cpp | 652 uint32 opCode = 0; in GenMovReg() local
|
| D | aarch64_prop.cpp | 725 MOperator opCode = defInsn.GetMachineOpcode(); in SelectReplaceMem() local
|
| D | aarch64_peep.cpp | 4803 MOperator opCode = insn.GetMachineOpcode(); in Run() local 5546 MOperator opCode = nextInsn->GetMachineOpcode(); in Run() local 5774 MOperator opCode = nextInsn->GetMachineOpcode(); in Run() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_builder.cpp | 885 IntrinsicopNode *MIRBuilder::CreateExprIntrinsicop(MIRIntrinsicID idx, Opcode opCode, const MIRType… in CreateExprIntrinsicop() 921 …llNode *MIRBuilder::CreateStmtCall(PUIdx puIdx, const MapleVector<BaseNode *> &args, Opcode opCode) in CreateStmtCall()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_info.cpp | 166 auto opCode = bcIns.GetOpcode(); in CalcOpCodeChecksum() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | elf_assembler.cpp | 441 void ElfAssembler::OpImmAndReg(const ImmOpnd &immOpnd, Reg reg, uint8 opCode, uint8 modReg) in OpImmAndReg() 505 void ElfAssembler::MovRegAndDisp(Reg reg, const Mem &mem, uint8 opCode) in MovRegAndDisp()
|
| D | x64_MPIsel.cpp | 1398 void X64MPIsel::SelectCmpResult(RegOperand &resOpnd, Opcode opCode, PrimType primType, PrimType pri… in SelectCmpResult()
|