HomeSort by relevance Sort by last modified time
    Searched refs:Constant (Results 451 - 475 of 947) sorted by null

<<11121314151617181920>>

  /external/proguard/src/proguard/optimize/info/
ReadWriteFieldMarker.java 25 import proguard.classfile.constant.*;
26 import proguard.classfile.constant.visitor.ConstantVisitor;
89 public void visitAnyConstant(Clazz clazz, Constant constant) {}
  /external/v8/test/unittests/compiler/
typer-unittest.cc 138 Type* result_type = Type::Constant(
159 Type* result_type = Type::Constant(
177 Type::Constant(result_value ? isolate()->factory()->true_value()
195 Type* result_type = Type::Constant(
  /external/vulkan-validation-layers/demos/smoke/android/src/main/jni/
Smoke.frag.h 34 14: 6(float) Constant 1056964608
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 633 static bool usedInGlobalVarDef(const Constant *C) {
642 if (const Constant *C = dyn_cast<Constant>(U))
698 static bool useFuncSeen(const Constant *C,
701 if (const Constant *cu = dyn_cast<Constant>(U)) {
732 if (const Constant *C = dyn_cast<Constant>(U)) {
741 // uses this constant expr has already been seen.
1031 // GlobalVariables are always constant pointers themselves
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 11 // to promote better constant propagation, GCSE, LICM, PRE, etc.
102 /// Utility class representing a non-constant Xor-operand. We classify
103 /// non-constant Xor-Operands into two categories:
104 /// C1) The operand is in the form "X & C", where C is a constant and C != ~0
107 /// constant.
275 return 0; // Otherwise it's a global or constant, rank 0.
311 if (isa<Constant>(RHS))
314 if (isa<Constant>(LHS) || RHSRank < LHSRank)
356 Constant *NegOne = Ty->isIntOrIntVectorTy() ?
360 Neg->setOperand(1, Constant::getNullValue(Ty)); // Drop use of op
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationUtils.java 21 import com.android.dexgen.rop.cst.Constant;
69 /** {@code non-null;} the UTF-8 constant {@code "accessFlags"} */
72 /** {@code non-null;} the UTF-8 constant {@code "name"} */
75 /** {@code non-null;} the UTF-8 constant {@code "value"} */
137 Constant nameCst =
241 * @return {@code non-null;} the corresponding array constant
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationUtils.java 23 import com.android.dx.rop.cst.Constant;
69 /** {@code non-null;} the UTF-8 constant {@code "accessFlags"} */
72 /** {@code non-null;} the UTF-8 constant {@code "name"} */
75 /** {@code non-null;} the UTF-8 constant {@code "value"} */
137 Constant nameCst = (name != null) ? name : CstKnownNull.THE_ONE;
240 * @return {@code non-null;} the corresponding array constant
  /dalvik/dx/src/com/android/multidex/
ClassReferenceListBuilder.java 22 import com.android.dx.rop.cst.Constant;
100 for (Constant constant : classFile.getConstantPool().getEntries()) {
101 if (constant instanceof CstType) {
102 checkDescriptor(((CstType) constant).getClassType().getDescriptor());
103 } else if (constant instanceof CstFieldRef) {
104 checkDescriptor(((CstFieldRef) constant).getType().getDescriptor());
105 } else if (constant instanceof CstBaseMethodRef) {
106 checkPrototype(((CstBaseMethodRef) constant).getPrototype());
  /external/clang/lib/CodeGen/
CGCXX.cpp 153 llvm::Constant *Aliasee = Ref;
242 llvm::Constant *CodeGenModule::getAddrOfCXXStructor(
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationUtils.java 21 import com.android.dx.rop.cst.Constant;
68 /** {@code non-null;} the UTF-8 constant {@code "accessFlags"} */
71 /** {@code non-null;} the UTF-8 constant {@code "name"} */
74 /** {@code non-null;} the UTF-8 constant {@code "value"} */
136 Constant nameCst = (name != null) ? name : CstKnownNull.THE_ONE;
239 * @return {@code non-null;} the corresponding array constant
  /external/eigen/Eigen/src/Core/
SelfCwiseBinaryOp.h 176 tmp = PlainObject::Constant(rows(),cols(),other);
191 tmp = PlainObject::Constant(rows(),cols(), actual_other);
  /external/eigen/test/
umeyama.cpp 110 src.row(dim) = Matrix<Scalar, 1, Dynamic>::Constant(num_elements, Scalar(1));
144 src.row(dim) = Matrix<Scalar, 1, Dynamic>::Constant(num_elements, Scalar(1));
  /external/guice/
AndroidCallMunge.mk 24 # (Constant)
  /external/libvpx/libvpx/vp8/common/arm/armv6/
dc_only_idct_add_v6.asm 68 ; Constant Pool
  /external/llvm/include/llvm/IR/
Metadata.h 23 #include "llvm/IR/Constant.h"
314 ConstantAsMetadata(Constant *C)
318 static ConstantAsMetadata *get(Constant *C) {
321 static ConstantAsMetadata *getIfExists(Constant *C) {
325 Constant *getValue() const {
326 return cast<Constant>(ValueAsMetadata::getValue());
339 assert(!isa<Constant>(Local) && "Expected local value");
402 /// The target of the cast must be a subclass of \a Constant.
420 static const bool value = std::is_base_of<Constant, V>::value &&
424 static const bool value = std::is_base_of<Constant, V>::value &
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 48 CP, // Constant pool.
168 getExceptionPointerRegister(const Constant *PersonalityFn) const override {
175 getExceptionSelectorRegister(const Constant *PersonalityFn) const override {
217 /// Return true if folding a constant offset with the given GlobalAddress
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.h 95 getExceptionPointerRegister(const Constant *PersonalityFn) const override {
102 getExceptionSelectorRegister(const Constant *PersonalityFn) const override {
  /external/llvm/lib/Target/X86/
X86TargetObjectFile.cpp 110 // It should look something like this: @__ImageBase = external constant i8
135 static std::string scalarConstantToHexString(const Constant *C) {
157 const DataLayout &DL, SectionKind Kind, const Constant *C) const {
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 131 getExceptionPointerRegister(const Constant *PersonalityFn) const override {
138 getExceptionSelectorRegister(const Constant *PersonalityFn) const override {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 29 STATISTIC(NumGlobalCopies, "Number of allocas copied from constant global");
32 /// some part of a constant global variable. This intentionally only accepts
33 /// constant expressions because we can't rewrite arbitrary instructions.
52 /// the alloca, and if the source pointer is a pointer to a constant global, we
145 // If the source of the memcpy/move is not a constant global, reject it.
157 /// modified by a copy from a constant global. If we can prove this, we can
181 // Convert: alloca Ty, C - where C is a constant != 1 into: alloca [C x Ty], 1
198 Value *NullIdx = Constant::getNullValue(IdxTy);
210 return IC.ReplaceInstUsesWith(AI, Constant::getNullValue(AI.getType()));
251 // dominance as the array size was forced to a constant earlier already
    [all...]
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 219 std::vector<Constant*> Used;
221 Constant *Op = cast<Constant>(V->stripPointerCasts());
223 Used.push_back(cast<Constant>(V));
267 Constant *Root = Alias.getAliasee()->stripPointerCasts();
282 Constant *Replacement = ConstantPointerNull::get(Ty);
290 Constant *Replacement = ConstantPointerNull::get(Ty);
379 BBTerm->replaceAllUsesWith(Constant::getNullValue(BBTerm->getType()));
  /external/proguard/src/proguard/classfile/visitor/
ClassCleaner.java 30 import proguard.classfile.constant.Constant;
31 import proguard.classfile.constant.visitor.ConstantVisitor;
84 public void visitAnyConstant(Clazz clazz, Constant constant)
86 clean(constant);
  /external/snakeyaml/
ApplyAndroidPatches.mk 23 # (Constant)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
dc_only_idct_add_v6.asm 68 ; Constant Pool

Completed in 1844 milliseconds

<<11121314151617181920>>