| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cg_irbuilder.cpp | 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()
|
| D | cfi.cpp | 34 #define CFI_DEFINE(k, sub, n, o0, o1, o2) {".cfi_" #k, n, {Operand::kOpd##o0, Operand::kOpd##o1, Op… argument 35 #define ARM_DIRECTIVES_DEFINE(k, sub, n, o0, o1, o2) \ argument
|
| D | dbg.cpp | 34 #define DBG_DEFINE(k, sub, n, o0, o1, o2) {#k, n, {Operand::kOpd##o0, Operand::kOpd##o1, Operand::k… argument
|
| D | cg_options.cpp | 303 maplecl::Option<bool> o0({"-O0", "--O0"}, " -O0 \tNo optimization.\n", {cg… variable
|
| D | cgfunc.cpp | 1817 Operand *o0 = CreateDbgImmOperand(fileNum); in BuildLocInsn() local 1837 Operand *o0 = CreateDbgImmOperand(fileid); in GenerateLoc() local 1848 Operand *o0 = CreateDbgImmOperand(fileid); in GenerateLoc() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_proepilog.cpp | 313 Operand &o0 = aarchCGFunc.GetOrCreatePhysicalRegisterOperand(reg0, GetPointerBitSize(), rty); in AppendInstructionPushPair() local 336 Operand &o0 = aarchCGFunc.GetOrCreatePhysicalRegisterOperand(reg, GetPointerBitSize(), rty); in AppendInstructionPushSingle() local 371 … RegOperand &o0 = aarchCGFunc.GetOrCreatePhysicalRegisterOperand(reg0, size * kBitsPerByte, rty); in AppendInstructionForAllocateOrDeallocateCallFrame() local 387 … RegOperand &o0 = aarchCGFunc.GetOrCreatePhysicalRegisterOperand(reg0, size * kBitsPerByte, rty); in AppendInstructionForAllocateOrDeallocateCallFrame() local 413 … Operand &o0 = aarchCGFunc.GetOrCreatePhysicalRegisterOperand(reg0, GetPointerBitSize(), rty); in CreateAndAppendInstructionForAllocateCallFrame() local 471 … RegOperand &o0 = aarchCGFunc.GetOrCreatePhysicalRegisterOperand(reg0, GetPointerBitSize(), rty); in AppendInstructionAllocateCallFrame() local 537 … RegOperand &o0 = aarchCGFunc.GetOrCreatePhysicalRegisterOperand(reg0, GetPointerBitSize(), rty); in AppendInstructionAllocateCallFrameDebug() local 550 … RegOperand &o0 = aarchCGFunc.GetOrCreatePhysicalRegisterOperand(reg0, GetPointerBitSize(), rty); in AppendInstructionAllocateCallFrameDebug() local 944 Operand &o0 = aarchCGFunc.GetOrCreatePhysicalRegisterOperand(reg, GetPointerBitSize(), rty); in AppendInstructionPopSingle() local 966 Operand &o0 = aarchCGFunc.GetOrCreatePhysicalRegisterOperand(reg0, GetPointerBitSize(), rty); in AppendInstructionPopPair() local [all …]
|
| D | aarch64_emitter.cpp | 1650 #define CFI_DEFINE(k, sub, n, o0, o1, o2) {".cfi_" #k, n, {Operand::kOpd##o0, Operand::kOpd##o1, Op… argument 1651 #define ARM_DIRECTIVES_DEFINE(k, sub, n, o0, o1, o2) \ argument 1683 #define DBG_DEFINE(k, sub, n, o0, o1, o2) {#k, n, {Operand::kOpd##o0, Operand::kOpd##o1, Operand::k… argument
|
| D | aarch64_cgfunc.cpp | 4238 void AArch64CGFunc::SelectTargetFPCmpQuiet(Operand &o0, Operand &o1, uint32 dsize) in SelectTargetFPCmpQuiet() 4253 void AArch64CGFunc::SelectAArch64Cmp(Operand &o0, Operand &o1, bool isIntType, uint32 dsize) in SelectAArch64Cmp() 4313 void AArch64CGFunc::SelectAArch64CSINV(Operand &res, Operand &o0, Operand &o1, CondOperand &cond, b… in SelectAArch64CSINV() 4320 void AArch64CGFunc::SelectAArch64CSINC(Operand &res, Operand &o0, Operand &o1, CondOperand &cond, b… in SelectAArch64CSINC() 5622 void AArch64CGFunc::SelectAArch64Select(Operand &dest, Operand &o0, Operand &o1, CondOperand &cond,… in SelectAArch64Select() 11451 RegOperand *AArch64CGFunc::SelectVectorSelect(Operand &cond, PrimType rType, Operand &o0, Operand &… in SelectVectorSelect()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | dbg.h | 31 #define DBG_DEFINE(k, sub, n, o0, o1, o2) OP_DBG_##k##sub, argument 32 #define ARM_DIRECTIVES_DEFINE(k, sub, n, o0, o1, o2) OP_ARM_DIRECTIVES_##k##sub, argument
|
| D | cfi.h | 52 #define CFI_DEFINE(k, sub, n, o0, o1, o2) OP_CFI_##k##sub, argument 53 #define ARM_DIRECTIVES_DEFINE(k, sub, n, o0, o1, o2) OP_ARM_DIRECTIVES_##k##sub, argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mpl2mpl_options.cpp | 198 maplecl::Option<bool> o0({"-O0", "--O0"}, " -O0 \tDo some optimization.\n"… variable
|