Searched refs:GESExt (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 2903 enum ZeroCompare { GEZExt, GESExt, LEZExt, LESExt }; enumerator 3251 case ZeroCompare::GESExt: in getCompoundZeroComparisonInGPR() 3284 (CmpTy == ZeroCompare::GESExt || CmpTy == ZeroCompare::LESExt)) in getCompoundZeroComparisonInGPR() 3297 case ZeroCompare::GESExt: in getCompoundZeroComparisonInGPR() 3541 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::GESExt); in get32BitSExtCompare() 3576 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::GESExt); in get32BitSExtCompare() 3861 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::GESExt); in get64BitSExtCompare() 3895 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::GESExt); in get64BitSExtCompare()
|