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

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 864 int ScalarSizeInBytes = VT.getScalarSizeInBits() / 8;
866 for (int J = ScalarSizeInBytes - 1; J >= 0; --J)
867 ShuffleMask.push_back((I * ScalarSizeInBytes) + J);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 74 milliseconds