Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp106 static unsigned bigEndianByteAt(const unsigned ByteWidth, const unsigned I) { in bigEndianByteAt() function
143 BigEndian &= Idx == bigEndianByteAt(Width, MemOffset); in isBigEndian()
4136 ? bigEndianByteAt(NumLoadsInTy, 0) in matchLoadOrCombine()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9275 static unsigned bigEndianByteAt(unsigned BW, unsigned i) { in bigEndianByteAt() function
9293 BigEndian &= CurrentByteOffset == bigEndianByteAt(Width, i); in isBigEndian()
9578 return IsBigEndianTarget ? bigEndianByteAt(LoadByteWidth, P.DestOffset) in MatchLoadCombine()