Searched refs:ExtractIdx (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| D | LoopUtils.cpp | 895 for (unsigned ExtractIdx = 0; ExtractIdx != VF; ++ExtractIdx) { in getOrderedReduction() local 897 Builder.CreateExtractElement(Src, Builder.getInt32(ExtractIdx)); in getOrderedReduction()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/ |
| D | ConstantFold.cpp | 855 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-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | CodeGenPrepare.cpp | 7191 unsigned ExtractIdx = std::numeric_limits<unsigned>::max(); in getConstantVector() local 7197 ExtractIdx = CstVal->getSExtValue(); in getConstantVector() 7210 if (Idx == ExtractIdx) in getConstantVector()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 7618 uint64_t ExtractIdx = Sub.getConstantOperandVal(1); in getFauxShuffleMask() local 7622 Mask[InsertIdx + i] = NumElts + ExtractIdx + i; in getFauxShuffleMask() 13819 unsigned ExtractIdx = BitOffset / V.getScalarValueSizeInBits(); in lowerShuffleAsBroadcast() local 13820 V = extract128BitVector(V, ExtractIdx, DAG, DL); in lowerShuffleAsBroadcast() 40952 int ExtractIdx = (int)IdxC.getZExtValue(); in combineExtractWithShuffle() local 40954 int Lo = Scale * ExtractIdx; in combineExtractWithShuffle() 40955 int Hi = Scale * (ExtractIdx + 1); in combineExtractWithShuffle() 40968 int ExtractIdx; in combineExtractWithShuffle() local 40971 ExtractIdx = Mask[IdxC.getZExtValue()]; in combineExtractWithShuffle() 40980 ExtractIdx = Mask[ScaledIdx]; in combineExtractWithShuffle() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| D | LegalizerHelper.cpp | 6737 int ExtractIdx = Idx < NumElts ? Idx : Idx - NumElts; in lowerShuffleVector() local 6738 auto IdxK = MIRBuilder.buildConstant(IdxTy, ExtractIdx); in lowerShuffleVector()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.cpp | 16551 SDValue ExtractIdx = InsertElt.getOperand(1); in removeRedundantInsertVectorElt() local 16554 if (!isNullConstant(ExtractIdx)) in removeRedundantInsertVectorElt()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | DAGCombiner.cpp | 19467 const APInt &ExtractIdx = Op.getConstantOperandAPInt(1); in reduceBuildVecToShuffle() local 19468 if (ExtractIdx.uge(ExtractedFromVec.getValueType().getVectorNumElements())) in reduceBuildVecToShuffle()
|