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

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Types.h 202 bool isScalar() const { return size == 1 && !matrix && !structure; }
intermediate.h 255 bool isScalar() const { return type.isScalar(); }
  /external/clang/lib/CodeGen/
CGValue.h 46 bool isScalar() const { return V1.getInt() == Scalar; }
54 assert(isScalar() && "Not a scalar!");
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 216 bool Dependence::isScalar(unsigned level) const {
254 bool FullDependence::isScalar(unsigned Level) const {
595 else if (isScalar(II))
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 41 static inline bool isScalar(MVT::SimpleValueType VT) {
293 return FillWithPossibleTypes(TP, isScalar, "scalar");
302 if (!isScalar(TypeVec[i]))
    [all...]

Completed in 183 milliseconds