Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp37916 SDValue LoAddr = Ld->getBasePtr(); in combineStore() local
37917 SDValue HiAddr = DAG.getMemBasePlusOffset(LoAddr, 4, LdDL); in combineStore()
37919 SDValue LoLd = DAG.getLoad(MVT::i32, LdDL, Ld->getChain(), LoAddr, in combineStore()
37930 LoAddr = St->getBasePtr(); in combineStore()
37931 HiAddr = DAG.getMemBasePlusOffset(LoAddr, 4, StDL); in combineStore()
37934 DAG.getStore(St->getChain(), StDL, LoLd, LoAddr, St->getPointerInfo(), in combineStore()