HomeSort by relevance Sort by last modified time
    Searched refs:isConstant (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /dalvik/dexgen/src/com/android/dexgen/rop/type/
TypeBearer.java 73 public boolean isConstant();
  /dalvik/dx/src/com/android/dx/rop/type/
TypeBearer.java 73 public boolean isConstant();
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
TypedConstant.java 46 public final boolean isConstant() {
  /dalvik/dx/src/com/android/dx/rop/cst/
TypedConstant.java 46 public final boolean isConstant() {
  /external/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 37 /// 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/
GlobalVariable.h 53 GlobalVariable(Type *Ty, bool isConstant, LinkageTypes Linkage,
58 GlobalVariable(Module &M, Type *Ty, bool isConstant,
134 bool isConstant() const { return isConstantGlobal; }
  /dalvik/dx/src/com/android/dx/cf/code/
ReturnAddress.java 80 public boolean isConstant() {
  /external/clang/lib/StaticAnalyzer/Checkers/
FixedAddressChecker.cpp 51 if (!RV.isConstant() || RV.isZeroConstant())
PointerArithChecker.cpp 45 if (!LR || !RV.isConstant())
  /external/skia/src/animator/
SkOperand2.h 27 enum IsConstant {
37 IsConstant fIsConstant : 8;
44 bool isConstant() const { return fIsConstant == kConstant; }
  /external/llvm/lib/CodeGen/
PseudoSourceValue.cpp 82 bool PseudoSourceValue::isConstant(const MachineFrameInfo *) const {
111 bool FixedStackPseudoSourceValue::isConstant(const MachineFrameInfo *MFI) const{
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 89 bool isConstant() const {
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
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
PlainInsn.java 109 if (!lastType.isConstant()) {
112 if (szSources == 2 && firstType.isConstant()) {
  /external/clang/lib/CodeGen/
CGBlocks.h 141 bool isConstant() const { return !isIndex(); }
144 assert(isConstant());
  /external/llvm/lib/Transforms/IPO/
ConstantMerge.cpp 137 if (!GV->isConstant() || !GV->hasDefinitiveInitializer() ||
166 if (!GV->isConstant() || !GV->hasDefinitiveInitializer() ||
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
PlainInsn.java 108 if (!lastType.isConstant()) {
  /external/webkit/Source/JavaScriptCore/dfg/
DFGNonSpeculativeJIT.h 137 if (node.isConstant()) {
145 if (node.isConstant())
162 if (node.isConstant()) {
DFGNode.h 217 bool isConstant()
224 ASSERT(isConstant());
DFGJITCompiler.cpp 48 if (node.isConstant()) {
70 if (node.isConstant()) {
88 if (node.isConstant()) {
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 101 bool isConstant() const { return Tag == constant; }
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()) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 20 static bool CheapToScalarize(Value *V, bool isConstant) {
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/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.h 432 RegisterID* addVar(const Identifier& ident, bool isConstant)
435 addVar(ident, isConstant, local);
440 bool addVar(const Identifier&, bool isConstant, RegisterID*&);
450 RegisterID* addGlobalVar(const Identifier& ident, bool isConstant)
453 addGlobalVar(ident, isConstant, local);
457 bool addGlobalVar(const Identifier&, bool isConstant, RegisterID*&);
  /external/clang/lib/StaticAnalyzer/Core/
SVals.cpp 201 bool SVal::isConstant() const {
205 bool SVal::isConstant(int I) const {
215 return isConstant(0);
  /external/doclava/src/com/google/doclava/
FieldInfo.java 54 return isConstant(isFinal, isStatic, constantValue) ? "constant" : "field";
67 static boolean isConstant(boolean isFinal, boolean isStatic, Object constantValue)
80 public boolean isConstant() {
81 return isConstant(isFinal(), isStatic(), mConstantValue);
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 59 if (GV->isConstant())
158 if (GVar->isConstant()) {

Completed in 935 milliseconds

1 2 3 4