Searched refs:IsMask (Results 1 – 4 of 4) sorted by relevance
148 StringRef OverloadedSuffixStr, bool IsMask,263 StringRef OverloadedSuffixStr, bool IsMask, RVVTypes &Signature) { in InitRVVIntrinsic() argument269 if (IsMask) in InitRVVIntrinsic()283 if (IsMask) in InitRVVIntrinsic()
111 unsigned getScalarReductionOpcode(unsigned VVPOC, bool IsMask);
369 unsigned getScalarReductionOpcode(unsigned VVPOC, bool IsMask) { in getScalarReductionOpcode() argument370 assert(!IsMask && "Mask reduction isel"); in getScalarReductionOpcode()
6258 const SDLoc &dl, bool IsMask = false) { in getConstVector() argument6273 bool IsUndef = Values[i] < 0 && IsMask; in getConstVector()