Home
last modified time | relevance | path

Searched refs:Concat0 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp58445 SDValue Concat0 = CombineSubOperand(VT, Ops, 0); in combineConcatVectorOps() local
58447 if (Concat0 || Concat1 || in combineConcatVectorOps()
58462 Concat0 = Concat0 ? Concat0 : ConcatSubOperand(VT, Ops, 0); in combineConcatVectorOps()
58464 return DAG.getVectorShuffle(VT, DL, Concat0, Concat1, NewMask); in combineConcatVectorOps()
58502 SDValue Concat0 = CombineSubOperand(VT, Ops, 0); in combineConcatVectorOps() local
58504 if (Concat0 || Concat1) in combineConcatVectorOps()
58506 Concat0 ? Concat0 : ConcatSubOperand(VT, Ops, 0), in combineConcatVectorOps()
58527 SDValue Concat0 = CombineSubOperand(VT, Ops, 0); in combineConcatVectorOps() local
58529 if (Concat0 || Concat1 || in combineConcatVectorOps()
58532 Concat0 ? Concat0 : ConcatSubOperand(VT, Ops, 0), in combineConcatVectorOps()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp13281 SDValue Concat0 = in ReconstructTruncateFromBuildVector() local
13285 SDValue Trunc0 = DAG.getNode(ISD::TRUNCATE, DL, MVT::v8i8, Concat0); in ReconstructTruncateFromBuildVector()
20137 SDValue Concat0 = DAG.getNode(ISD::CONCAT_VECTORS, DL, VT, N00, N10); in performConcatVectorsCombine() local
20139 return DAG.getNode(N0Opc, DL, VT, Concat0, Concat1); in performConcatVectorsCombine()