Lines Matching defs:LateMask
1871 void collectBitGroups(bool LateMask) {
1881 if (LateMask && !ThisValue) {
2259 SDNode *Select32(SDNode *N, bool LateMask, unsigned *InstCnt) {
2271 if ((!NeedMask || LateMask) && !Res) {
2309 if (LateMask) {
2645 SDNode *Select64(SDNode *N, bool LateMask, unsigned *InstCnt) {
2657 if ((!NeedMask || LateMask) && !Res) {
2734 if (LateMask) {
2788 SDNode *Select(SDNode *N, bool LateMask, unsigned *InstCnt = nullptr) {
2790 collectBitGroups(LateMask);
2802 return Select32(N, LateMask, InstCnt);
2805 return Select64(N, LateMask, InstCnt);