HomeSort by relevance Sort by last modified time
    Searched refs:ElementSizeBits (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp 103 /// ElementSizeBits elements in \p Chain. Break into two pieces such that the
107 splitOddVectorElts(ArrayRef<Value *> Chain, unsigned ElementSizeBits);
420 unsigned ElementSizeBits) {
421 unsigned ElemSizeInBytes = ElementSizeBits / 8;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp 169 /// ElementSizeBits elements in \p Chain. Break into two pieces such that the
173 splitOddVectorElts(ArrayRef<Instruction *> Chain, unsigned ElementSizeBits);
554 unsigned ElementSizeBits) {
555 unsigned ElementSizeBytes = ElementSizeBits / 8;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 285 milliseconds