reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
14889 if (!VT.isInteger() && !VT.isFloatingPoint()) 14889 if (!VT.isInteger() && !VT.isFloatingPoint()) 14891 if (VT.isVector() && Subtarget->hasNEON()) 14893 if (VT.isVector() && VT.isFloatingPoint() && Subtarget->hasMVEIntegerOps() && 14893 if (VT.isVector() && VT.isFloatingPoint() && Subtarget->hasMVEIntegerOps() && 14903 unsigned NumBytes = std::max(VT.getSizeInBits() / 8, 1U); 14906 if (VT.isVector() && Subtarget->hasMVEIntegerOps()) { 14907 switch (VT.getSimpleVT().getVectorElementType().SimpleTy) { 14922 if (VT.isFloatingPoint() && NumBytes == 2 && Subtarget->hasFPRegs16()) 14925 if ((VT.isFloatingPoint() && Subtarget->hasVFP2Base()) || NumBytes == 8)