Home
last modified time | relevance | path

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

12

/external/angle/src/compiler/translator/tree_ops/d3d/
DSeparateArrayInitialization.cpp56 if (initializer->isArray() && !initializer->hasConstantValue()) in visitDeclaration()
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DHoistConstants.cpp40 if (decl.initExpr && decl.initExpr->hasConstantValue()) in visitDeclarationPre()
/external/angle/src/compiler/translator/
DIntermNode.h148 virtual bool hasConstantValue() const;
272 bool hasConstantValue() const override;
331 bool hasConstantValue() const override;
478 bool hasConstantValue() const override;
604 bool hasConstantValue() const override;
DIntermNode.cpp553 bool TIntermSymbol::hasConstantValue() const in hasConstantValue() function in sh::TIntermSymbol
756 bool TIntermAggregate::hasConstantValue() const in hasConstantValue() function in sh::TIntermAggregate
764 if (!constructorArg->getAsTyped()->hasConstantValue()) in hasConstantValue()
790 if (!hasConstantValue()) in getConstantValue()
1072 bool TIntermTyped::hasConstantValue() const in hasConstantValue() function in sh::TIntermTyped
1823 bool TIntermConstantUnion::hasConstantValue() const in hasConstantValue() function in sh::TIntermConstantUnion
1985 bool TIntermBinary::hasConstantValue() const in hasConstantValue() function in sh::TIntermBinary
1992 if (mLeft->hasConstantValue() && mRight->hasConstantValue()) in hasConstantValue()
2006 if (!hasConstantValue()) in getConstantValue()
DOutputSPIRV.cpp1176 if (node->hasConstantValue()) in createConstructor()
3469 if (node->getChildNode(offsetIndex)->getAsTyped()->hasConstantValue()) in createImageTextureBuiltIn()
3484 ASSERT(node->getChildNode(offsetsIndex)->getAsTyped()->hasConstantValue()); in createImageTextureBuiltIn()
4303 ASSERT(!node->hasConstantValue()); in visitSymbol()
4418 ASSERT(!node->hasConstantValue()); in visitSwizzle()
4459 ASSERT(!node->hasConstantValue()); in visitBinary()
4600 ASSERT(!node->hasConstantValue()); in visitUnary()
5226 ASSERT(node->getOp() == EOpConstruct || !node->hasConstantValue()); in visitAggregate()
5401 (initializer->getAsConstantUnion() != nullptr || initializer->hasConstantValue()); in visitDeclaration()
DOutputHLSL.cpp1516 ASSERT(symbolNode->getQualifier() != EvqGlobal || initializer->hasConstantValue()); in visitBinary()
3427 if (initializer->hasConstantValue()) in writeConstantInitialization()
/external/angle/src/compiler/translator/tree_ops/
DDeferGlobalInitializers.cpp56 if (expression->getQualifier() != EvqConst || !expression->hasConstantValue()) in GetDeferredInitializers()
/external/llvm/lib/IR/
DBasicBlock.cpp342 if (!DontDeleteUselessPHIs && (PNV = PN->hasConstantValue())) in removePredecessor()
DInstructions.cpp142 Value *PHINode::hasConstantValue() const { in hasConstantValue() function in PHINode
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp824 if ((Tmp = SizePHI->hasConstantValue())) { in visitPHINode()
829 if ((Tmp = OffsetPHI->hasConstantValue())) { in visitPHINode()
DLint.cpp653 if (Value *W = PN->hasConstantValue()) in findValueImpl()
DValueTracking.cpp1256 if (dyn_cast_or_null<UndefValue>(P->hasConstantValue())) in computeKnownBitsFromOperator()
/external/llvm-project/llvm/lib/IR/
DBasicBlock.cpp343 if (Value *PhiConstant = Phi.hasConstantValue()) { in removePredecessor()
/external/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
/external/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()
/external/llvm-project/llvm/lib/Analysis/
DMemoryBuiltins.cpp1042 if (Value *Tmp = SizePHI->hasConstantValue()) { in visitPHINode()
1048 if (Value *Tmp = OffsetPHI->hasConstantValue()) { in visitPHINode()
DLint.cpp665 if (Value *W = PN->hasConstantValue()) in findValueImpl()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopFlatten.cpp250 if (LCSSAPHI->hasConstantValue() != LatchValue) { in checkPHIs()
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp599 return PN->hasConstantValue(); in foldPHINodeOrSelectInst()
/external/llvm/include/llvm/IR/
DInstructions.h2666 Value *hasConstantValue() const;
/external/llvm-project/llvm/include/llvm/IR/
DInstructions.h2786 Value *hasConstantValue() const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstructions.h2760 Value *hasConstantValue() const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp639 return PN->hasConstantValue(); in foldPHINodeOrSelectInst()

12