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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
InterleavedAccessPass.cpp 248 int StartMask = 0;
251 StartMask = Mask[I];
253 // StartMask defined by the last value in lane
254 StartMask = Mask[(LaneLen - 1) * Factor + I] - J;
256 // StartMask defined by some non-zero value in the j loop
257 StartMask = SavedLaneValue - (LaneLen - 1 - SavedNoUndefs);
259 // else StartMask remains set to 0, i.e. all elements are undefs
261 if (StartMask < 0)
264 if (StartMask + LaneLen > OpNumElts*2)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 522 milliseconds