Home
last modified time | relevance | path

Searched refs:IsMask (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/VE/
H A DVECustomDAG.h111 unsigned getScalarReductionOpcode(unsigned VVPOC, bool IsMask);
H A DVECustomDAG.cpp369 unsigned getScalarReductionOpcode(unsigned VVPOC, bool IsMask) { in getScalarReductionOpcode() argument
370 assert(!IsMask && "Mask reduction isel"); in getScalarReductionOpcode()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaRISCVVectorLookup.cpp150 StringRef OverloadedSuffixStr, bool IsMask,
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6382 const SDLoc &dl, bool IsMask = false) { in getConstVector() argument
6397 bool IsUndef = Values[i] < 0 && IsMask; in getConstVector()