Searched refs:BoolVec (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstCombineIntrinsic.cpp | 2913 Value *BoolVec; in instCombineIntrinsic() local 2914 if (match(Mask, m_SExt(m_Value(BoolVec))) && in instCombineIntrinsic() 2915 BoolVec->getType()->isVectorTy() && in instCombineIntrinsic() 2916 BoolVec->getType()->getScalarSizeInBits() == 1) { in instCombineIntrinsic() 2933 BoolVec = IC.Builder.CreateShuffleVector(BoolVec, ScaledMask); in instCombineIntrinsic() 2941 return SelectInst::Create(BoolVec, Op1, Op0); in instCombineIntrinsic() 2949 Value *Sel = IC.Builder.CreateSelect(BoolVec, CastOp1, CastOp0); in instCombineIntrinsic()
|
| H A D | X86ISelLowering.cpp | 52980 SDValue BoolVec = DAG.getBitcast(RegVT, IntLoad); in combineLoad() local 52981 return DCI.CombineTo(N, BoolVec, IntLoad.getValue(1), true); in combineLoad() 57318 SDValue BoolVec = Src.getOperand(0); in combineCMP() local 57320 if (BoolVec.getOpcode() == X86ISD::KSHIFTR) { in combineCMP() 57321 ShAmt = BoolVec.getConstantOperandVal(1); in combineCMP() 57322 BoolVec = BoolVec.getOperand(0); in combineCMP() 57324 BoolVec = widenMaskVector(BoolVec, false, Subtarget, DAG, dl); in combineCMP() 57325 EVT VecVT = BoolVec.getValueType(); in combineCMP() 57330 Op = DAG.getBitcast(BCVT, BoolVec); in combineCMP()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 29343 SDValue BoolVec = VecOp.getOperand(0); in LowerReductionToSVE() local 29344 if (BoolVec.getValueType().getVectorElementType() == MVT::i1) { in LowerReductionToSVE() 29349 BoolVec, BoolVec); in LowerReductionToSVE()
|