Searched refs:ExtractIdx (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| HD | LoopUtils.cpp | 810 for (unsigned ExtractIdx = 0; ExtractIdx != VF; ++ExtractIdx) { in getOrderedReduction() local 812 Builder.CreateExtractElement(Src, Builder.getInt32(ExtractIdx)); in getOrderedReduction()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/ |
| HD | ConstantFold.cpp | 986 Constant *ExtractIdx = ConstantInt::get(Ty, i); in ConstantFoldUnaryInstruction() local 987 Constant *Elt = ConstantExpr::getExtractElement(C, ExtractIdx); in ConstantFoldUnaryInstruction() 1337 Constant *ExtractIdx = ConstantInt::get(Ty, i); in ConstantFoldBinaryInstruction() local 1338 Constant *LHS = ConstantExpr::getExtractElement(C1, ExtractIdx); in ConstantFoldBinaryInstruction() 1339 Constant *RHS = ConstantExpr::getExtractElement(C2, ExtractIdx); in ConstantFoldBinaryInstruction()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | CodeGenPrepare.cpp | 6532 unsigned ExtractIdx = std::numeric_limits<unsigned>::max(); in getConstantVector() local 6538 ExtractIdx = CstVal->getSExtValue(); in getConstantVector() 6550 if (Idx == ExtractIdx) in getConstantVector()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| HD | LegalizerHelper.cpp | 4240 int ExtractIdx = Idx < NumElts ? Idx : Idx - NumElts; in lowerShuffleVector() local 4241 auto IdxK = MIRBuilder.buildConstant(IdxTy, ExtractIdx); in lowerShuffleVector()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86ISelLowering.cpp | 7256 uint64_t ExtractIdx = Sub.getConstantOperandVal(1); in getFauxShuffleMask() local 7260 Mask[InsertIdx + i] = NumElts + ExtractIdx + i; in getFauxShuffleMask() 12834 unsigned ExtractIdx = BitOffset / V.getScalarValueSizeInBits(); in lowerShuffleAsBroadcast() local 12835 V = extract128BitVector(V, ExtractIdx, DAG, DL); in lowerShuffleAsBroadcast() 37126 int ExtractIdx = (int)N->getConstantOperandVal(1); in combineExtractWithShuffle() local 37128 int Lo = Scale * ExtractIdx; in combineExtractWithShuffle() 37129 int Hi = Scale * (ExtractIdx + 1); in combineExtractWithShuffle()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| HD | DAGCombiner.cpp | 17680 const APInt &ExtractIdx = Op.getConstantOperandAPInt(1); in reduceBuildVecToShuffle() local 17681 if (ExtractIdx.uge(ExtractedFromVec.getValueType().getVectorNumElements())) in reduceBuildVecToShuffle()
|