Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/Target/X86/
DX86ISelLowering.cpp3258 static bool MayFoldIntoStore(SDValue Op) { in MayFoldIntoStore() function
7079 else if (MayFoldVectorLoad(V1) && MayFoldIntoStore(Op)) in getMOVLP()
19273 if (MayFoldLoad(N0) && MayFoldIntoStore(Op)) in IsDesirableToPromoteOp()
19291 if (MayFoldLoad(N0) && (!isa<ConstantSDNode>(N1) || MayFoldIntoStore(Op))) in IsDesirableToPromoteOp()
19293 if (MayFoldLoad(N1) && (!isa<ConstantSDNode>(N0) || MayFoldIntoStore(Op))) in IsDesirableToPromoteOp()