HomeSort by: relevance | last modified time | path
    Searched refs:ElementSizeBits (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp 155 /// ElementSizeBits elements in \p Chain. Break into two pieces such that the
159 splitOddVectorElts(ArrayRef<Instruction *> Chain, unsigned ElementSizeBits);
632 unsigned ElementSizeBits) {
633 unsigned ElementSizeBytes = ElementSizeBits / 8;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 16732 TypeSize ElementSizeBits = MemVT.getStoreSizeInBits();
16733 unsigned SizeInBits = NumStores * ElementSizeBits;
16755 if (ElementSizeBits != Val.getValueSizeInBits()) {
16764 .zextOrTrunc(ElementSizeBits),
16825 StoreInt <<= ElementSizeBits;
16828 .zextOrTrunc(ElementSizeBits)
16833 .zextOrTrunc(ElementSizeBits)
16836 if (MemVT.getSizeInBits() != ElementSizeBits)

Completed in 65 milliseconds