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

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
ModuleBuilder.h 20 class Constant;
83 /// the object returned may be any sort of constant value, and the
86 llvm::Constant *GetAddrOfGlobal(GlobalDecl decl, bool isForDefinition);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopUnrollAnalyzer.h 11 // potential effects that loop unrolling might have, such as enabling constant
25 // loads might be replaced with concrete constant values and that could trigger
50 DenseMap<Value *, Constant *> &SimplifiedValues,
60 /// \brief A cache of pointer bases and constant-folded offsets corresponding
72 /// \brief A Value->Constant map for keeping values that we managed to
73 /// constant-fold on the given iteration.
80 DenseMap<Value *, Constant *> &SimplifiedValues;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
AutoUpgrade.h 21 class Constant;
64 /// This is an auto-upgrade for bitcast constant expression between pointers
67 Value *UpgradeBitCastExpr(unsigned Opc, Constant *C, Type *DestTy);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
ValueMapper.h 165 Constant *mapConstant(const Constant &C);
170 void scheduleMapGlobalInitializer(GlobalVariable &GV, Constant &Init,
172 void scheduleMapAppendingVariable(GlobalVariable &GV, Constant *InitPrefix,
174 ArrayRef<Constant *> NewMembers,
176 void scheduleMapGlobalAliasee(GlobalAlias &GA, Constant &Aliasee,
184 /// BasicBlock), or compute and memoize a value for a Constant.
197 /// 7. Else, compute the equivalent constant, and return it.
263 /// Version of MapValue with type safety for Constant.
264 inline Constant *MapValue(const Constant *V, ValueToValueMapTy &VM
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
PlainInsn.java 19 import com.android.dexgen.rop.cst.Constant;
112 Constant cst = (Constant) lastType;
119 getResult(), newSources, (Constant)lastType);
  /external/clang/lib/CodeGen/
CGOpenMPRuntimeNVPTX.h 110 llvm::Constant *createNVPTXRuntimeFunction(unsigned Function);
118 void createOffloadEntry(llvm::Constant *ID, llvm::Constant *Addr,
133 llvm::Constant *&OutlinedFnID,
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
GlitchesStringBuilder.java 41 Constant.MILLIS_PER_SECOND;
46 Constant.MILLIS_PER_SECOND;
72 Constant.MILLIS_PER_SECOND;
94 Constant.MILLIS_PER_SECOND;
  /external/eigen/doc/examples/
Tutorial_BlockOperations_block_assignment.cpp 12 Array44f a = Array44f::Constant(0.6);
  /external/llvm/include/llvm/CodeGen/
MachineConstantPool.h 1 //===-- CodeGen/MachineConstantPool.h - Abstract Constant Pool --*- C++ -*-===//
12 /// constant pool to keep track of constants referenced by a function.
27 class Constant;
66 /// the constant pool.
70 /// The constant itself.
72 const Constant *ConstVal;
80 MachineConstantPoolEntry(const Constant *V, unsigned A)
92 /// Constant.
116 /// Instructions reference the address of these constant pool constants through
119 /// address of the function constant pool values
    [all...]
  /external/llvm/include/llvm/IR/
MDBuilder.h 27 class Constant;
41 /// \brief Return the given constant as metadata.
42 ConstantAsMetadata *createConstant(Constant *C);
77 MDNode *createRange(Constant *Lo, Constant *Hi);
  /external/llvm/include/llvm/Transforms/Utils/
SanitizerStats.h 49 std::vector<Constant *> Inits;
  /external/proguard/src/proguard/classfile/constant/
DoubleConstant.java 21 package proguard.classfile.constant;
24 import proguard.classfile.constant.visitor.ConstantVisitor;
27 * This Constant represents a double constant in the constant pool.
31 public class DoubleConstant extends Constant
71 // Implementations for Constant.
FloatConstant.java 21 package proguard.classfile.constant;
24 import proguard.classfile.constant.visitor.ConstantVisitor;
27 * This Constant represents a float constant in the constant pool.
31 public class FloatConstant extends Constant
71 // Implementations for Constant.
IntegerConstant.java 21 package proguard.classfile.constant;
24 import proguard.classfile.constant.visitor.ConstantVisitor;
27 * This Constant represents a integer constant in the constant pool.
31 public class IntegerConstant extends Constant
71 // Implementations for Constant.
LongConstant.java 21 package proguard.classfile.constant;
24 import proguard.classfile.constant.visitor.ConstantVisitor;
27 * This Constant represents a long constant in the constant pool.
31 public class LongConstant extends Constant
71 // Implementations for Constant.
  /external/proguard/src/proguard/classfile/constant/visitor/
MethodrefTraveler.java 21 package proguard.classfile.constant.visitor;
24 import proguard.classfile.constant.*;
29 * to their methodref constants, and applies a given constant visitor.
41 * Creates a new v that will delegate to the given constant visitor.
51 public void visitAnyConstant(Clazz clazz, Constant constant) {}
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineConstantPool.h 1 //===-- CodeGen/MachineConstantPool.h - Abstract Constant Pool --*- C++ -*-===//
12 /// constant pool to keep track of constants referenced by a function.
27 class Constant;
66 /// the constant pool.
70 /// The constant itself.
72 const Constant *ConstVal;
80 MachineConstantPoolEntry(const Constant *V, unsigned A)
92 /// Constant.
116 /// Instructions reference the address of these constant pool constants through
119 /// address of the function constant pool values
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SanitizerStats.h 49 std::vector<Constant *> Inits;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineConstantPool.h 1 //===-- CodeGen/MachineConstantPool.h - Abstract Constant Pool --*- C++ -*-===//
12 /// constant pool to keep track of constants referenced by a function.
27 class Constant;
66 /// the constant pool.
70 /// The constant itself.
72 const Constant *ConstVal;
80 MachineConstantPoolEntry(const Constant *V, unsigned A)
92 /// Constant.
116 /// Instructions reference the address of these constant pool constants through
119 /// address of the function constant pool values
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SanitizerStats.h 49 std::vector<Constant *> Inits;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineConstantPool.h 1 //===-- CodeGen/MachineConstantPool.h - Abstract Constant Pool --*- C++ -*-===//
12 /// constant pool to keep track of constants referenced by a function.
27 class Constant;
66 /// the constant pool.
70 /// The constant itself.
72 const Constant *ConstVal;
80 MachineConstantPoolEntry(const Constant *V, unsigned A)
92 /// Constant.
116 /// Instructions reference the address of these constant pool constants through
119 /// address of the function constant pool values
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SanitizerStats.h 49 std::vector<Constant *> Inits;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineConstantPool.h 1 //===-- CodeGen/MachineConstantPool.h - Abstract Constant Pool --*- C++ -*-===//
12 /// constant pool to keep track of constants referenced by a function.
27 class Constant;
66 /// the constant pool.
70 /// The constant itself.
72 const Constant *ConstVal;
80 MachineConstantPoolEntry(const Constant *V, unsigned A)
92 /// Constant.
116 /// Instructions reference the address of these constant pool constants through
119 /// address of the function constant pool values
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SanitizerStats.h 49 std::vector<Constant *> Inits;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineConstantPool.h 1 //===-- CodeGen/MachineConstantPool.h - Abstract Constant Pool --*- C++ -*-===//
12 /// constant pool to keep track of constants referenced by a function.
27 class Constant;
66 /// the constant pool.
70 /// The constant itself.
72 const Constant *ConstVal;
80 MachineConstantPoolEntry(const Constant *V, unsigned A)
92 /// Constant.
116 /// Instructions reference the address of these constant pool constants through
119 /// address of the function constant pool values
    [all...]

Completed in 855 milliseconds

<<11121314151617181920>>