Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp2779 static bool MayFoldIntoStore(SDValue Op) { in MayFoldIntoStore() function
6350 if (MayFoldVectorLoad(V1) && MayFoldIntoStore(Op)) in getMOVLP()
14328 if (MayFoldLoad(N0) && MayFoldIntoStore(Op)) in IsDesirableToPromoteOp()
14346 if (MayFoldLoad(N0) && (!isa<ConstantSDNode>(N1) || MayFoldIntoStore(Op))) in IsDesirableToPromoteOp()
14348 if (MayFoldLoad(N1) && (!isa<ConstantSDNode>(N0) || MayFoldIntoStore(Op))) in IsDesirableToPromoteOp()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp3786 static bool MayFoldIntoStore(SDValue Op) { in MayFoldIntoStore() function
31095 if (MayFoldLoad(N0) && MayFoldIntoStore(Op)) in IsDesirableToPromoteOp()
31113 if (MayFoldLoad(N0) && (!isa<ConstantSDNode>(N1) || MayFoldIntoStore(Op))) in IsDesirableToPromoteOp()
31115 if (MayFoldLoad(N1) && (!isa<ConstantSDNode>(N0) || MayFoldIntoStore(Op))) in IsDesirableToPromoteOp()