HomeSort by relevance Sort by last modified time
    Searched refs:Constant (Results 276 - 300 of 581) sorted by null

<<11121314151617181920>>

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ClassDefsSection.java 19 import com.android.dexgen.rop.cst.Constant;
67 public IndexedItem get(Constant cst) {
EncodedArrayItem.java 22 import com.android.dexgen.rop.cst.Constant;
33 * Encoded array of constant values.
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstUtf8.java 25 public final class CstUtf8 extends Constant {
221 protected int compareTo0(Constant other) {
  /dalvik/dx/src/com/android/dx/dex/code/
DalvInsnList.java 20 import com.android.dx.rop.cst.Constant;
198 Constant cst = ((CstInsn) insn).getConstant();
223 * lines for zero-size instructions and explicit constant pool indices
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form35c.java 24 import com.android.dx.rop.cst.Constant;
88 Constant cst = ci.getConstant();
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationItem.java 22 import com.android.dx.rop.cst.Constant;
35 /** annotation visibility constant: visible at build time only */
38 /** annotation visibility constant: visible at runtime */
41 /** annotation visibility constant: visible at runtime only to system */
178 Constant value = pair.getValue();
ClassDefsSection.java 19 import com.android.dx.rop.cst.Constant;
67 public IndexedItem get(Constant cst) {
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
DalvInsnList.java 20 import com.android.dx.rop.cst.Constant;
198 Constant cst = ((CstInsn) insn).getConstant();
223 * lines for zero-size instructions and explicit constant pool indices
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
Form35c.java 24 import com.android.dx.rop.cst.Constant;
88 Constant cst = ci.getConstant();
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationItem.java 22 import com.android.dx.rop.cst.Constant;
35 /** annotation visibility constant: visible at build time only */
38 /** annotation visibility constant: visible at runtime */
41 /** annotation visibility constant: visible at runtime only to system */
178 Constant value = pair.getValue();
ClassDefsSection.java 19 import com.android.dx.rop.cst.Constant;
67 public IndexedItem get(Constant cst) {
  /external/llvm/lib/Transforms/Utils/
CloneModule.cpp 18 #include "llvm/Constant.h"
54 (Constant*) 0, I->getName(),
112 if (const Constant *C = I->getAliasee())
LowerInvoke.cpp 65 Constant *AbortFn;
70 Constant *SetJmpFn, *LongJmpFn, *StackSaveFn, *StackRestoreFn;
140 Constant::getNullValue(PtrJBList),
230 new StoreInst(Constant::getNullValue(Type::getInt32Ty(II->getContext())),
438 Value *Idx[] = { Constant::getNullValue(Type::getInt32Ty(F.getContext())),
498 Constant::getNullValue(SJRet->getType()),
533 Constant::getNullValue(BufPtr->getType()),
539 Value *Idx[] = { Constant::getNullValue(Type::getInt32Ty(F.getContext())),
  /external/llvm/lib/VMCore/
TypeFinder.cpp 110 /// hiding in constant expressions and other operands that won't be walked in
117 if (!isa<Constant>(V) || isa<GlobalValue>(V)) return;
132 for (Constant::const_op_iterator I = U->op_begin(),
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 12 #include "llvm/Constant.h"
126 Constant *Z = Constant::getNullValue(Type::getInt32Ty(context));
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 75 /// LowerConstant - Lower the specified LLVM Constant to an MCExpr.
78 const MCExpr *nvptx::LowerConstant(const Constant *CV, AsmPrinter &AP) {
95 llvm_unreachable("Unknown constant value to lower!");
103 if (Constant *C =
120 const Constant *PtrVal = CE->getOperand(0);
150 // integer type. This promotes constant folding and simplifies this code.
151 Constant *Op = CE->getOperand(0);
161 Constant *Op = CE->getOperand(0);
173 // a constant expr.
193 default: llvm_unreachable("Unknown binary operator constant cast expr")
    [all...]
  /dalvik/dx/src/com/android/dx/cf/cst/
ConstantPoolParser.java 32 import com.android.dx.rop.cst.Constant;
50 * Parser for a constant pool embedded in a class file.
53 /** {@code non-null;} the bytes of the constant pool */
56 /** {@code non-null;} actual parsed constant pool contents */
63 * -1 || &gt;= 10; the end offset of this constant pool in the
96 * Gets the end offset of this constant pool in the {@code byte[]}
107 * Gets the actual constant pool.
109 * @return {@code non-null;} the constant pool
139 * Track the constant value's original string type. True if constants[i] was
153 Constant cst = pool.getOrNull(i)
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
ConstCollector.java 29 import com.android.dx.rop.cst.Constant;
100 // Constant to new register containing the constant
151 * Gets all of the collectable constant values used in this method,
164 * Each collected constant can be used by just one local
242 Collections.sort(constantList, new Comparator<Constant>() {
243 public int compare(Constant a, Constant b) {
319 * @param newRegs {@code non-null;} mapping between constant and new reg
321 * newly added constant reg
    [all...]
  /external/clang/lib/CodeGen/
CGVTables.h 69 llvm::Constant *CreateVTableInitializer(const CXXRecordDecl *RD,
CGValue.h 23 class Constant;
118 llvm::Constant *VectorElts;
242 llvm::Constant *getExtVectorElts() const {
280 static LValue MakeExtVectorElt(llvm::Value *Vec, llvm::Constant *Elts,
CGBlocks.cpp 43 static llvm::Constant *buildGlobalBlock(CodeGenModule &CGM,
45 llvm::Constant *blockFn);
48 static llvm::Constant *buildCopyHelper(CodeGenModule &CGM,
54 static llvm::Constant *buildDisposeHelper(CodeGenModule &CGM,
59 /// Build the block descriptor constant for a block.
60 static llvm::Constant *buildBlockDescriptor(CodeGenModule &CGM,
67 SmallVector<llvm::Constant*, 6> elements;
98 elements.push_back(llvm::Constant::getNullValue(i8p));
100 llvm::Constant *init = llvm::ConstantStruct::getAnon(elements);
192 /// Determines if the given type is safe for constant capture in C++
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
ConstCollector.java 29 import com.android.dx.rop.cst.Constant;
100 // Constant to new register containing the constant
151 * Gets all of the collectable constant values used in this method,
164 * Each collected constant can be used by just one local
242 Collections.sort(constantList, new Comparator<Constant>() {
243 public int compare(Constant a, Constant b) {
319 * @param newRegs {@code non-null;} mapping between constant and new reg
321 * newly added constant reg
    [all...]
  /external/llvm/lib/Analysis/
SparsePropagation.cpp 59 else if (Constant *C = dyn_cast<Constant>(V))
149 Constant *C = LatticeFunc->GetConstant(BCValue, BI->getCondition(), *this);
151 // Non-constant values can go either way.
156 // Constant condition variables mean the branch can only go a single way
191 Constant *C = LatticeFunc->GetConstant(SCValue, SI.getCondition(), *this);
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.h 47 /// InConstantPool - Maintain state when emitting a sequence of constant
75 virtual void EmitConstantPool() {} // we emit constant pools customly!
80 void EmitXXStructor(const Constant *CV);
  /external/llvm/lib/Transforms/Instrumentation/
EdgeProfiling.cpp 80 Constant::getNullValue(ATy), "EdgeProfCounters");

Completed in 432 milliseconds

<<11121314151617181920>>