Searched refs:ByteOffsets (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6544 static Optional<bool> isBigEndian(const ArrayRef<int64_t> ByteOffsets, argument
6547 unsigned Width = ByteOffsets.size();
6553 int64_t CurrentByteOffset = ByteOffsets[i] - FirstOffset;
6622 // ByteOffsets.
6624 SmallVector<int64_t, 8> ByteOffsets(Width, INT64_MAX);
6687 if (Offset < 0 || Offset >= Width || ByteOffsets[Offset] != INT64_MAX)
6689 ByteOffsets[Offset] = ByteOffsetFromBase;
6697 Optional<bool> IsBigEndian = isBigEndian(ByteOffsets, FirstOffset);
6800 // base address. Collect bytes offsets from Base address in ByteOffsets.
6801 SmallVector<int64_t, 8> ByteOffsets(ByteWidt
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8073 SmallVector<int64_t, 8> ByteOffsets(NumElems, 0);
8096 if (!findEltLoadSrc(Elt, Loads[i], ByteOffsets[i]) || ByteOffsets[i] < 0)
8099 if (((ByteOffsets[i] * 8) + EltSizeInBits) > LoadSizeInBits)
8132 if (ByteOffsets[FirstLoadedElt] != 0)
8139 int64_t ByteOffset = ByteOffsets[EltIdx];
8143 Loads[BaseIdx] == Ld && ByteOffsets[BaseIdx] == 0);
[all...]

Completed in 240 milliseconds