Searched defs:isScalar (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/translator/
H A DTypes.h364 bool isScalar() const function in class:TType
370 return isScalar() && (type == EbtInt || type == EbtUInt);
H A DIntermNode.h283 bool isScalar() const { return mType.isScalar(); } function in class:TIntermTyped
/external/clang/lib/CodeGen/
H A DCGValue.h46 bool isScalar() const { return V1.getInt() == Scalar; } function in class:clang::CodeGen::RValue
54 assert(isScalar() && "Not a scalar!");
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp169 bool isScalar() const { return NumVectors == 0; } function in class:__anon19562::Type
602 if (isScalar()) {
982 if ((LocalCK == ClassI || LocalCK == ClassW) && RetT.isScalar() &&
995 if (!RetT.isScalar() && !RetT.isSigned())
999 if (LocalCK == ClassB && !RetT.isScalar() && !ForcedVectorFloatingType)
1012 if (LocalCK == ClassB && !T.isScalar() && !ForcedFloatingType)
1680 assert_with_loc(A.first.isScalar(), "dup() expects a scalar argument");
1700 assert_with_loc(B.first.isScalar(),
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp221 bool Dependence::isScalar(unsigned level) const { function in class:Dependence
259 bool FullDependence::isScalar(unsigned Level) const { function in class:FullDependence
600 else if (isScalar(II))
/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp43 static inline bool isScalar(MVT::SimpleValueType VT) { function
128 if (isScalar(TypeVec[i]))
303 return FillWithPossibleTypes(TP, isScalar, "scalar");
312 if (!isScalar(TypeVec[i]))
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 243 milliseconds