Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp968 SDValue NotMask = DAG.getNOT(DL, Mask, MaskTy); in ExpandSELECT() local
1231 SDValue NotMask = DAG.getNOT(DL, Mask, VT); in ExpandVSELECT() local
1263 SDValue NotMask = DAG.getNode(ISD::VP_XOR, DL, VT, Mask, Ones, Mask, EVL); in ExpandVP_SELECT() local
H A DDAGCombiner.cpp17475 uint64_t NotMask = ~cast<ConstantSDNode>(V->getOperand(1))->getSExtValue(); in CheckForMaskedLoad() local
/llvm-project-15.0.7/llvm/tools/llvm-rc/
H A DResourceScriptStmt.h73 int32_t NotMask; variable
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1102 Value *NotMask = Builder.CreateShl(MinusOne, NBits, "notmask"); in canonicalizeLowbitMask() local
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7256 auto NotMask = MIRBuilder.buildNot(MaskTy, MaskReg); in lowerSelect() local
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8655 auto *NotMask = new VPInstruction(VPInstruction::Not, ALM, DL); in addCanonicalIVRecipes() local
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp52251 APInt NotMask = APInt::getLowBitsSet(NumBits, NumElts); in combineMOVMSK() local
52263 APInt NotMask = APInt::getLowBitsSet(NumBits, NumElts); in combineMOVMSK() local