Home
last modified time | relevance | path

Searched refs:GetDesc (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Djit_fort_memdesc.h141 return GetDesc(); in GetDescFromPool()
162 MemDesc *GetDesc();
H A Djit_fort.cpp368 MemDesc *MemDescPool::GetDesc()
/arkcompiler/runtime_core/libpandabase/tests/
H A Dpandargs_test.cpp181 std::string ref_string = "--" + PAB.GetName() + ": " + PAB.GetDesc() + "\n"; in HWTEST()
182 ref_string += "--" + PALD.GetName() + ": " + PALD.GetDesc() + "\n"; in HWTEST()
183 ref_string += "--" + PAD.GetName() + ": " + PAD.GetDesc() + "\n"; in HWTEST()
184 ref_string += "--" + PAI.GetName() + ": " + PAI.GetDesc() + "\n"; in HWTEST()
185 ref_string += "--" + PAL.GetName() + ": " + PAL.GetDesc() + "\n"; in HWTEST()
186 ref_string += "--" + PAIR.GetName() + ": " + PAIR.GetDesc() + "\n"; in HWTEST()
187 ref_string += "--" + PAUR32.GetName() + ": " + PAUR32.GetDesc() + "\n"; in HWTEST()
188 ref_string += "--" + PAUR64.GetName() + ": " + PAUR64.GetDesc() + "\n"; in HWTEST()
189 ref_string += "--" + PAS.GetName() + ": " + PAS.GetDesc() + "\n"; in HWTEST()
190 ref_string += "--" + PAU32.GetName() + ": " + PAU32.GetDesc() in HWTEST()
[all...]
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dpandargs_test.cpp160 std::string refString = "--" + pab.GetName() + ": " + pab.GetDesc() + "\n"; in TEST()
161 refString += "--" + pald.GetName() + ": " + pald.GetDesc() + "\n"; in TEST()
162 refString += "--" + pad.GetName() + ": " + pad.GetDesc() + "\n"; in TEST()
163 refString += "--" + pai.GetName() + ": " + pai.GetDesc() + "\n"; in TEST()
164 refString += "--" + pal.GetName() + ": " + pal.GetDesc() + "\n"; in TEST()
165 refString += "--" + pair.GetName() + ": " + pair.GetDesc() + "\n"; in TEST()
166 refString += "--" + paur32.GetName() + ": " + paur32.GetDesc() + "\n"; in TEST()
167 refString += "--" + paur64.GetName() + ": " + paur64.GetDesc() + "\n"; in TEST()
168 refString += "--" + pas.GetName() + ": " + pas.GetDesc() + "\n"; in TEST()
169 refString += "--" + pau32.GetName() + ": " + pau32.GetDesc() in TEST()
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_obj_emitter.cpp621 uint32 immSize = insn.GetDesc()->GetOpndDes(kInsnSecondOpnd)->GetSize();
750 uint32 regSize = insn.GetDesc()->GetOpndDes(kInsnSecondOpnd)->GetSize();
807 uint32 mod = insn.GetDesc()->GetOpndDes(kInsnFirstOpnd)->GetSize(); /* 64 & 32 from ARMv8 manual C5.6.114 */
824 uint32 mod = insn.GetDesc()->GetOpndDes(kInsnFirstOpnd)->GetSize(); /* 64 & 32 from ARMv8 manual C5.6.114 */
833 uint32 mod = insn.GetDesc()->GetOpndDes(kInsnFirstOpnd)->GetSize(); /* 64 & 32 from ARMv8 manual C5.6.114 */
1121 uint32 regSize = insn.GetDesc()->GetOpndDes(kInsnFirstOpnd)->GetSize();
1176 uint32 size = insn.GetDesc()->GetOpndDes(kInsnSecondOpnd)->GetSize();
1187 if (insn.GetDesc()->GetEncodeType() == kLoadStoreFloat) {
1193 if (insn.GetDesc()->GetEncodeType() == kLoadStoreFloat) {
1310 if (insn.GetDesc()
[all...]
H A Daarch64_peep.cpp348 if (!insn.GetDesc()->GetOpndDes(i)->IsRegDef()) { in CheckOperandIsDeadFromInsn()
428 const uint32 regSize = insn.GetDesc()->GetOpndDes(kInsnFirstOpnd)->GetSize(); in OptimizeAddrBOrXShiftExtend()
1124 auto *regProp = nextInsn->GetDesc()->opndMD[opndIdx]; in Run()
1148 const InsnDesc *md = nextInsn->GetDesc(); in CheckCondition()
2072 const InsnDesc *md = insn->GetDesc(); in DefInsnOfOperandInBB()
2175 const InsnDesc *md = insn->GetDesc(); in FlagUsedLaterInCurBB()
H A Daarch64_emitter.cpp323 const InsnDesc *md = insn.GetDesc(); in EmitAArch64Insn()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dpeep.cpp71 const InsnDesc *md = nextInsn->GetDesc(); in IfOperandIsLiveAfterInsn()
169 const InsnDesc *md = insn->GetDesc(); in IsOpndLiveinBB()
284 const InsnDesc *md = nextInsn->GetDesc(); in IfOperandIsLiveAfterInsn()
382 const InsnDesc *md = insn->GetDesc(); in IsOpndLiveinBB()
H A Dstandardize.cpp53 LogInfo::MapleLogger() << "Need STDZ function for " << insn->GetDesc()->GetName() << "\n"; in DoStandardize()
H A Dobj_emit.cpp74 if (insn->GetDesc()->IsIntrinsic()) { in EmitInstructions()
76 } else if (insn->GetDesc()->IsSpecialIntrinsic()) { in EmitInstructions()
H A Dreg_alloc_lsra.cpp684 const InsnDesc *md = insn.GetDesc(); in ComputeLiveIntervalForEachOperand()
898 const InsnDesc *md = insn->GetDesc(); in LiveIntervalAnalysis()
1728 const InsnDesc *md = insn.GetDesc(); in FinalizeUseRegisters()
1775 const InsnDesc *md = insn.GetDesc(); in FinalizeUseDefRegisters()
1794 const InsnDesc *md = insn.GetDesc(); in FinalizeDefRegisters()
1889 const InsnDesc *md = insn->GetDesc(); in SetStackMapDerivedInfo()
H A Dlive.cpp207 const InsnDesc *md = insn->GetDesc(); in GetBBDefUse()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_standardize.cpp75 uint32 OpndDesSize = insn.GetDesc()->GetOpndDes(kInsnFirstOpnd)->GetSize(); in StdzCvtOp()
77 uint32 OpndSrcSize = insn.GetDesc()->GetOpndDes(kInsnSecondOpnd)->GetSize(); in StdzCvtOp()
/arkcompiler/runtime_core/libpandabase/utils/
H A Dpandargs.h62 std::string GetDesc() const in GetDesc() function in panda::PandArgBase
361 helpstr << DOUBLE_DASH << i->GetName() << ": " << i->GetDesc() << "\n"; in GetHelpString()
364 helpstr << " " << sub_arg->GetName() << ": " << sub_arg->GetDesc() << "\n"; in GetHelpString()
367 helpstr << DOUBLE_DASH << i->GetName() << ": " << i->GetDesc() << "\n"; in GetHelpString()
373 helpstr << i->GetName() << ": " << i->GetDesc() << "\n"; in GetHelpString()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dpandargs.h64 std::string GetDesc() const in GetDesc() function in ark::PandArgBase
359 helpstr << DOUBLE_DASH << i->GetName() << ": " << i->GetDesc() << "\n"; in GetHelpString()
362 helpstr << " " << subArg->GetName() << ": " << subArg->GetDesc() << "\n"; in GetHelpString()
365 helpstr << DOUBLE_DASH << i->GetName() << ": " << i->GetDesc() << "\n"; in GetHelpString()
371 helpstr << i->GetName() << ": " << i->GetDesc() << "\n"; in GetHelpString()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dinsn.h618 const InsnDesc *GetDesc() const
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
H A Daarch64_mop_split.h395 uint32 bitLen = insn->GetDesc()->GetOpndDes(idx)->GetSize(); in LoadStoreInsnSplit()

Completed in 24 milliseconds