Searched refs:SubOps (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 4230 SmallVector<SDValue, 16> SubOps(NumSubVecs, DAG.getUNDEF(SubVT)); in convertMask() local 4231 SubOps[0] = Mask; in convertMask() 4232 Mask = DAG.getNode(ISD::CONCAT_VECTORS, SDLoc(Mask), ToMaskVT, SubOps); in convertMask()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 4762 SDValue SubOps[] = { Ops[I], Ops[I + Stride] }; in getNode() local 4779 Ops[I] = getPermuteNode(DAG, DL, *P, SubOps[0], SubOps[1]); in getNode() 4791 Ops[I] = getGeneralPermuteNode(DAG, DL, SubOps, NewBytes); in getNode()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 6134 SmallVector<SDValue, 2> SubOps; in SplitOpsAndApply() local 6139 SubOps.push_back(extractSubVector(Op, i * NumSubElts, DAG, DL, SizeSub)); in SplitOpsAndApply() 6141 Subs.push_back(Builder(DAG, DL, SubOps)); in SplitOpsAndApply() 38035 SmallVector<SDValue> SubOps; in combineTargetShuffle() local 38036 if (collectConcatOps(Src.getNode(), SubOps) && SubOps.size() == 2) in combineTargetShuffle() 38037 return SubOps[Idx & 1]; in combineTargetShuffle() 50194 auto ConcatSubOperand = [&](MVT VT, ArrayRef<SDValue> SubOps, unsigned I) { in combineConcatVectorOps() argument 50196 for (SDValue SubOp : SubOps) in combineConcatVectorOps() 50241 SmallVector<SDValue, 2> SubOps; in combineConcatVectorOps() local 50242 if (!getTargetShuffleMask(Ops[i].getNode(), OpVT, false, SubOps, in combineConcatVectorOps()
|