Home
last modified time | relevance | path

Searched defs:NewMask (Results 1 – 25 of 36) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFloatingPointMode.cpp15 FPClassTest NewMask = Mask & fcNan; in fneg() local
36 FPClassTest NewMask = Mask & fcNan; fabs() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterPressure.cpp52 LaneBitmask PrevMask, LaneBitmask NewMask) { in increaseSetPressure()
66 LaneBitmask PrevMask, LaneBitmask NewMask) { in decreaseSetPressure()
157 LaneBitmask NewMask) { in increaseRegPressure()
172 LaneBitmask NewMask) { in decreaseRegPressure()
701 LaneBitmask NewMask = PrevMask | P.LaneMask; in addLiveRegs() local
715 LaneBitmask NewMask; in discoverLiveInOrOut() local
769 LaneBitmask NewMask = PreviousMask & ~Def.LaneMask; in recede() local
799 LaneBitmask NewMask = PreviousMask | Use.LaneMask; in recede() local
928 LaneBitmask NewMask = PreviousMask | Def.LaneMask; in advance() local
1315 LaneBitmask NewMask = LiveMask & ~LastUseMask; in bumpDownwardPressure() local
[all …]
H A DComplexDeinterleavingPass.cpp1991 auto *NewMask = Builder.CreateIntrinsic(Intrinsic::vector_interleave2, in replaceNode() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DVectorBuilder.h78 VectorBuilder &setMask(Value *NewMask) { in setMask()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1315 SmallVector<int, 16> NewMask(NumMaskElts); in foldInsEltIntoSplat() local
1354 SmallVector<int, 16> NewMask(NumMaskElts); in foldInsEltIntoIdentityShuffle() local
2135 SmallVector<int, 16> NewMask(NumElts); in foldSelectShuffleOfSelectShuffle() local
2238 SmallVector<int, 16> NewMask(NumMaskElts, 0); in canonicalizeInsertSplat() local
2593 SmallVector<int, 16> NewMask(NumElts); in foldIdentityExtractShuffle() local
2732 SmallVector<int, 16> NewMask(Mask.size(), -1); in foldIdentityPaddedShuffles() local
H A DInstCombineAndOrXor.cpp169 unsigned NewMask; in conjugateICmpMask() local
389 Value *NewMask = ConstantInt::get(A->getType(), BorD); in foldLogOpOfMaskedICmps_NotAllZeros_BMask_Mixed() local
571 APInt NewMask = *ConstB & *ConstD; in foldLogOpOfMaskedICmps() local
583 APInt NewMask = *ConstB | *ConstD; in foldLogOpOfMaskedICmps() local
H A DInstCombineSimplifyDemanded.cpp356 APInt NewMask = ~(LHSKnown.One & RHSKnown.One & DemandedMask); in SimplifyDemandedUseBits() local
H A DInstCombineShifts.cpp227 Constant *NewMask; in dropRedundantMaskingOfLeftShiftInput() local
H A DInstCombineAddSub.cpp1609 Constant *NewMask = ConstantInt::get(RHS->getType(), *C1 - 1); in visitAdd() local
H A DInstCombineCalls.cpp2132 Value *NewMask = Builder.CreateAnd(II->getArgOperand(1), InnerMask); in visitCallInst() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIModeRegister.cpp56 unsigned NewMask = (Mask & S.Mask) & (Mode ^ ~S.Mode); in intersect() local
H A DGCNRegPressure.cpp52 LaneBitmask NewMask, in inc()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVECustomDAG.cpp512 SDValue NewMask; in getTargetSplitMask() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp731 SmallVector<int, 16> NewMask; in foldBitcastShuffle() local
1531 SmallVector<int, 16> NewMask; in foldShuffleOfCastops() local
1627 SmallVector<int, 16> NewMask(OuterMask.begin(), OuterMask.end()); in foldShuffleOfShuffles() local
H A DVPlanTransforms.cpp1489 VPValue *NewMask = GetNewMask(MemR->getMask()); in tryAddExplicitVectorLength() local
H A DSLPVectorizer.cpp985 SmallVector<int> NewMask(SubMask.size(), PoisonMaskElem); in addMask() local
5197 SmallVector<int> NewMask; in reorderNodeWithReuses() local
7652 SmallVector<int> NewMask(ReuseShuffleIndice in buildAltOpShuffleMask() local
7764 SmallVector<int> NewMask(ExtMask.size(), PoisonMaskElem); combineMasks() local
8030 SmallVector<int> NewMask(Mask.begin(), Mask.end()); createShuffle() local
9290 SmallVector<int> NewMask; getEntryCost() local
12133 SmallVector<int> NewMask; addOrdered() local
12175 SmallVector<int> NewMask(ExtMask.size(), PoisonMaskElem); global() local
14358 __anon07b2d77411302(Instruction *I1, Instruction *I2, SmallVectorImpl<int> &NewMask) optimizeGatherSequence() argument
14416 SmallVector<int> NewMask; optimizeGatherSequence() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2059 SDValue NewMask = DAG.getConstant(0xff, DL, XVT); in foldMaskAndShiftToExtract() local
2133 SDValue NewMask = DAG.getConstant(Mask >> ShiftAmt, DL, VT); in foldMaskedShiftToScaledMask() local
2307 SDValue NewMask = DAG.getConstant(Mask >> AMShiftAmt, DL, XVT); in foldMaskedShiftToBEXTR() local
4801 SDValue NewMask = CurDAG->getConstant(NegMaskVal, SDLoc(And), VT); in shrinkAndImmediate() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp410 void VPIntrinsic::setMaskParam(Value *NewMask) { in setMaskParam()
H A DInstructions.cpp1710 SmallVector<int, 16> NewMask(NumMaskElts); in commute() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7068 SDValue NewMask = in visitAND() local
12753 APInt NewMask = in visitSETCC() local
15619 SmallVector<int, 8> NewMask; in visitBITCAST() local
21826 SmallVectorImpl<int> &NewMask, SDValue Elt, in mergeEltWithShuffle()
21906 SmallVector<int, 16> NewMask(Mask); in mergeInsertEltWithShuffle() local
22226 SmallVector<int, 16> NewMask; in visitINSERT_VECTOR_ELT() local
24652 SmallVector<int, 16> NewMask; in foldExtractSubvectorFromShuffleVector() local
25537 SmallVector<int, 32> NewMask; in combineShuffleOfSplatVal() local
25577 SmallVector<int> NewMask; in combineShuffleOfBitcast() local
25776 SmallVector<int, 8> NewMask; in visitVECTOR_SHUFFLE() local
[all …]
H A DLegalizeDAG.cpp293 SmallVector<int, 8> NewMask; in ShuffleWithNarrowerEltType() local
3475 SmallVector<int, 32> NewMask; in ExpandNode() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp1271 ResultStack &Results, MutableArrayRef<int> NewMask, in packs() argument
1505 packp(ShuffleMask SM,OpRef Va,OpRef Vb,ResultStack & Results,MutableArrayRef<int> NewMask) packp() argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp1269 SmallVector<int> NewMask(Mask); in lower256BitShuffle() local
1331 SmallVector<int, 8> NewMask(OrigMask); in lowerVECTOR_SHUFFLE() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp4644 SmallVector<int, 16> NewMask(Mask); lowerVECTOR_SHUFFLEAsVSlidedown() local
17733 __anon765c18b72002(const APInt &NewMask) targetShrinkDemandedConstant() argument
17752 APInt NewMask = APInt(Mask.getBitWidth(), 0xffff); targetShrinkDemandedConstant() local
17758 APInt NewMask = APInt(64, 0xffffffff); targetShrinkDemandedConstant() local
17775 APInt NewMask = ShrunkMask; targetShrinkDemandedConstant() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp5708 SmallVector<int, 16> NewMask(Mask); in equalizeVectorShuffleLengths() local
5790 SmallVector<int, 16> NewMask; in moreElementsVectorShuffle() local

12