Searched refs:getCompoundZeroComparisonInGPR (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 2911 SDValue getCompoundZeroComparisonInGPR(SDValue LHS, SDLoc dl, 3242 IntegerCompareEliminator::getCompoundZeroComparisonInGPR(SDValue LHS, SDLoc dl, in getCompoundZeroComparisonInGPR() function in __anon010aa3800711::IntegerCompareEliminator 3357 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::GEZExt); in get32BitZExtCompare() 3374 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::LEZExt); in get32BitZExtCompare() 3396 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::GEZExt); in get32BitZExtCompare() 3425 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::LEZExt); in get32BitZExtCompare() 3541 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::GESExt); in get32BitSExtCompare() 3556 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::LESExt); in get32BitSExtCompare() 3576 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::GESExt); in get32BitSExtCompare() 3603 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::LESExt); in get32BitSExtCompare() [all …]
|