Lines Matching refs:IsFP
2179 static unsigned getVectorComparison(ISD::CondCode CC, bool IsFP) { in getVectorComparison() argument
2183 return IsFP ? SystemZISD::VFCMPE : SystemZISD::VICMPE; in getVectorComparison()
2187 return IsFP ? SystemZISD::VFCMPHE : static_cast<SystemZISD::NodeType>(0); in getVectorComparison()
2191 return IsFP ? SystemZISD::VFCMPH : SystemZISD::VICMPH; in getVectorComparison()
2194 return IsFP ? static_cast<SystemZISD::NodeType>(0) : SystemZISD::VICMPHL; in getVectorComparison()
2205 static unsigned getVectorComparisonOrInvert(ISD::CondCode CC, bool IsFP, in getVectorComparisonOrInvert() argument
2207 if (unsigned Opcode = getVectorComparison(CC, IsFP)) { in getVectorComparisonOrInvert()
2212 CC = ISD::getSetCCInverse(CC, !IsFP); in getVectorComparisonOrInvert()
2213 if (unsigned Opcode = getVectorComparison(CC, IsFP)) { in getVectorComparisonOrInvert()
2253 bool IsFP = CmpOp0.getValueType().isFloatingPoint(); in lowerVectorSETCC() local
2261 assert(IsFP && "Unexpected integer comparison"); in lowerVectorSETCC()
2272 assert(IsFP && "Unexpected integer comparison"); in lowerVectorSETCC()
2283 if (unsigned Opcode = getVectorComparisonOrInvert(CC, IsFP, Invert)) in lowerVectorSETCC()
2287 if (unsigned Opcode = getVectorComparisonOrInvert(CC, IsFP, Invert)) in lowerVectorSETCC()