Home
last modified time | relevance | path

Searched refs:hasConstantValue (Results 1 – 19 of 19) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DSeparateArrayInitialization.cpp56 if (initializer->isArray() && !initializer->hasConstantValue()) in visitDeclaration()
DDeferGlobalInitializers.cpp55 if (expression->getQualifier() != EvqConst || !expression->hasConstantValue()) in GetDeferredInitializers()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
DSeparateArrayInitialization.cpp56 if (initializer->isArray() && !initializer->hasConstantValue()) in visitDeclaration()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DHoistConstants.cpp40 if (decl.initExpr && decl.initExpr->hasConstantValue()) in visitDeclarationPre()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.h143 virtual bool hasConstantValue() const;
255 bool hasConstantValue() const override;
315 bool hasConstantValue() const override;
460 bool hasConstantValue() const override;
592 bool hasConstantValue() const override;
DIntermNode.cpp488 bool TIntermSymbol::hasConstantValue() const in hasConstantValue() function in sh::TIntermSymbol
689 bool TIntermAggregate::hasConstantValue() const in hasConstantValue() function in sh::TIntermAggregate
697 if (!constructorArg->getAsTyped()->hasConstantValue()) in hasConstantValue()
707 if (!hasConstantValue()) in getConstantValue()
983 bool TIntermTyped::hasConstantValue() const in hasConstantValue() function in sh::TIntermTyped
1698 bool TIntermConstantUnion::hasConstantValue() const in hasConstantValue() function in sh::TIntermConstantUnion
1847 bool TIntermBinary::hasConstantValue() const in hasConstantValue() function in sh::TIntermBinary
1854 if (mLeft->hasConstantValue() && mRight->hasConstantValue()) in hasConstantValue()
1868 if (!hasConstantValue()) in getConstantValue()
DOutputHLSL.cpp1461 ASSERT(symbolNode->getQualifier() != EvqGlobal || initializer->hasConstantValue()); in visitBinary()
3329 if (initializer->hasConstantValue()) in writeConstantInitialization()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.h148 virtual bool hasConstantValue() const;
289 bool hasConstantValue() const override;
349 bool hasConstantValue() const override;
499 bool hasConstantValue() const override;
629 bool hasConstantValue() const override;
DIntermNode.cpp567 bool TIntermSymbol::hasConstantValue() const in hasConstantValue() function in sh::TIntermSymbol
800 bool TIntermAggregate::hasConstantValue() const in hasConstantValue() function in sh::TIntermAggregate
808 if (!constructorArg->getAsTyped()->hasConstantValue()) in hasConstantValue()
834 if (!hasConstantValue()) in getConstantValue()
1120 bool TIntermTyped::hasConstantValue() const in hasConstantValue() function in sh::TIntermTyped
2036 bool TIntermConstantUnion::hasConstantValue() const in hasConstantValue() function in sh::TIntermConstantUnion
2198 bool TIntermBinary::hasConstantValue() const in hasConstantValue() function in sh::TIntermBinary
2205 if (mLeft->hasConstantValue() && mRight->hasConstantValue()) in hasConstantValue()
2219 if (!hasConstantValue()) in getConstantValue()
DOutputSPIRV.cpp1133 ASSERT(initializer->getAsConstantUnion() != nullptr || initializer->hasConstantValue()); in declareConst()
1359 if (node->hasConstantValue()) in createConstructor()
3852 if (node->getChildNode(offsetIndex)->getAsTyped()->hasConstantValue()) in createImageTextureBuiltIn()
3867 ASSERT(node->getChildNode(offsetsIndex)->getAsTyped()->hasConstantValue()); in createImageTextureBuiltIn()
4877 ASSERT(!node->hasConstantValue()); in visitSwizzle()
4918 ASSERT(!node->hasConstantValue()); in visitBinary()
5058 ASSERT(!node->hasConstantValue()); in visitUnary()
5694 ASSERT(node->getOp() == EOpConstruct || !node->hasConstantValue()); in visitAggregate()
5887 (initializer->getAsConstantUnion() != nullptr || initializer->hasConstantValue()); in visitDeclaration()
DOutputHLSL.cpp1523 ASSERT(symbolNode->getQualifier() != EvqGlobal || initializer->hasConstantValue()); in visitBinary()
3432 if (initializer->hasConstantValue()) in writeConstantInitialization()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DDeferGlobalInitializers.cpp57 if (expression->getQualifier() != EvqConst || !expression->hasConstantValue() || in GetDeferredInitializers()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DBasicBlock.cpp369 if (!KeepOneInputPHIs && (PNV = PN->hasConstantValue())) in removePredecessor()
DInstructions.cpp156 Value *PHINode::hasConstantValue() const { in hasConstantValue() function in PHINode
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryBuiltins.cpp1017 if (Value *Tmp = SizePHI->hasConstantValue()) { in visitPHINode()
1023 if (Value *Tmp = OffsetPHI->hasConstantValue()) { in visitPHINode()
DLint.cpp691 if (Value *W = PN->hasConstantValue()) in findValueImpl()
DValueTracking.cpp1513 if (dyn_cast_or_null<UndefValue>(P->hasConstantValue())) in computeKnownBitsFromOperator()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp639 return PN->hasConstantValue(); in foldPHINodeOrSelectInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstructions.h2760 Value *hasConstantValue() const;