Searched refs:ClearVT (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 13910 EVT ClearVT = EVT::getVectorVT(*DAG.getContext(), ClearSVT, NumSubElts); in XformToShuffleWithZero() local 13911 if (!TLI.isVectorClearMaskLegal(Indices, ClearVT)) in XformToShuffleWithZero() 13914 SDValue Zero = DAG.getConstant(0, dl, ClearVT); in XformToShuffleWithZero() 13915 return DAG.getBitcast(VT, DAG.getVectorShuffle(ClearVT, dl, in XformToShuffleWithZero() 13916 DAG.getBitcast(ClearVT, LHS), in XformToShuffleWithZero()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 17509 EVT ClearVT = EVT::getVectorVT(*DAG.getContext(), ClearSVT, NumSubElts); in XformToShuffleWithZero() local 17510 if (!TLI.isVectorClearMaskLegal(Indices, ClearVT)) in XformToShuffleWithZero() 17513 SDValue Zero = DAG.getConstant(0, DL, ClearVT); in XformToShuffleWithZero() 17514 return DAG.getBitcast(VT, DAG.getVectorShuffle(ClearVT, DL, in XformToShuffleWithZero() 17515 DAG.getBitcast(ClearVT, LHS), in XformToShuffleWithZero()
|