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

1 2 3 4

  /external/clang/lib/CodeGen/
CGCUDANV.cpp 32 llvm::Type *IntTy, *SizeTy, *VoidTy;
85 IntTy = Types.ConvertType(Ctx.IntTy);
100 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(IntTy,
108 llvm::FunctionType::get(IntTy, CharPtrTy, false), "cudaLaunch");
146 llvm::Constant *Zero = llvm::ConstantInt::get(IntTy, 0);
182 VoidPtrPtrTy, CharPtrTy, CharPtrTy, CharPtrTy, IntTy,
183 VoidPtrTy, VoidPtrTy, VoidPtrTy, VoidPtrTy, IntTy->getPointerTo()};
185 llvm::FunctionType::get(IntTy, RegisterFuncParams, false),
197 KernelName, KernelName, llvm::ConstantInt::get(IntTy, -1), NullPtr
    [all...]
MicrosoftCXXABI.cpp 302 getContext().IntTy);
325 llvm::UndefValue::get(CGM.IntTy));
326 Map[0] = llvm::ConstantInt::get(CGM.IntTy, 0);
335 Map[SrcVBIndex] = llvm::ConstantInt::get(CGM.IntTy, DstVBIndex * 4);
342 llvm::ArrayType *VDispMapTy = llvm::ArrayType::get(CGM.IntTy, Map.size());
456 return CGM.IntTy;
464 CGM.IntTy,
465 CGM.IntTy,
466 CGM.IntTy,
467 CGM.IntTy,
    [all...]
CodeGenTypeCache.h 42 llvm::IntegerType *IntTy;
CGObjCMac.cpp 175 llvm::Type *ShortTy, *IntTy, *LongTy, *LongLongTy;
443 llvm::FunctionType::get(CGM.IntTy, args, false);
452 llvm::FunctionType::get(CGM.IntTy, args, false);
    [all...]
CGObjCGNU.cpp 136 llvm::IntegerType *IntTy;
    [all...]
  /frameworks/compile/slang/
slang_rs_special_func.cpp 44 const clang::QualType &IntType = FD->getASTContext().IntTy;
60 const clang::QualType &IntType = FD->getASTContext().IntTy;
slang_rs_foreach_lowering.cpp 160 mASTCtxt.IntTy, // int slot
162 mASTCtxt.IntTy, // int numOutput
163 mASTCtxt.IntTy, // int numInputs
252 const clang::CanQualType IntTy = mASTCtxt.IntTy;
253 const unsigned IntTySize = mASTCtxt.getTypeSize(IntTy);
258 clang::IntegerLiteral::Create(mASTCtxt, APIntSlot, IntTy, Loc);
349 clang::IntegerLiteral::Create(mASTCtxt, APIntZero, IntTy, Loc);
367 clang::IntegerLiteral::Create(mASTCtxt, APIntNumOutput, IntTy, Loc);
372 clang::IntegerLiteral::Create(mASTCtxt, APIntNumInputs, IntTy, Loc)
    [all...]
slang_rs_special_kernel_param.cpp 181 if (UT != C.UnsignedIntTy && UT != C.IntTy) {
slang_rs_object_ref_count.cpp 398 C.IntTy,
399 C.getTrivialTypeSourceInfo(C.IntTy),
410 llvm::APInt(C.getTypeSize(C.IntTy), 0), C.IntTy, Loc);
425 C.IntTy,
438 llvm::APInt(C.getTypeSize(C.IntTy), NumArrayElements), C.IntTy, Loc);
444 C.IntTy,
454 C.IntTy,
766 C.IntTy,
    [all...]
  /external/llvm/unittests/IR/
ConstantsTest.cpp 303 Type *IntTy = Type::getInt8Ty(Context);
304 ArrayType *ArrayTy = ArrayType::get(IntTy, 2);
305 Constant *A01Vals[2] = {ConstantInt::get(IntTy, 0),
306 ConstantInt::get(IntTy, 1)};
309 Constant *Global = new GlobalVariable(*M, IntTy, false,
311 Constant *GlobalInt = ConstantExpr::getPtrToInt(Global, IntTy);
312 Constant *A0GVals[2] = {ConstantInt::get(IntTy, 0), GlobalInt};
320 GlobalInt->replaceAllUsesWith(ConstantInt::get(IntTy, 1));
328 Type *IntTy = Type::getInt8Ty(Context);
329 Constant *G1 = new GlobalVariable(*M, IntTy, false
    [all...]
  /external/llvm/include/llvm/ADT/
StringExtras.h 55 template<typename IntTy>
56 static inline char *utohex_buffer(IntTy X, char *BufferEnd, bool LowerCase = false) {
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 143 Type *IntTy = DL.getIntPtrType(Ptr->getType());
144 Value *NeededSizeVal = ConstantInt::get(IntTy, NeededSize);
158 Value *Cmp1 = Builder->CreateICmpSLT(Offset, ConstantInt::get(IntTy, 0));
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 395 return Ctx.IntTy;
401 return Ctx.IntTy;
412 return Ctx.IntTy;
414 return ArgType(Ctx.IntTy, "__int32");
431 : ArgType(Ctx.IntTy, "__int32");
484 return ArgType::PtrTo(Ctx.IntTy);
536 return Ctx.IntTy;
BodyFarm.cpp 212 IntegerLiteral::Create(C, llvm::APInt(C.getTypeSize(C.IntTy), (uint64_t) 1),
213 C.IntTy, SourceLocation());
237 UnaryOperator *UO = new (C) UnaryOperator(LValToRval, UO_LNot, C.IntTy,
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 304 Type *IntTy,
308 Type *ExpandTy, Type *IntTy, bool useSubtract);
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 85 MVT IntTy = MVT::getIntegerVT(BitWidth);
86 MVT VecTy = MVT::getVectorVT(IntTy, getVectorNumElements());
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 596 // IntTy and Zero must be set for each compute() since the address space may
602 IntTy = cast<IntegerType>(DL.getIntPtrType(V->getType()));
603 Zero = ConstantInt::get(IntTy, 0);
699 FirstArg = Builder.CreateZExt(FirstArg, IntTy);
704 SecondArg = Builder.CreateZExt(SecondArg, IntTy);
749 PHINode *SizePHI = Builder.CreatePHI(IntTy, PHI.getNumIncomingValues());
750 PHINode *OffsetPHI = Builder.CreatePHI(IntTy, PHI.getNumIncomingValues());
761 OffsetPHI->replaceAllUsesWith(UndefValue::get(IntTy));
763 SizePHI->replaceAllUsesWith(UndefValue::get(IntTy));
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/MCTargetDesc/
SIMCCodeEmitter.cpp 88 template <typename IntTy>
89 static uint32_t getIntInlineImmEncoding(IntTy Imm) {
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 883 Type *IntTy = IntegerType::get(A->getContext(), StoreSize*8);
890 A = ConstantFoldInstOperands(Instruction::PtrToInt, IntTy,
892 else if (A->getType() != IntTy
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 68 ArrayIndexTy(context.IntTy),
127 return Context.getLangOpts().CPlusPlus ? Context.BoolTy : Context.IntTy;
  /external/llvm/lib/IR/
DataLayout.cpp 708 IntegerType *IntTy = IntegerType::get(Ty->getContext(), NumBits);
710 return VectorType::get(IntTy, VecTy->getNumElements());
711 return IntTy;
ValueTypes.cpp 29 EVT IntTy = getIntegerVT(Context, getVectorElementType().getSizeInBits());
30 return getVectorVT(Context, IntTy, getVectorNumElements());

Completed in 299 milliseconds

1 2 3 4