HomeSort by relevance Sort by last modified time
    Searched refs:isDivergent (Results 1 - 7 of 7) 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/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
SelectionDAGDumper.cpp 668 OS << "# D:" << isDivergent();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]
  /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 3198 milliseconds