Searched refs:getVectorComparison (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 2901 static unsigned getVectorComparison(ISD::CondCode CC, CmpMode Mode) { in getVectorComparison() function 2952 if (unsigned Opcode = getVectorComparison(CC, Mode)) { in getVectorComparisonOrInvert() 2958 if (unsigned Opcode = getVectorComparison(CC, Mode)) { in getVectorComparisonOrInvert() 3043 SDValue LT = getVectorCmp(DAG, getVectorComparison(ISD::SETOGT, Mode), in lowerVectorSETCC() 3045 SDValue GE = getVectorCmp(DAG, getVectorComparison(ISD::SETOGE, Mode), in lowerVectorSETCC() 3060 SDValue LT = getVectorCmp(DAG, getVectorComparison(ISD::SETOGT, Mode), in lowerVectorSETCC() 3062 SDValue GT = getVectorCmp(DAG, getVectorComparison(ISD::SETOGT, Mode), in lowerVectorSETCC()
|