Searched refs:HiLd (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.cpp | 13802 SDValue HiLd = DAG.getLoad(MVT::i32, LdDL, Ld->getChain(), HiAddr, in PerformSTORECombine() local 13810 Ops.push_back(HiLd); in PerformSTORECombine() 13823 SDValue HiSt = DAG.getStore(NewChain, StDL, HiLd, HiAddr, in PerformSTORECombine()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 29375 SDValue HiLd = DAG.getLoad(MVT::i32, LdDL, Ld->getChain(), HiAddr, in combineStore() local 29384 Ops.push_back(HiLd); in combineStore() 29395 SDValue HiSt = DAG.getStore(NewChain, StDL, HiLd, HiAddr, in combineStore()
|