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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIMemoryLegalizer.cpp 129 bool IsNonTemporal = false;
138 bool IsNonTemporal = false)
143 IsNonTemporal(IsNonTemporal) {
191 bool isNonTemporal() const {
192 return IsNonTemporal;
483 bool IsNonTemporal = true;
488 IsNonTemporal &= MMO->isNonTemporal();
531 IsCrossAddressSpaceOrdering, FailureOrdering, IsNonTemporal);
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 354 bool IsNonTemporal = MMO && MMO->isNonTemporal();
401 if (IsNonTemporal && Alignment >= 16 && HasSSE41)
410 if (IsNonTemporal && Alignment >= 16 && HasSSE41)
422 if (IsNonTemporal && Alignment >= 16)
432 if (IsNonTemporal && Alignment >= 32 && HasAVX2)
440 if (IsNonTemporal && Alignment >= 32 && HasAVX2)
451 if (IsNonTemporal && Alignment >= 32 && HasAVX2)
459 if (IsNonTemporal && Alignment >= 64)
467 if (IsNonTemporal && Alignment >= 64
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86FastISel.cpp 328 bool IsNonTemporal = MMO && MMO->isNonTemporal();
375 if (IsNonTemporal && Alignment >= 16 && HasSSE41)
387 if (IsNonTemporal && Alignment >= 16 && HasSSE41)
402 if (IsNonTemporal && Alignment >= 16)
415 if (IsNonTemporal && Alignment >= 32 && HasAVX2)
417 else if (IsNonTemporal && Alignment >= 16)
427 if (IsNonTemporal && Alignment >= 32 && HasAVX2)
429 else if (IsNonTemporal && Alignment >= 16)
442 if (IsNonTemporal && Alignment >= 32 && HasAVX2
    [all...]

Completed in 68 milliseconds