Searched refs:getVectorComparison (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 3203 static unsigned getVectorComparison(ISD::CondCode CC, CmpMode Mode) { in getVectorComparison() function 3254 if (unsigned Opcode = getVectorComparison(CC, Mode)) { in getVectorComparisonOrInvert() 3260 if (unsigned Opcode = getVectorComparison(CC, Mode)) { in getVectorComparisonOrInvert() 3345 SDValue LT = getVectorCmp(DAG, getVectorComparison(ISD::SETOGT, Mode), in lowerVectorSETCC() 3347 SDValue GE = getVectorCmp(DAG, getVectorComparison(ISD::SETOGE, Mode), in lowerVectorSETCC() 3362 SDValue LT = getVectorCmp(DAG, getVectorComparison(ISD::SETOGT, Mode), in lowerVectorSETCC() 3364 SDValue GT = getVectorCmp(DAG, getVectorComparison(ISD::SETOGT, Mode), in lowerVectorSETCC()
|