Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6890 SDValue EltLoad = DAG.getLoad( in combineLOAD() local
6895 DCI.CombineTo(HiPart, EltLoad, true); in combineLOAD()
6896 ArgChains.push_back(EltLoad.getValue(1)); in combineLOAD()
6899 SDValue EltLoad = DAG.getLoad( in combineLOAD() local
6905 DCI.CombineTo(LoPart, EltLoad, true); in combineLOAD()
6906 ArgChains.push_back(EltLoad.getValue(1)); in combineLOAD()