/external/angle/src/compiler/translator/tree_ops/d3d/ |
D | SeparateArrayInitialization.cpp | 56 if (initializer->isArray() && !initializer->hasConstantValue()) in visitDeclaration()
|
/external/angle/src/compiler/translator/TranslatorMetalDirect/ |
D | HoistConstants.cpp | 40 if (decl.initExpr && decl.initExpr->hasConstantValue()) in visitDeclarationPre()
|
/external/angle/src/compiler/translator/ |
D | IntermNode.h | 148 virtual bool hasConstantValue() const; 272 bool hasConstantValue() const override; 331 bool hasConstantValue() const override; 478 bool hasConstantValue() const override; 604 bool hasConstantValue() const override;
|
D | IntermNode.cpp | 553 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()
|
D | OutputSPIRV.cpp | 1176 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()
|
D | OutputHLSL.cpp | 1516 ASSERT(symbolNode->getQualifier() != EvqGlobal || initializer->hasConstantValue()); in visitBinary() 3427 if (initializer->hasConstantValue()) in writeConstantInitialization()
|
/external/angle/src/compiler/translator/tree_ops/ |
D | DeferGlobalInitializers.cpp | 56 if (expression->getQualifier() != EvqConst || !expression->hasConstantValue()) in GetDeferredInitializers()
|
/external/llvm/lib/IR/ |
D | BasicBlock.cpp | 342 if (!DontDeleteUselessPHIs && (PNV = PN->hasConstantValue())) in removePredecessor()
|
D | Instructions.cpp | 142 Value *PHINode::hasConstantValue() const { in hasConstantValue() function in PHINode
|
/external/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 824 if ((Tmp = SizePHI->hasConstantValue())) { in visitPHINode() 829 if ((Tmp = OffsetPHI->hasConstantValue())) { in visitPHINode()
|
D | Lint.cpp | 653 if (Value *W = PN->hasConstantValue()) in findValueImpl()
|
D | ValueTracking.cpp | 1256 if (dyn_cast_or_null<UndefValue>(P->hasConstantValue())) in computeKnownBitsFromOperator()
|
/external/llvm-project/llvm/lib/IR/ |
D | BasicBlock.cpp | 343 if (Value *PhiConstant = Phi.hasConstantValue()) { in removePredecessor()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | BasicBlock.cpp | 369 if (!KeepOneInputPHIs && (PNV = PN->hasConstantValue())) in removePredecessor()
|
D | Instructions.cpp | 156 Value *PHINode::hasConstantValue() const { in hasConstantValue() function in PHINode
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 1017 if (Value *Tmp = SizePHI->hasConstantValue()) { in visitPHINode() 1023 if (Value *Tmp = OffsetPHI->hasConstantValue()) { in visitPHINode()
|
D | Lint.cpp | 691 if (Value *W = PN->hasConstantValue()) in findValueImpl()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 1042 if (Value *Tmp = SizePHI->hasConstantValue()) { in visitPHINode() 1048 if (Value *Tmp = OffsetPHI->hasConstantValue()) { in visitPHINode()
|
D | Lint.cpp | 665 if (Value *W = PN->hasConstantValue()) in findValueImpl()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LoopFlatten.cpp | 250 if (LCSSAPHI->hasConstantValue() != LatchValue) { in checkPHIs()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 599 return PN->hasConstantValue(); in foldPHINodeOrSelectInst()
|
/external/llvm/include/llvm/IR/ |
D | Instructions.h | 2666 Value *hasConstantValue() const;
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Instructions.h | 2786 Value *hasConstantValue() const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Instructions.h | 2760 Value *hasConstantValue() const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 639 return PN->hasConstantValue(); in foldPHINodeOrSelectInst()
|