Searched refs:Mask2 (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanTransforms.cpp | 210 VPValue *Mask2 = getPredicatedMask(Region2); in mergeReplicateRegions() local 211 if (!Mask1 || Mask1 != Mask2) in mergeReplicateRegions() 218 assert(Mask1 && Mask2 && "both region must have conditions"); in mergeReplicateRegions()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsExpandPseudo.cpp | 106 Register Mask2 = I->getOperand(4).getReg(); in expandAtomicCmpSwapSubword() local 159 .addReg(Mask2); in expandAtomicCmpSwapSubword() 414 Register Mask2 = I->getOperand(4).getReg(); in expandAtomicBinOpSubword() local 534 .addReg(OldVal).addReg(Mask2); in expandAtomicBinOpSubword()
|
| H A D | MipsISelLowering.cpp | 1663 Register Mask2 = RegInfo.createVirtualRegister(RC); in emitAtomicBinaryPartword() local 1795 BuildMI(BB, DL, TII->get(Mips::NOR), Mask2).addReg(Mips::ZERO).addReg(Mask); in emitAtomicBinaryPartword() 1809 .addReg(Mask2) in emitAtomicBinaryPartword() 1912 Register Mask2 = RegInfo.createVirtualRegister(RC); in emitAtomicCmpSwapPartword() local 1982 BuildMI(BB, DL, TII->get(Mips::NOR), Mask2).addReg(Mips::ZERO).addReg(Mask); in emitAtomicCmpSwapPartword() 2001 .addReg(Mask2) in emitAtomicCmpSwapPartword()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMSystemRegister.td | 45 // Mask1 Mask2 Mask3 Enc12, Name
|
| H A D | ARMISelLowering.cpp | 5943 SDValue Mask2 = DAG.getConstant(0x7fffffff, dl, MVT::i32); in LowerFCOPYSIGN() local 5947 DAG.getNode(ISD::BITCAST, dl, MVT::i32, Tmp0), Mask2); in LowerFCOPYSIGN() 5956 SDValue Hi = DAG.getNode(ISD::AND, dl, MVT::i32, Tmp0.getValue(1), Mask2); in LowerFCOPYSIGN() 13865 unsigned Mask2 = N11C->getZExtValue(); in PerformORCombineToBFI() local 13870 (Mask == ~Mask2)) { in PerformORCombineToBFI() 13877 unsigned amt = countTrailingZeros(Mask2); in PerformORCombineToBFI() 13887 (~Mask == Mask2)) { in PerformORCombineToBFI() 13891 (Mask2 == 0xffff || Mask2 == 0xffff0000)) in PerformORCombineToBFI() 13898 DAG.getConstant(Mask2, DL, MVT::i32)); in PerformORCombineToBFI() 14208 unsigned Mask2 = N11C->getZExtValue(); in PerformBFICombine() local [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSimplifyDemanded.cpp | 711 APInt Mask2 = LowBits | APInt::getSignMask(BitWidth); in SimplifyDemandedUseBits() local 712 if (SimplifyDemandedBits(I, 0, Mask2, LHSKnown, Depth + 1)) in SimplifyDemandedUseBits()
|
| H A D | InstCombineCompares.cpp | 3181 APInt Mask2 = IsTrailing in foldICmpEqIntrinsicWithConstant() local 3186 ConstantInt::get(Ty, Mask2)); in foldICmpEqIntrinsicWithConstant()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 2259 SmallVector<Constant *, 8> Mask2; in insertVector() local 2260 Mask2.reserve(cast<FixedVectorType>(VecTy)->getNumElements()); in insertVector() 2262 Mask2.push_back(IRB.getInt1(i >= BeginIndex && i < EndIndex)); in insertVector() 2264 V = IRB.CreateSelect(ConstantVector::get(Mask2), V, Old, Name + "blend"); in insertVector()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 15147 Value *Mask2 = ConstantVector::get(Consts); in EmitPPCBuiltinExpr() local 15149 Builder.CreateCall(Vperm, {Zero, AllElts, Mask2}, "shuffle2"), ResTy); in EmitPPCBuiltinExpr()
|