Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1191 SDValue NotMask = DAG.getNOT(DL, Mask, MaskTy); in ExpandSELECT() local
1454 SDValue NotMask = DAG.getNOT(DL, Mask, VT); in ExpandVSELECT() local
1486 SDValue NotMask = DAG.getNode(ISD::VP_XOR, DL, VT, Mask, Ones, Ones, EVL); in ExpandVP_SELECT() local
H A DDAGCombiner.cpp19754 uint64_t NotMask = ~cast<ConstantSDNode>(V->getOperand(1))->getSExtValue(); in CheckForMaskedLoad() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp1324 auto *NotMask = Builder.createNot(ALM, DL); in addVPLaneMaskPhiAndUpdateExitBranch() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1743 enum NotMask { None = 0, NotInner, NotRHS }; in foldSelectICmpEq() enum
1746 unsigned NotMask) { in foldSelectICmpEq()
H A DInstCombineAddSub.cpp1220 Value *NotMask = Builder.CreateShl(MinusOne, NBits, "notmask"); in canonicalizeLowbitMask() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp8513 auto NotMask = MIRBuilder.buildNot(MaskTy, MaskReg); in lowerSelect() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp54528 APInt NotMask = APInt::getLowBitsSet(NumBits, NumElts); in combineMOVMSK() local
54540 APInt NotMask = APInt::getLowBitsSet(NumBits, NumElts); in combineMOVMSK() local