Searched refs:GEZExt (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 2726 enum ZeroCompare { GEZExt, GESExt, LEZExt, LESExt }; enumerator 3076 case ZeroCompare::GEZExt: in getCompoundZeroComparisonInGPR() 3105 (CmpTy == ZeroCompare::GEZExt || CmpTy == ZeroCompare::LEZExt)) in getCompoundZeroComparisonInGPR() 3117 case ZeroCompare::GEZExt: { in getCompoundZeroComparisonInGPR() 3183 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::GEZExt); in get32BitZExtCompare() 3222 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::GEZExt); in get32BitZExtCompare() 3528 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::GEZExt); in get64BitZExtCompare() 3560 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::GEZExt); in get64BitZExtCompare()
|