Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp7923 SDValue NewShuffle = DAG.getVectorShuffle( in LowerVECTOR_SHUFFLEUsingMovs() local
7925 SDValue BitCast = DAG.getBitcast(MVT::v4i32, NewShuffle); in LowerVECTOR_SHUFFLEUsingMovs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp35817 SDValue NewShuffle = combineX86ShufflesRecursively( in SimplifyDemandedVectorEltsForTargetNode() local
35820 if (NewShuffle) in SimplifyDemandedVectorEltsForTargetNode()
35821 return TLO.CombineTo(Op, NewShuffle); in SimplifyDemandedVectorEltsForTargetNode()