Searched refs:getVectorComparison (Results 1 – 1 of 1) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
| D | SystemZISelLowering.cpp | 2659 static unsigned getVectorComparison(ISD::CondCode CC, CmpMode Mode) { in getVectorComparison() function 2710 if (unsigned Opcode = getVectorComparison(CC, Mode)) { in getVectorComparisonOrInvert() 2716 if (unsigned Opcode = getVectorComparison(CC, Mode)) { in getVectorComparisonOrInvert() 2801 SDValue LT = getVectorCmp(DAG, getVectorComparison(ISD::SETOGT, Mode), in lowerVectorSETCC() 2803 SDValue GE = getVectorCmp(DAG, getVectorComparison(ISD::SETOGE, Mode), in lowerVectorSETCC() 2818 SDValue LT = getVectorCmp(DAG, getVectorComparison(ISD::SETOGT, Mode), in lowerVectorSETCC() 2820 SDValue GT = getVectorCmp(DAG, getVectorComparison(ISD::SETOGT, Mode), in lowerVectorSETCC()
|