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

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 367 bool VectorReduction : 1;
377 NoSignedZeros(false), AllowReciprocal(false), VectorReduction(false),
428 VectorReduction = b;
451 bool hasVectorReduction() const { return VectorReduction; }
473 VectorReduction &= Flags.VectorReduction;
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 337 bool VectorReduction : 1;
350 VectorReduction = false;
362 void setVectorReduction(bool b) { VectorReduction = b; }
373 bool hasVectorReduction() const { return VectorReduction; }
    [all...]

Completed in 106 milliseconds