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

1 2 3 4 5 6

  /external/ceres-solver/internal/ceres/
compressed_col_sparse_matrix_utils.h 69 template <typename IntegerType>
70 void SolveUpperTriangularInPlace(IntegerType num_cols,
71 const IntegerType* rows,
72 const IntegerType* cols,
75 for (IntegerType c = num_cols - 1; c >= 0; --c) {
77 for (IntegerType idx = cols[c]; idx < cols[c + 1] - 1; ++idx) {
78 const IntegerType r = rows[idx];
90 template <typename IntegerType>
91 void SolveUpperTriangularTransposeInPlace(IntegerType num_cols,
92 const IntegerType* rows
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/tests/
IntegerToStringConversion.cpp 36 template<typename IntegerType> struct PrintfFormatTrait { static const char format[]; };
72 template<typename IntegerType>
79 const IntegerType min = std::numeric_limits<IntegerType>::min();
81 snprintf(buffer.data(), bufferSize, PrintfFormatTrait<IntegerType>::format, min);
84 const IntegerType max = std::numeric_limits<IntegerType>::max();
86 snprintf(buffer.data(), bufferSize, PrintfFormatTrait<IntegerType>::format, max);
90 template<typename IntegerType>
98 const IntegerType number = static_cast<IntegerType>(i)
    [all...]
  /external/proguard/src/proguard/classfile/attribute/preverification/
VerificationTypeFactory.java 24 * This class provides methods to create and reuse IntegerType objects.
31 static final IntegerType INTEGER_TYPE = new IntegerType();
41 * Creates a new IntegerType.
43 public static IntegerType createIntegerType()
IntegerType.java 32 public class IntegerType extends VerificationType
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CheckedInt.h 68 template<typename IntegerType>
74 template<typename IntegerType>
77 static const bool value = IsSupportedPass2<IntegerType>::value;
186 template<typename IntegerType>
189 typedef typename StdintTypeForSizeAndSignedness<sizeof(IntegerType),
193 template<typename IntegerType>
196 static const bool value = IntegerType(-1) <= IntegerType(0);
199 template<typename IntegerType, size_t Size = sizeof(IntegerType)>
    [all...]
  /art/compiler/llvm/generated/
art_module.cc 47 StructTy_ShadowFrame_fields.push_back(IntegerType::get(mod->getContext(), 32));
52 StructTy_ShadowFrame_fields.push_back(IntegerType::get(mod->getContext(), 32));
96 FuncTy_7_args.push_back(IntegerType::get(mod->getContext(), 32));
116 FuncTy_10_args.push_back(IntegerType::get(mod->getContext(), 32));
117 FuncTy_10_args.push_back(IntegerType::get(mod->getContext(), 32));
124 FuncTy_11_args.push_back(IntegerType::get(mod->getContext(), 32));
132 FuncTy_12_args.push_back(IntegerType::get(mod->getContext(), 32));
134 /*Result=*/IntegerType::get(mod->getContext(), 32),
139 FuncTy_13_args.push_back(IntegerType::get(mod->getContext(), 32));
148 FuncTy_14_args.push_back(IntegerType::get(mod->getContext(), 32))
    [all...]
  /external/llvm/examples/BrainF/
BrainF.cpp 64 getOrInsertFunction("getchar", IntegerType::getInt32Ty(C), NULL));
68 getOrInsertFunction("putchar", IntegerType::getInt32Ty(C),
69 IntegerType::getInt32Ty(C), NULL));
83 Type* IntPtrTy = IntegerType::getInt32Ty(C);
84 Type* Int8Ty = IntegerType::getInt8Ty(C);
150 getOrInsertFunction("puts", IntegerType::getInt32Ty(C),
151 PointerType::getUnqual(IntegerType::getInt8Ty(C)), NULL));
158 Constant *zero_32 = Constant::getNullValue(IntegerType::getInt32Ty(C));
210 CreateTrunc(tape_0, IntegerType::getInt8Ty(C), tapereg);
224 CreateSExt(tape_0, IntegerType::getInt32Ty(C), tapereg)
    [all...]
BrainFDriver.cpp 60 getOrInsertFunction("main", IntegerType::getInt32Ty(mod->getContext()),
61 IntegerType::getInt32Ty(mod->getContext()),
63 IntegerType::getInt8Ty(mod->getContext()))), NULL));
  /external/llvm/include/llvm/IR/
