Searched refs:StDL (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.cpp | 13772 DebugLoc StDL = N->getDebugLoc(); in PerformSTORECombine() local 13787 return DAG.getStore(NewChain, StDL, NewLd, St->getBasePtr(), in PerformSTORECombine() 13816 HiAddr = DAG.getNode(ISD::ADD, StDL, MVT::i32, LoAddr, in PerformSTORECombine() 13819 SDValue LoSt = DAG.getStore(NewChain, StDL, LoLd, LoAddr, in PerformSTORECombine() 13823 SDValue HiSt = DAG.getStore(NewChain, StDL, HiLd, HiAddr, in PerformSTORECombine() 13828 return DAG.getNode(ISD::TokenFactor, StDL, MVT::Other, LoSt, HiSt); in PerformSTORECombine()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 29346 SDLoc StDL(N); in combineStore() local 29361 return DAG.getStore(NewChain, StDL, NewLd, St->getBasePtr(), in combineStore() 29389 HiAddr = DAG.getMemBasePlusOffset(LoAddr, 4, StDL); in combineStore() 29391 SDValue LoSt = DAG.getStore(NewChain, StDL, LoLd, LoAddr, in combineStore() 29395 SDValue HiSt = DAG.getStore(NewChain, StDL, HiLd, HiAddr, in combineStore() 29400 return DAG.getNode(ISD::TokenFactor, StDL, MVT::Other, LoSt, HiSt); in combineStore()
|