Searched refs:isConstant (Results 1 - 25 of 165) sorted by relevance

1234567

/external/skia/src/sksl/ir/
H A DSkSLBoolLiteral.h28 bool isConstant() const override {
H A DSkSLFloatLiteral.h28 bool isConstant() const override {
H A DSkSLIntLiteral.h30 bool isConstant() const override {
H A DSkSLConstructor.h59 bool isConstant() const override {
61 if (!fArguments[i]->isConstant()) {
H A DSkSLExpression.h51 virtual bool isConstant() const { function in struct:SkSL::Expression
/external/llvm/include/llvm/IR/
H A DGlobalVariable.h55 GlobalVariable(Type *Ty, bool isConstant, LinkageTypes Linkage,
61 GlobalVariable(Module &M, Type *Ty, bool isConstant,
140 bool isConstant() const { return isConstantGlobal; } function in class:llvm::GlobalVariable
/external/swiftshader/third_party/LLVM/include/llvm/
H A DGlobalVariable.h53 GlobalVariable(Type *Ty, bool isConstant, LinkageTypes Linkage,
58 GlobalVariable(Module &M, Type *Ty, bool isConstant,
134 bool isConstant() const { return isConstantGlobal; } function in class:llvm::GlobalVariable
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DPseudoSourceValue.h37 /// isConstant - Test whether the memory pointed to by this
40 virtual bool isConstant(const MachineFrameInfo *) const;
100 virtual bool isConstant(const MachineFrameInfo *MFI) const;
/external/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h73 virtual bool isConstant(const MachineFrameInfo *) const;
97 bool isConstant(const MachineFrameInfo *MFI) const override;
113 bool isConstant(const MachineFrameInfo *) const override;
/external/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp35 bool PseudoSourceValue::isConstant(const MachineFrameInfo *) const { function in class:PseudoSourceValue
53 bool FixedStackPseudoSourceValue::isConstant( function in class:FixedStackPseudoSourceValue
78 bool CallEntryPseudoSourceValue::isConstant(const MachineFrameInfo *) const { function in class:CallEntryPseudoSourceValue
/external/clang/lib/StaticAnalyzer/Checkers/
H A DFixedAddressChecker.cpp50 if (!RV.isConstant() || RV.isZeroConstant())
/external/llvm/lib/Target/PowerPC/
H A DPPCTargetObjectFile.cpp45 if (GVar && GVar->isConstant() && GVar->getInitializer()->needsRelocation())
/external/skia/src/gpu/
H A DGrPipelineAnalysis.h44 bool isConstant(GrColor* color) const { function in class:GrPipelineAnalysisColor
77 if (input.isConstant(&color)) {
H A DGrProcessorSet.cpp91 fValidInputColor = colorInput.isConstant(&fInputColor);
120 if (outputColor.isConstant(&fKnownOutputColor)) {
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DPseudoSourceValue.cpp82 bool PseudoSourceValue::isConstant(const MachineFrameInfo *) const { function in class:PseudoSourceValue
111 bool FixedStackPseudoSourceValue::isConstant(const MachineFrameInfo *MFI) const{ function in class:FixedStackPseudoSourceValue
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DSCCP.cpp89 bool isConstant() const { function in class:__anon18973::LatticeVal
95 assert(isConstant() && "Cannot get the constant of a non-constant!");
136 if (isConstant())
689 // 3. If V <- x (op) y && isConstant(x) && isConstant(y) V = Constant
813 else if (OpSt.isConstant()) // Propagate constant value
896 if (TVal.isConstant() && FVal.isConstant() &&
915 if (V1State.isConstant() && V2State.isConstant())
[all...]
/external/skia/src/core/
H A DSkColorShader.h28 bool isConstant() const override { return true; }
85 bool isConstant() const override { return true; }
/external/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp103 if (!GV->isConstant() || !GV->hasDefinitiveInitializer() ||
137 if (!GV->isConstant() || !GV->hasDefinitiveInitializer() ||
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
H A DConstantMerge.cpp137 if (!GV->isConstant() || !GV->hasDefinitiveInitializer() ||
166 if (!GV->isConstant() || !GV->hasDefinitiveInitializer() ||
/external/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp174 bool SVal::isConstant() const { function in class:SVal
178 bool SVal::isConstant(int I) const { function in class:SVal
187 return isConstant(0);
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp91 bool isConstant() const { function in class:__anon13408::LatticeVal
97 assert(isConstant() && "Cannot get the constant of a non-constant!");
138 if (isConstant())
669 // 3. If V <- x (op) y && isConstant(x) && isConstant(y) V = Constant
775 else if (OpSt.isConstant()) {
864 if (TVal.isConstant() && FVal.isConstant() &&
883 if (V1State.isConstant() && V2State.isConstant()) {
[all...]
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DLazyValueInfo.cpp101 bool isConstant() const { return Tag == constant; } function in class:__anon18474::LVILatticeVal
107 assert(isConstant() && "Cannot get the constant of a non-constant!");
138 assert((!isConstant() || getConstant() == V) &&
154 assert((!isConstant() || getConstant() != V) &&
158 assert(isUndefined() || isConstant());
197 if (isConstant()) {
198 if (RHS.isConstant()) {
230 if (RHS.isConstant()) {
1027 if (Result.isConstant())
1043 if (Result.isConstant())
[all...]
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp20 static bool CheapToScalarize(Value *V, bool isConstant) { argument
24 if (isConstant) return true;
37 if (I->getOpcode() == Instruction::InsertElement && isConstant &&
44 (CheapToScalarize(BO->getOperand(0), isConstant) ||
45 CheapToScalarize(BO->getOperand(1), isConstant)))
49 (CheapToScalarize(CI->getOperand(0), isConstant) ||
50 CheapToScalarize(CI->getOperand(1), isConstant)))
/external/doclava/src/com/google/doclava/
H A DFieldInfo.java55 return isConstant(isFinal, isStatic, constantValue) ? "constant" : "field";
68 static boolean isConstant(boolean isFinal, boolean isStatic, Object constantValue) method in class:FieldInfo
81 public boolean isConstant() { method in class:FieldInfo
82 return isConstant(isFinal(), isStatic(), mConstantValue);
/external/guice/core/src/com/google/inject/internal/
H A DBindingImpl.java88 public boolean isConstant() { method in class:BindingImpl

Completed in 616 milliseconds

1234567