Home
last modified time | relevance | path

Searched defs:NotMask (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1012 SDValue NotMask = DAG.getNOT(DL, Mask, MaskTy); in ExpandSELECT() local
1275 SDValue NotMask = DAG.getNOT(DL, Mask, VT); in ExpandVSELECT() local
1307 SDValue NotMask = DAG.getNode(ISD::VP_XOR, DL, VT, Mask, Ones, Mask, EVL); in ExpandVP_SELECT() local
H A DDAGCombiner.cpp18129 uint64_t NotMask = ~cast<ConstantSDNode>(V->getOperand(1))->getSExtValue(); in CheckForMaskedLoad() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-rc/
H A DResourceScriptStmt.h73 int32_t NotMask; variable
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1099 Value *NotMask = Builder.CreateShl(MinusOne, NBits, "notmask"); in canonicalizeLowbitMask() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8782 auto *NotMask = new VPInstruction(VPInstruction::Not, ALM, DL); in addCanonicalIVRecipes() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7517 auto NotMask = MIRBuilder.buildNot(MaskTy, MaskReg); in lowerSelect() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp53588 APInt NotMask = APInt::getLowBitsSet(NumBits, NumElts); in combineMOVMSK() local
53600 APInt NotMask = APInt::getLowBitsSet(NumBits, NumElts); in combineMOVMSK() local