Searched defs:stype (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_reg_info.cpp | 92 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()
|
| D | x64_args.cpp | 194 PrimType stype = mirSym.GetType()->GetPrimType(); in LoadStackArgsToVReg() local 233 PrimType stype = mirSym.GetType()->GetPrimType(); in MoveArgsToVReg() local
|
| D | x64_cgfunc.cpp | 796 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/ |
| D | aarch64_reg_info.cpp | 111 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()
|
| D | aarch64_args.cpp | 96 PrimType stype = mirSym.GetType()->GetPrimType(); in MoveLocalRefVarToRefLocals() local 120 PrimType stype = mirSym.GetType()->GetPrimType(); in LoadStackArgsToVReg() local
|
| D | aarch64_cgfunc.cpp | 306 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 …]
|
| D | aarch64_color_ra.cpp | 2350 PrimType stype; in SpillOperandForSpillPre() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | debug_info.cpp | 839 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
|
| D | mir_parser.cpp | 602 bool MIRParser::ParseScalarValue(MIRConstPtr &stype, MIRType &type) in ParseScalarValue()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | class_hierarchy.cpp | 497 auto *stype = static_cast<MIRStructType *>(type); in AddKlasses() local
|