Type.h 28 class IntegerType;
194 /// isIntegerTy - True if this is an instance of IntegerType.
198 /// isIntegerTy - Return true if this is an IntegerType of the given width.
391 static IntegerType *getIntNTy(LLVMContext &C, unsigned N);
392 static IntegerType *getInt1Ty(LLVMContext &C);
393 static IntegerType *getInt8Ty(LLVMContext &C);
394 static IntegerType *getInt16Ty(LLVMContext &C);
395 static IntegerType *getInt32Ty(LLVMContext &C);
396 static IntegerType *getInt64Ty(LLVMContext &C);
DerivedTypes.h 37 class IntegerType : public Type {
41 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){
45 /// This enum is just used to hold constants we need for IntegerType.
53 /// This static method is the primary way of constructing an IntegerType.
54 /// If an IntegerType with the same NumBits value was previously instantiated,
57 /// @brief Get or create an IntegerType instance.
58 static IntegerType *get(LLVMContext &C, unsigned NumBits);
60 /// @brief Get the number of bits in this IntegerType
81 /// This method determines if the width of this IntegerType is a power-of-2
84 /// @brief Is this a power-of-2 byte-width IntegerType
    [all...]
MDBuilder.h 89 Type *Ty = IntegerType::get(Context, Lo.getBitWidth());
150 Type *Int64 = IntegerType::get(Context, 64);
164 Type *Int64 = IntegerType::get(Context, 64);
178 Type *Int64 = IntegerType::get(Context, 64);
189 Type *Int64 = IntegerType::get(Context, 64);
DataLayout.h 34 class IntegerType;
361 IntegerType *getIntPtrType(LLVMContext &C, unsigned AddressSpace = 0) const;
464 return cast<IntegerType>(Ty)->getBitWidth();
  /external/llvm/lib/Transforms/Utils/
BypassSlowDivision.cpp 79 IntegerType *BypassType,
187 IntegerType *BypassType,
246 IntegerType *T = cast<IntegerType>(J->getType());
255 IntegerType *BT = IntegerType::get(J->getContext(), BI->second);
  /external/llvm/lib/IR/
Type.cpp 57 /// isIntegerTy - Return true if this is an IntegerType of the specified width.
59 return isIntegerTy() && cast<IntegerType>(this)->getBitWidth() == Bitwidth;
126 case Type::IntegerTyID: return cast<IntegerType>(this)->getBitWidth();
179 return cast<IntegerType>(this)->getBitWidth();
238 IntegerType *Type::getInt1Ty(LLVMContext &C) { return &C.pImpl->Int1Ty; }
239 IntegerType *Type::getInt8Ty(LLVMContext &C) { return &C.pImpl->Int8Ty; }
240 IntegerType *Type::getInt16Ty(LLVMContext &C) { return &C.pImpl->Int16Ty; }
241 IntegerType *Type::getInt32Ty(LLVMContext &C) { return &C.pImpl->Int32Ty; }
242 IntegerType *Type::getInt64Ty(LLVMContext &C) { return &C.pImpl->Int64Ty; }
244 IntegerType *Type::getIntNTy(LLVMContext &C, unsigned N)
    [all...]
ValueTypes.cpp 30 VT.LLVMTy = IntegerType::get(Context, BitWidth);
98 if (IntegerType *ITy = dyn_cast<IntegerType>(LLVMTy))
186 case MVT::i128: return IntegerType::get(Context, 128);
245 return getIntegerVT(cast<IntegerType>(Ty)->getBitWidth());
270 return getIntegerVT(Ty->getContext(), cast<IntegerType>(Ty)->getBitWidth());
  /external/proguard/src/proguard/classfile/attribute/preverification/visitor/
VerificationTypeVisitor.java 36 public void visitIntegerType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, IntegerType integerType);
46 public void visitStackIntegerType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, IntegerType integerType);
56 public void visitVariablesIntegerType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, IntegerType integerType);
  /external/clang/lib/CodeGen/
CGOpenCLRuntime.cpp 59 return llvm::IntegerType::get(CGM.getLLVMContext(),32);
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 111 IntegerType *Ty1 = Builder.getInt1Ty();
112 EXPECT_EQ(Ty1, IntegerType::get(getGlobalContext(), 1));
115 IntegerType *IntPtrTy = Builder.getIntPtrTy(DL);
117 EXPECT_EQ(IntPtrTy, IntegerType::get(getGlobalContext(), IntPtrBitSize));
TypeBuilderTest.cpp 44 EXPECT_EQ(IntegerType::get(getGlobalContext(), sizeof(size_t) * CHAR_BIT),
46 EXPECT_EQ(IntegerType::get(getGlobalContext(), sizeof(ptrdiff_t) * CHAR_BIT),
51 EXPECT_EQ(IntegerType::get(getGlobalContext(), 1), (TypeBuilder<types::i<1>, true>::get(getGlobalContext())));
52 EXPECT_EQ(IntegerType::get(getGlobalContext(), 1), (TypeBuilder<types::i<1>, false>::get(getGlobalContext())));
53 EXPECT_EQ(IntegerType::get(getGlobalContext(), 72), (TypeBuilder<types::i<72>, true>::get(getGlobalContext())));
54 EXPECT_EQ(IntegerType::get(getGlobalContext(), 72), (TypeBuilder<types::i<72>, false>::get(getGlobalContext())));
InstructionsTest.cpp 34 IntegerType* Int1 = IntegerType::get(C, 1);
72 IntegerType* Int1 = IntegerType::get(C, 1);
217 PointerType *Ptri8Ty = PointerType::get(IntegerType::get(C, 8), 0);
218 PointerType *Ptri32Ty = PointerType::get(IntegerType::get(C, 32), 0);
384 IntegerType *Int16SizePtr = DL.getIntPtrType(C, 1);
385 IntegerType *Int64SizePtr = DL.getIntPtrType(C, 2);
VerifierTest.cpp 41 Constant *Zero32 = ConstantInt::get(IntegerType::get(C, 32), 0);
  /art/compiler/llvm/
ir_builder.h 203 ::llvm::IntegerType* getPtrEquivIntTy() {
319 ::llvm::IntegerType* getJBooleanTy() {
323 ::llvm::IntegerType* getJByteTy() {
327 ::llvm::IntegerType* getJCharTy() {
331 ::llvm::IntegerType* getJShortTy() {
335 ::llvm::IntegerType* getJIntTy() {
339 ::llvm::IntegerType* getJLongTy() {
runtime_support_builder_arm.cc 35 using ::llvm::IntegerType;
44 ::llvm::cast<IntegerType>(type)->getBitWidth();
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBAny.cpp 129 ASSERT(m_type == IntegerType);
204 : m_type(IntegerType)
  /external/llvm/include/llvm/Analysis/
PtrUseVisitor.h 208 IntegerType *IntPtrTy = cast<IntegerType>(DL.getIntPtrType(I.getType()));

Completed in 3150 milliseconds

1 2 3 4 5 6