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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp     [all...]
LegalizeDAG.cpp 504 unsigned StWidth = StVT.getSizeInBits();
507 if (StWidth != StVT.getStoreSizeInBits()) {
518 } else if (StWidth & (StWidth - 1)) {
521 unsigned RoundWidth = 1 << Log2_32(StWidth);
522 assert(RoundWidth < StWidth);
523 unsigned ExtraWidth = StWidth - RoundWidth;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp     [all...]
LegalizeDAG.cpp 529 unsigned StWidth = StVT.getSizeInBits();
532 if (StWidth != StVT.getStoreSizeInBits()) {
543 } else if (StWidth & (StWidth - 1)) {
546 unsigned RoundWidth = 1 << Log2_32(StWidth);
547 assert(RoundWidth < StWidth);
548 unsigned ExtraWidth = StWidth - RoundWidth;
    [all...]

Completed in 324 milliseconds