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

1 2

  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 119 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(*C);
120 return llvm::ConstantInt::get(Int32Ty, ETSize);
177 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(*C);
178 llvm::Type *SizeTy = Int32Ty;
200 StructTys.push_back(Int32Ty); // uint32_t x
201 StructTys.push_back(Int32Ty); // uint32_t y
202 StructTys.push_back(Int32Ty); // uint32_t z
203 StructTys.push_back(Int32Ty); // uint32_t lod
204 StructTys.push_back(Int32Ty); // enum RsAllocationCubemapFace
205 StructTys.push_back(llvm::ArrayType::get(Int32Ty, 16)); // uint32_t ar[16
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GlobalMerge.cpp 132 Type *Int32Ty = Type::getInt32Ty(M.getContext());
156 ConstantInt::get(Int32Ty, 0),
157 ConstantInt::get(Int32Ty, k-i)
IndVarSimplify.cpp 395 IntegerType *Int32Ty = Type::getInt32Ty(PN->getContext());
398 PHINode *NewPHI = PHINode::Create(Int32Ty, 2, PN->getName()+".int", PN);
399 NewPHI->addIncoming(ConstantInt::get(Int32Ty, InitValue),
403 BinaryOperator::CreateAdd(NewPHI, ConstantInt::get(Int32Ty, IncValue),
408 ConstantInt::get(Int32Ty, ExitValue),
    [all...]
  /external/llvm/include/llvm/
MDBuilder.h 69 Type *Int32Ty = Type::getInt32Ty(Context);
71 Vals[i+1] = ConstantInt::get(Int32Ty, Weights[i]);
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 94 Type *Int32Ty = Type::getInt32Ty(M.getContext());
97 Int32Ty, // call_site
98 ArrayType::get(Int32Ty, 4), // __data
130 Type *Int32Ty = Type::getInt32Ty(I->getContext());
131 Value *Zero = ConstantInt::get(Int32Ty, 0);
132 Value *One = ConstantInt::get(Int32Ty, 1);
ShadowStackGC.cpp 217 Type *Int32Ty = Type::getInt32Ty(F.getContext());
220 ConstantInt::get(Int32Ty, Roots.size(), false),
221 ConstantInt::get(Int32Ty, NumMeta, false),
  /external/llvm/lib/VMCore/
LLVMContextImpl.cpp 35 Int32Ty(C, 32),
Module.cpp 365 Type *Int32Ty = Type::getInt32Ty(Context);
367 ConstantInt::get(Int32Ty, Behavior), MDString::get(Context, Key), Val
373 Type *Int32Ty = Type::getInt32Ty(Context);
374 addModuleFlag(Behavior, Key, ConstantInt::get(Int32Ty, Val));
LLVMContextImpl.h 299 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty;
Type.cpp 262 IntegerType *Type::getInt32Ty(LLVMContext &C) { return &C.pImpl->Int32Ty; }
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 390 llvm::ConstantInt::get(Int32Ty, 0);
392 llvm::ConstantInt::get(Int32Ty, 3);
393 Value *Data = llvm::ConstantInt::get(Int32Ty, 1);
690 llvm::ConstantInt::get(Int32Ty, Offset)));
694 Depth = Builder.CreateIntCast(Depth, Int32Ty, false);
700 Depth = Builder.CreateIntCast(Depth, Int32Ty, false);
784 ConstantInt::get(Int32Ty, 0));
791 Builder.CreateGEP(Buf, ConstantInt::get(Int32Ty, 2));
    [all...]
TargetInfo.cpp 938 llvm::ConstantInt::get(CGF.Int32Ty, Align - 1);
941 CGF.Int32Ty);
942 llvm::Value *Mask = llvm::ConstantInt::get(CGF.Int32Ty, -Align)
    [all...]
CGObjCGNU.cpp 163 llvm::IntegerType *Int32Ty;
    [all...]
CGException.cpp 245 CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.Int32Ty, true),
403 EHSelectorSlot = CreateTempAlloca(Int32Ty, "ehselector.slot");
773 Builder.CreateLandingPad(llvm::StructType::get(Int8PtrTy, Int32Ty, NULL),
    [all...]
CGExprScalar.cpp 757 Indx = Builder.CreateZExt(Indx, CGF.Int32Ty, "idx_zext");
828 Idx = Builder.CreateIntCast(Idx, CGF.Int32Ty, IdxSigned, "vecidxcast");
    [all...]
CGBlocks.cpp     [all...]
CodeGenModule.cpp 86 Int32Ty = llvm::Type::getInt32Ty(LLVMContext);
447 llvm::StructType::get(Int32Ty, llvm::PointerType::getUnqual(CtorFTy), NULL);
453 llvm::ConstantInt::get(Int32Ty, I->second, false),
786 return llvm::ConstantInt::get(Int32Ty, LineNo);
    [all...]
CodeGenFunction.cpp 239 llvm::ConstantInt::get(Int32Ty, 0),
366 llvm::Value *Undef = llvm::UndefValue::get(Int32Ty);
367 AllocaInsertPt = new llvm::BitCastInst(Undef, Int32Ty, "", EntryBB);
    [all...]
CodeGenModule.h 107 llvm::IntegerType *Int8Ty, *Int16Ty, *Int32Ty, *Int64Ty;
    [all...]
CGExpr.cpp     [all...]
CGStmt.cpp     [all...]
ItaniumCXXABI.cpp     [all...]
  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 208 Type *Int32Ty = Type::getInt32Ty(TorList[0].first->getContext());
211 StructType::get(Int32Ty, TorList[0].first->getType(), NULL);
214 ConstantInt::get(Int32Ty, TorList[i].second),
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 498 Type *Int32Ty = Type::getInt32Ty(*Ctx);
501 Builder.CreateStore(ConstantInt::get(Int32Ty, i), EdgeState);
584 Type *Int32Ty = Type::getInt32Ty(*Ctx);
587 Int32Ty->getPointerTo(), // uint32_t *predecessor
703 Type *Int32Ty = Type::getInt32Ty(*Ctx);
705 Constant *NegOne = ConstantInt::get(Int32Ty, 0xffffffff);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 187 Type *Int32Ty = Type::getInt32Ty(EI.getContext());
189 ConstantInt::get(Int32Ty,
658 Type *Int32Ty = Type::getInt32Ty(SVI.getContext());
661 Elts.push_back(UndefValue::get(Int32Ty));
663 Elts.push_back(ConstantInt::get(Int32Ty, newMask[i]));

Completed in 473 milliseconds

1 2