Home
last modified time | relevance | path

Searched defs:stype (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_reg_info.cpp92 Insn *X64RegInfo::BuildStrInsn(uint32 regSize, PrimType stype, RegOperand &phyOpnd, MemOperand &mem… in BuildStrInsn()
118 Insn *X64RegInfo::BuildLdrInsn(uint32 regSize, PrimType stype, RegOperand &phyOpnd, MemOperand &mem… in BuildLdrInsn()
Dx64_args.cpp194 PrimType stype = mirSym.GetType()->GetPrimType(); in LoadStackArgsToVReg() local
233 PrimType stype = mirSym.GetType()->GetPrimType(); in MoveArgsToVReg() local
Dx64_cgfunc.cpp796 RegOperand *X64CGFunc::SelectVectorReverse(PrimType rtype, Operand *src, PrimType stype, uint32 siz… in SelectVectorReverse()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_reg_info.cpp111 Insn *AArch64RegInfo::BuildStrInsn(uint32 regSize, PrimType stype, RegOperand &phyOpnd, MemOperand … in BuildStrInsn()
117 Insn *AArch64RegInfo::BuildLdrInsn(uint32 regSize, PrimType stype, RegOperand &phyOpnd, MemOperand … in BuildLdrInsn()
Daarch64_args.cpp96 PrimType stype = mirSym.GetType()->GetPrimType(); in MoveLocalRefVarToRefLocals() local
120 PrimType stype = mirSym.GetType()->GetPrimType(); in LoadStackArgsToVReg() local
Daarch64_cgfunc.cpp306 void AArch64CGFunc::SelectLoadAcquire(Operand &dest, PrimType dtype, Operand &src, PrimType stype, in SelectLoadAcquire()
369 void AArch64CGFunc::SelectStoreRelease(Operand &dest, PrimType dtype, Operand &src, PrimType stype, in SelectStoreRelease()
568 …GFunc::SelectCopyMemOpnd(Operand &dest, PrimType dtype, uint32 dsize, Operand &src, PrimType stype) in SelectCopyMemOpnd()
719 Operand &src, PrimType stype) in SelectCopyRegOpnd()
800 void AArch64CGFunc::SelectCopy(Operand &dest, PrimType dtype, Operand &src, PrimType stype, BaseNod… in SelectCopy()
856 RegOperand &AArch64CGFunc::SelectCopy(Operand &src, PrimType stype, PrimType dtype) in SelectCopy()
1663 PrimType stype = GetTypeFromPseudoRegIdx(pregIdx); in SelectRegassign() local
2473 PrimType stype = preg->GetPrimType(); in SelectRegread() local
3023 Operand *AArch64CGFunc::HandleFmovImm(PrimType stype, int64 val, MIRConst &mirConst, const BaseNode… in HandleFmovImm()
3054 PrimType stype = floatConst.GetType().GetPrimType(); in SelectFloatConst() local
[all …]
Daarch64_color_ra.cpp2350 PrimType stype; in SpillOperandForSpillPre() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Ddebug_info.cpp839 MIRStructType *stype = static_cast<MIRStructType *>(type); in GetOrCreatePointTypeDie() local
963 const MIRStructType *stype = static_cast<const MIRStructType *>(type); in GetOrCreateStructTypeDie() local
1402 MIRStructType *stype = static_cast<MIRStructType *>(type); in Dump() local
Dmir_parser.cpp602 bool MIRParser::ParseScalarValue(MIRConstPtr &stype, MIRType &type) in ParseScalarValue()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dclass_hierarchy.cpp497 auto *stype = static_cast<MIRStructType *>(type); in AddKlasses() local