Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp8901 SDValue Bcst = DAG.getNode(X86ISD::VBROADCASTM, dl, BcstVT, BOperand); in lowerBuildVectorAsBroadcast() local
8903 Bcst = extractSubVector(Bcst, 0, DAG, dl, VT.getSizeInBits()); in lowerBuildVectorAsBroadcast()
8904 return DAG.getBitcast(VT, Bcst); in lowerBuildVectorAsBroadcast()
38994 SDValue Bcst = TLO.DAG.getNode(X86ISD::VBROADCAST, DL, BcstVT, Src); in SimplifyDemandedVectorEltsForTargetNode() local
38995 return TLO.CombineTo(Op, insertSubVector(TLO.DAG.getUNDEF(VT), Bcst, 0, in SimplifyDemandedVectorEltsForTargetNode()
39005 SDValue Bcst = TLO.DAG.getMemIntrinsicNode( in SimplifyDemandedVectorEltsForTargetNode() local
39009 Bcst.getValue(1)); in SimplifyDemandedVectorEltsForTargetNode()
39010 return TLO.CombineTo(Op, insertSubVector(TLO.DAG.getUNDEF(VT), Bcst, 0, in SimplifyDemandedVectorEltsForTargetNode()
39032 SDValue Bcst = in SimplifyDemandedVectorEltsForTargetNode() local
39036 Bcst.getValue(1)); in SimplifyDemandedVectorEltsForTargetNode()
[all …]