HomeSort by: relevance | last modified time | path
    Searched refs:NSA (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNNSAReassign.cpp 1 //===-- GCNNSAReassign.cpp - Reassign registers in NSA unstructions -------===//
11 /// in NSA image instructions. Later SIShrinkInstructions pass will relace NSA
27 #define DEBUG_TYPE "amdgpu-nsa-reassign"
30 "Number of NSA instructions with non-sequential address found");
32 "Number of NSA instructions changed to sequential");
46 StringRef getPassName() const override { return "GCN NSA Reassign"; }
58 NOT_NSA, // Not an NSA instruction
59 FIXED, // NSA which we cannot modify
60 NON_CONTIGUOUS, // NSA with non-sequential address which we can tr
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
GenericTaintChecker.cpp 347 static void mapping(IO &IO, TaintConfig::NameScopeArgs &NSA) {
348 IO.mapRequired("Name", std::get<0>(NSA));
349 IO.mapOptional("Scope", std::get<1>(NSA));
350 IO.mapRequired("Args", std::get<2>(NSA));

Completed in 17 milliseconds