Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2765 static unsigned getVectorComparison(ISD::CondCode CC, CmpMode Mode) { in getVectorComparison() function
2816 if (unsigned Opcode = getVectorComparison(CC, Mode)) { in getVectorComparisonOrInvert()
2822 if (unsigned Opcode = getVectorComparison(CC, Mode)) { in getVectorComparisonOrInvert()
2907 SDValue LT = getVectorCmp(DAG, getVectorComparison(ISD::SETOGT, Mode), in lowerVectorSETCC()
2909 SDValue GE = getVectorCmp(DAG, getVectorComparison(ISD::SETOGE, Mode), in lowerVectorSETCC()
2924 SDValue LT = getVectorCmp(DAG, getVectorComparison(ISD::SETOGT, Mode), in lowerVectorSETCC()
2926 SDValue GT = getVectorCmp(DAG, getVectorComparison(ISD::SETOGT, Mode), in lowerVectorSETCC()