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

  /external/llvm/include/llvm/Analysis/
DivergenceAnalysis.h 39 bool isDivergent(const Value *V) const { return DivergentValues.count(V); }
42 bool isUniform(const Value *V) const { return !isDivergent(V); }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DivergenceAnalysis.h 44 bool isDivergent(const Value *V) const { return DivergentValues.count(V); }
50 bool isUniform(const Value *V) const { return !isDivergent(V); }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 500 uint16_t IsDivergent : 1;
694 bool isDivergent() const { return SDNodeBits.IsDivergent; }
    [all...]

Completed in 94 milliseconds