Home
last modified time | relevance | path

Searched refs:getVectorComparison (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp3180 static unsigned getVectorComparison(ISD::CondCode CC, CmpMode Mode) { in getVectorComparison() function
3231 if (unsigned Opcode = getVectorComparison(CC, Mode)) { in getVectorComparisonOrInvert()
3237 if (unsigned Opcode = getVectorComparison(CC, Mode)) { in getVectorComparisonOrInvert()
3322 SDValue LT = getVectorCmp(DAG, getVectorComparison(ISD::SETOGT, Mode), in lowerVectorSETCC()
3324 SDValue GE = getVectorCmp(DAG, getVectorComparison(ISD::SETOGE, Mode), in lowerVectorSETCC()
3339 SDValue LT = getVectorCmp(DAG, getVectorComparison(ISD::SETOGT, Mode), in lowerVectorSETCC()
3341 SDValue GT = getVectorCmp(DAG, getVectorComparison(ISD::SETOGT, Mode), in lowerVectorSETCC()