Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3825 bool IsBigEndianTarget = MF.getDataLayout().isBigEndian(); in matchLoadOrCombine() local
3829 bool NeedsBSwap = IsBigEndianTarget != *IsBigEndian; in matchLoadOrCombine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9101 bool IsBigEndianTarget = DAG.getDataLayout().isBigEndian(); in MatchLoadCombine() local
9111 return IsBigEndianTarget ? bigEndianByteAt(LoadByteWidth, P.DestOffset) in MatchLoadCombine()
9229 bool NeedsBswap = IsBigEndianTarget != *IsBigEndian; in MatchLoadCombine()