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

  /external/chromium_org/third_party/angle_dx11/src/compiler/
intermediate.h 262 bool isScalar() const { return type.isScalar(); }
Types.h 168 bool isScalar() const { return size == 1 && !matrix && !structure; }
OutputHLSL.cpp     [all...]
ValidateLimitations.cpp 495 if (!index->isScalar() || (index->getBasicType() != EbtInt)) {
  /external/clang/lib/CodeGen/
CGValue.h 46 bool isScalar() const { return V1.getInt() == Scalar; }
54 assert(isScalar() && "Not a scalar!");
CGCleanup.cpp 27 if (rv.isScalar())
36 if (rv.isScalar()) {
    [all...]
CGCall.cpp     [all...]
CGAtomic.cpp 848 if (rvalue.isScalar()) {
    [all...]
CodeGenFunction.cpp     [all...]
CGExpr.cpp     [all...]
CGStmt.cpp 780 if (RV.isScalar()) {
    [all...]
CGObjCMac.cpp     [all...]
CGObjC.cpp 241 !Result.isScalar())
    [all...]
CGObjCGNU.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 171 /// isScalar - Returns true if a particular level is scalar; that is,
174 virtual bool isScalar(unsigned Level) const;
265 /// isScalar - Returns true if a particular level is scalar; that is,
268 bool isScalar(unsigned Level) const;
    [all...]
  /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 836 milliseconds