Searched refs:ExtractIdx (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | LoopUtils.cpp | 927 for (unsigned ExtractIdx = 0; ExtractIdx != VF; ++ExtractIdx) { in getOrderedReduction() local 929 Builder.CreateExtractElement(Src, Builder.getInt32(ExtractIdx)); in getOrderedReduction()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | ConstantFold.cpp | 858 Constant *ExtractIdx = ConstantInt::get(Ty, i); in ConstantFoldUnaryInstruction() local 859 Constant *Elt = ConstantExpr::getExtractElement(C, ExtractIdx); in ConstantFoldUnaryInstruction() 1237 Constant *ExtractIdx = ConstantInt::get(Ty, i); in ConstantFoldBinaryInstruction() local 1238 Constant *LHS = ConstantExpr::getExtractElement(C1, ExtractIdx); in ConstantFoldBinaryInstruction() 1239 Constant *RHS = ConstantExpr::getExtractElement(C2, ExtractIdx); in ConstantFoldBinaryInstruction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 2572 unsigned ExtractIdx = cast<ConstantInt>(Idx)->getZExtValue(); in visitCallInst() local 2582 if (ExtractIdx == Index) in visitCallInst()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 7425 unsigned ExtractIdx = std::numeric_limits<unsigned>::max(); in getConstantVector() local 7431 ExtractIdx = CstVal->getSExtValue(); in getConstantVector() 7444 if (Idx == ExtractIdx) in getConstantVector()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 8394 uint64_t ExtractIdx = Sub.getConstantOperandVal(1); in getFauxShuffleMask() local 8398 Mask[InsertIdx + i] = NumElts + ExtractIdx + i; in getFauxShuffleMask() 14934 unsigned ExtractIdx = BitOffset / V.getScalarValueSizeInBits(); in lowerShuffleAsBroadcast() local 14935 V = extract128BitVector(V, ExtractIdx, DAG, DL); in lowerShuffleAsBroadcast() 40173 int ExtractIdx = Op.getConstantOperandVal(1); in combineX86ShufflesRecursively() local 40177 std::iota(OpMask.begin(), OpMask.end(), ExtractIdx); in combineX86ShufflesRecursively() 44725 int ExtractIdx = (int)IdxC.getZExtValue(); in combineExtractWithShuffle() local 44727 int Lo = Scale * ExtractIdx; in combineExtractWithShuffle() 44728 int Hi = Scale * (ExtractIdx + 1); in combineExtractWithShuffle() 44741 int ExtractIdx; in combineExtractWithShuffle() local [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 6774 int ExtractIdx = Idx < NumElts ? Idx : Idx - NumElts; in lowerShuffleVector() local 6775 auto IdxK = MIRBuilder.buildConstant(IdxTy, ExtractIdx); in lowerShuffleVector()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 21249 SDValue ExtractIdx = InsertElt.getOperand(1); in removeRedundantInsertVectorElt() local 21252 if (!isNullConstant(ExtractIdx)) in removeRedundantInsertVectorElt()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 21451 const APInt &ExtractIdx = Op.getConstantOperandAPInt(1); in reduceBuildVecToShuffle() local 21452 if (ExtractIdx.uge(ExtractedFromVec.getValueType().getVectorNumElements())) in reduceBuildVecToShuffle()
|