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.cpp3965 bool IsBigEndianTarget = MF.getDataLayout().isBigEndian(); in matchLoadOrCombine() local
3969 bool NeedsBSwap = IsBigEndianTarget != *IsBigEndian; in matchLoadOrCombine()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9114 bool IsBigEndianTarget = DAG.getDataLayout().isBigEndian(); in MatchLoadCombine() local
9124 return IsBigEndianTarget ? bigEndianByteAt(LoadByteWidth, P.DestOffset) in MatchLoadCombine()
9242 bool NeedsBswap = IsBigEndianTarget != *IsBigEndian; in MatchLoadCombine()