Home
last modified time | relevance | path

Searched refs:IsPrimitiveVector (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_abi.cpp180 IsPrimitiveVector(arrayElemTy->GetPrimType())) { in IsVectorArrayType()
Daarch64_memlayout.cpp260 … if ((IsPrimitiveVector(ty->GetPrimType()) && GetPrimTypeSize(ty->GetPrimType()) > k8ByteSize) || in LayoutFormalParams()
336 … if ((IsPrimitiveVector(ty->GetPrimType()) && GetPrimTypeSize(ty->GetPrimType()) > k8ByteSize) || in LayoutLocalVariables()
Daarch64_cgfunc.cpp113 if ((IsPrimitiveInteger(primType) || primType == PTY_agg) && !IsPrimitiveVector(primType)) { in PickLdStInsn()
219 if (IsPrimitiveVector(destType) && IsPrimitiveVector(srcType)) { in PickMovBetweenRegs()
234 if (IsPrimitiveInteger(destType) && IsPrimitiveVector(srcType)) { in PickMovBetweenRegs()
524 if (IsPrimitiveFloat(stype) || IsPrimitiveVector(stype)) { in SelectCopyMemOpnd()
767 if (opnd0Type == Operand::kOpdRegister && IsPrimitiveVector(stype)) { in SelectCopy()
769 CHECK_FATAL(IsPrimitiveVector(dtype), "invalid vectreg to vectreg move"); in SelectCopy()
1193 if (IsPrimitiveVector(pType)) { in GetRegPrefixFromPrimType()
2020 if (IsPrimitiveVector(styp)) { /* a vector type */ in SelectIassign()
4041 if (!IsPrimitiveVector(dtype)) { in SelectAdd()
4326 if (!IsPrimitiveVector(dtype)) { in SelectSub()
[all …]
Daarch64_call_conv.cpp129 } else if (IsPrimitiveVector(pType)) { in ProcessStructWhenClassifyAggregate()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp1161 if (!IsPrimitiveVector(dtype)) { in SelectMpy()
1212 if (!IsPrimitiveVector(primType)) { in SelectDiv()
1227 if (!IsPrimitiveVector(primType)) { in SelectRem()
1294 if (!IsPrimitiveVector(dtype)) { in SelectLnot()
1329 if (!IsPrimitiveVector(node.GetPrimType())) { in SelectCmpOp()
Dx64_emitter.cpp1654 if (IsPrimitiveVector(elemType->GetPrimType())) { in EmitStructure()
1755 if (IsPrimitiveVector(subTy->GetPrimType())) { in EmitArray()
2020 } else if (IsPrimitiveVector(ty->GetPrimType())) { in EmitLocalVariable()
2108 if (IsPrimitiveVector(mirType->GetPrimType())) { in EmitGlobalVariable()
2137 if (IsPrimitiveVector(mirType->GetPrimType())) { in EmitGlobalVariable()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Disel.cpp1237 if (!IsPrimitiveVector(dtype)) { in SelectNeg()
1396 if (IsPrimitiveVector(primType)) { in SelectAbs()
1607 if (!IsPrimitiveVector(dtype)) { in SelectBnot()
1663 if (IsPrimitiveVector(fromType) || IsPrimitiveVector(toType)) { in SelectRetype()
Dcgfunc.cpp108 !IsPrimitiveVector(expr.GetPrimType()) && !IsPrimitiveFloat(expr.GetPrimType()) && in HandleAdd()
114 !IsPrimitiveVector(expr.GetPrimType()) && !IsPrimitiveFloat(expr.GetPrimType()) && in HandleAdd()
482 if (!IsPrimitiveVector(ty)) { in HandleVectorMerge()
Demit.cpp1693 if (IsPrimitiveVector(subTy->GetPrimType())) { in EmitArrayConstant()
1823 if (IsPrimitiveVector(elemType->GetPrimType())) { in EmitStructConstant()
2652 if (IsPrimitiveVector(mirType->GetPrimType())) { in EmitGlobalVariable()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h183 inline bool IsPrimitiveVector(PrimitiveType primitiveType) in IsPrimitiveVector() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp1496 if (ty == PTY_f32 || ty == PTY_f64 || IsPrimitiveVector(ty)) { in LowerStructReturn()
2235 if (pty == PTY_f32 || pty == PTY_f64 || IsPrimitiveVector(pty)) { in LowerEntry()