Home
last modified time | relevance | path

Searched refs:HasMask (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A Driscv_vector.td163 bit HasMask = true;
165 // If HasMask, this flag states that this builtin has a maskedoff operand. It
196 // If HasMask, this is the ID of the LLVM intrinsic we want to lower to.
398 let HasMask = false;
407 let HasMask = false;
567 let HasMask = false;
700 let HasMask = false;
864 HasMask = false,
979 HasMask = false,
1141 let HasMask = false in {
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DRISCVVEmitter.cpp1066 bool HasMask = R->getValueAsBit("HasMask"); in createRVVIntrinsics() local
1094 if (HasMask) { in createRVVIntrinsics()
1122 if (HasMask) { in createRVVIntrinsics()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1154 bool HasMask = false; variable
1170 HasMask = true;
1190 return HasMask ? getOperand(getNumOperands() - 1) : nullptr; in getMask()
1199 .slice(1, getNumOperands() - (HasMask ? 2 : 1)); in getStoredValues()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h542 bool HasMask = true) const;
H A DRISCVISelLowering.cpp4271 bool HasMask) const { in lowerToScalableOp()
4295 if (HasMask) in lowerToScalableOp()