Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp13798 SDValue LoLd = DAG.getLoad(MVT::i32, LdDL, Ld->getChain(), LoAddr, in PerformSTORECombine() local
13807 SDValue NewChain = LoLd.getValue(1); in PerformSTORECombine()
13809 Ops.push_back(LoLd); in PerformSTORECombine()
13819 SDValue LoSt = DAG.getStore(NewChain, StDL, LoLd, LoAddr, in PerformSTORECombine()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp29371 SDValue LoLd = DAG.getLoad(MVT::i32, LdDL, Ld->getChain(), LoAddr, in combineStore() local
29381 SDValue NewChain = LoLd.getValue(1); in combineStore()
29383 Ops.push_back(LoLd); in combineStore()
29391 SDValue LoSt = DAG.getStore(NewChain, StDL, LoLd, LoAddr, in combineStore()