Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp11951 static bool MayFoldVectorLoad(SDValue V) { in MayFoldVectorLoad() function
12025 if (MayFoldVectorLoad(V2)) in getMOVLP()
12033 else if (MayFoldVectorLoad(V1) && MayFoldIntoStore(Op)) in getMOVLP()
12352 V2IsUndef && MayFoldVectorLoad(V1)) in LowerVECTOR_SHUFFLE()