Searched refs:IsPrimitiveVector (Results 1 – 11 of 11) sorted by relevance
180 IsPrimitiveVector(arrayElemTy->GetPrimType())) { in IsVectorArrayType()
260 … if ((IsPrimitiveVector(ty->GetPrimType()) && GetPrimTypeSize(ty->GetPrimType()) > k8ByteSize) || in LayoutFormalParams()336 … if ((IsPrimitiveVector(ty->GetPrimType()) && GetPrimTypeSize(ty->GetPrimType()) > k8ByteSize) || in LayoutLocalVariables()
113 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 …]
129 } else if (IsPrimitiveVector(pType)) { in ProcessStructWhenClassifyAggregate()
1161 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()
1654 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()
1237 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()
108 !IsPrimitiveVector(expr.GetPrimType()) && !IsPrimitiveFloat(expr.GetPrimType()) && in HandleAdd()114 !IsPrimitiveVector(expr.GetPrimType()) && !IsPrimitiveFloat(expr.GetPrimType()) && in HandleAdd()482 if (!IsPrimitiveVector(ty)) { in HandleVectorMerge()
1693 if (IsPrimitiveVector(subTy->GetPrimType())) { in EmitArrayConstant()1823 if (IsPrimitiveVector(elemType->GetPrimType())) { in EmitStructConstant()2652 if (IsPrimitiveVector(mirType->GetPrimType())) { in EmitGlobalVariable()
183 inline bool IsPrimitiveVector(PrimitiveType primitiveType) in IsPrimitiveVector() function
1496 if (ty == PTY_f32 || ty == PTY_f64 || IsPrimitiveVector(ty)) { in LowerStructReturn()2235 if (pty == PTY_f32 || pty == PTY_f64 || IsPrimitiveVector(pty)) { in LowerEntry()