Searched defs:sType (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | intrinsics.cpp | 58 …MIRType *sType = GlobalTables::GetTypeTable().GetOrCreateStructType("s_type", sFields, parentField… in GetOrCreateJSValueType() local
|
| D | mir_builder.cpp | 21 void MIRBuilder::AddIntFieldConst(const MIRStructType &sType, MIRAggConst &newConst, uint32 fieldID… in AddIntFieldConst()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/mdgen/include/ |
| D | mdrecord.h | 47 RecordType sType; member
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_cgfunc.cpp | 739 RegOperand *X64CGFunc::SelectVectorFromScalar(PrimType pType, Operand *opnd, PrimType sType) in SelectVectorFromScalar() 749 RegOperand *X64CGFunc::SelectVectorGetElement(PrimType rType, Operand *src, PrimType sType, int32 l… in SelectVectorGetElement() 801 RegOperand *X64CGFunc::SelectVectorPairwiseAdd(PrimType rType, Operand *src, PrimType sType) in SelectVectorPairwiseAdd()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cgfunc.cpp | 370 void AArch64CGFunc::SelectCopyImm(Operand &dest, PrimType dType, ImmOperand &src, PrimType sType) in SelectCopyImm() 11720 RegOperand *AArch64CGFunc::SelectOneElementVectorCopy(Operand *src, PrimType sType) in SelectOneElementVectorCopy() 11781 RegOperand *AArch64CGFunc::SelectVectorImmMov(PrimType rType, Operand *src, PrimType sType) in SelectVectorImmMov() 11809 RegOperand *AArch64CGFunc::SelectVectorRegMov(PrimType rType, Operand *src, PrimType sType) in SelectVectorRegMov() 11828 RegOperand *AArch64CGFunc::SelectVectorFromScalar(PrimType rType, Operand *src, PrimType sType) in SelectVectorFromScalar() 11857 RegOperand *AArch64CGFunc::SelectVectorGetElement(PrimType rType, Operand *src, PrimType sType, int… in SelectVectorGetElement() 11918 RegOperand *AArch64CGFunc::SelectVectorPairwiseAdd(PrimType rType, Operand *src, PrimType sType) in SelectVectorPairwiseAdd() 12013 RegOperand *AArch64CGFunc::SelectVectorReverse(PrimType rType, Operand *src, PrimType sType, uint32… in SelectVectorReverse()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | lower.cpp | 2560 BaseNode *CGLowerer::MergeToCvtType(PrimType dType, PrimType sType, BaseNode &src) const in MergeToCvtType() 3156 PrimType sType = resNode->GetPrimType(); in LowerIntrinJavaMerge() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cgfunc.cpp | 525 PrimType sType = intrnNode.Opnd(0)->GetPrimType(); in HandleVectorPairwiseAdd() local
|