Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp6163 static bool MayFoldVectorLoad(SDValue V) { in MayFoldVectorLoad() function
6342 if (MayFoldVectorLoad(V2)) in getMOVLP()
6350 if (MayFoldVectorLoad(V1) && MayFoldIntoStore(Op)) in getMOVLP()
6354 if (MayFoldVectorLoad(V1) && MayFoldVectorLoad(V2)) in getMOVLP()