Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4117 bool IsBigEndianTarget = MF.getDataLayout().isBigEndian(); in matchLoadOrCombine() local
4121 bool NeedsBSwap = IsBigEndianTarget != *IsBigEndian; in matchLoadOrCombine()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9568 bool IsBigEndianTarget = DAG.getDataLayout().isBigEndian(); in MatchLoadCombine() local
9578 return IsBigEndianTarget ? bigEndianByteAt(LoadByteWidth, P.DestOffset) in MatchLoadCombine()
9696 bool NeedsBswap = IsBigEndianTarget != *IsBigEndian; in MatchLoadCombine()