Home
last modified time | relevance | path

Searched refs:ExtractIdx (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp895 for (unsigned ExtractIdx = 0; ExtractIdx != VF; ++ExtractIdx) { in getOrderedReduction() local
897 Builder.CreateExtractElement(Src, Builder.getInt32(ExtractIdx)); in getOrderedReduction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp855 Constant *ExtractIdx = ConstantInt::get(Ty, i); in ConstantFoldUnaryInstruction() local
856 Constant *Elt = ConstantExpr::getExtractElement(C, ExtractIdx); in ConstantFoldUnaryInstruction()
1228 Constant *ExtractIdx = ConstantInt::get(Ty, i); in ConstantFoldBinaryInstruction() local
1229 Constant *LHS = ConstantExpr::getExtractElement(C1, ExtractIdx); in ConstantFoldBinaryInstruction()
1230 Constant *RHS = ConstantExpr::getExtractElement(C2, ExtractIdx); in ConstantFoldBinaryInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7191 unsigned ExtractIdx = std::numeric_limits<unsigned>::max(); in getConstantVector() local
7197 ExtractIdx = CstVal->getSExtValue(); in getConstantVector()
7210 if (Idx == ExtractIdx) in getConstantVector()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp13820 V = extract128BitVector(V, ExtractIdx, DAG, DL); in lowerShuffleAsBroadcast()
40948 int ExtractIdx = (int)IdxC.getZExtValue(); in combineExtractWithShuffle() local
40950 int Lo = Scale * ExtractIdx; in combineExtractWithShuffle()
40951 int Hi = Scale * (ExtractIdx + 1); in combineExtractWithShuffle()
40964 int ExtractIdx; in combineExtractWithShuffle() local
40967 ExtractIdx = Mask[IdxC.getZExtValue()]; in combineExtractWithShuffle()
40976 ExtractIdx = Mask[ScaledIdx]; in combineExtractWithShuffle()
40984 if (ExtractIdx == SM_SentinelUndef) in combineExtractWithShuffle()
40987 if (ExtractIdx == SM_SentinelZero) in combineExtractWithShuffle()
40991 SDValue SrcOp = Ops[ExtractIdx / Mask.size()]; in combineExtractWithShuffle()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6737 int ExtractIdx = Idx < NumElts ? Idx : Idx - NumElts; in lowerShuffleVector() local
6738 auto IdxK = MIRBuilder.buildConstant(IdxTy, ExtractIdx); in lowerShuffleVector()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp16551 SDValue ExtractIdx = InsertElt.getOperand(1); in removeRedundantInsertVectorElt() local
16554 if (!isNullConstant(ExtractIdx)) in removeRedundantInsertVectorElt()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19467 const APInt &ExtractIdx = Op.getConstantOperandAPInt(1); in reduceBuildVecToShuffle() local
19468 if (ExtractIdx.uge(ExtractedFromVec.getValueType().getVectorNumElements())) in reduceBuildVecToShuffle()