Searched defs:StDL (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.cpp13772 DebugLoc StDL = N->getDebugLoc(); local
13787 return DAG.getStore(NewChain, StDL, NewLd, St->getBasePtr(),
13816 HiAddr = DAG.getNode(ISD::ADD, StDL, MVT::i32, LoAddr,
13819 SDValue LoSt = DAG.getStore(NewChain, StDL, LoLd, LoAddr,
13823 SDValue HiSt = DAG.getStore(NewChain, StDL, HiLd, HiAddr,
13828 return DAG.getNode(ISD::TokenFactor, StDL, MVT::Other, LoSt, HiSt);

Completed in 149 milliseconds