Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp35343 SDValue VZLoad = in combineShuffle() local
35349 DAG.ReplaceAllUsesOfValueWith(SDValue(LN, 1), VZLoad.getValue(1)); in combineShuffle()
35350 return VZLoad; in combineShuffle()
43026 SDValue VZLoad = in combineX86INT_TO_FP() local
43032 DAG.getBitcast(InVT, VZLoad)); in combineX86INT_TO_FP()
43034 DAG.ReplaceAllUsesOfValueWith(SDValue(LN, 1), VZLoad.getValue(1)); in combineX86INT_TO_FP()
43062 SDValue VZLoad = in combineCVTP2I_CVTTP2I() local
43068 DAG.getBitcast(InVT, VZLoad)); in combineCVTP2I_CVTTP2I()
43070 DAG.ReplaceAllUsesOfValueWith(SDValue(LN, 1), VZLoad.getValue(1)); in combineCVTP2I_CVTTP2I()