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

1 2 3 4

  /external/llvm/lib/IR/
ValueTypes.cpp 29 EVT IntTy = getIntegerVT(Context, getVectorElementType().getSizeInBits());
30 return getVectorVT(Context, IntTy, getVectorNumElements());
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ValueTypes.cpp 24 EVT IntTy = getIntegerVT(Context, getVectorElementType().getSizeInBits());
25 return getVectorVT(Context, IntTy, getVectorNumElements());
  /external/clang/lib/CodeGen/
CodeGenTypeCache.h 42 llvm::IntegerType *IntTy;
CGCUDANV.cpp 32 llvm::Type *IntTy, *SizeTy, *VoidTy;
90 IntTy = Types.ConvertType(Ctx.IntTy);
102 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(IntTy,
110 llvm::FunctionType::get(IntTy, CharPtrTy, false), "cudaLaunch");
148 llvm::Constant *Zero = llvm::ConstantInt::get(IntTy, 0);
193 VoidPtrPtrTy, CharPtrTy, CharPtrTy, CharPtrTy, IntTy,
194 VoidPtrTy, VoidPtrTy, VoidPtrTy, VoidPtrTy, IntTy->getPointerTo()};
196 llvm::FunctionType::get(IntTy, RegisterFuncParams, false),
208 KernelName, KernelName, llvm::ConstantInt::get(IntTy, -1), NullPtr
    [all...]
  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 220 IntegerType *IntTy;
  /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));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
MemoryBuiltins.h 241 IntegerType *IntTy;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
MemoryBuiltins.h 246 IntegerType *IntTy;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
MemoryBuiltins.h 246 IntegerType *IntTy;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
MemoryBuiltins.h 266 IntegerType *IntTy;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
MemoryBuiltins.h 266 IntegerType *IntTy;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
MemoryBuiltins.h 266 IntegerType *IntTy;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
MemoryBuiltins.h 266 IntegerType *IntTy;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
MemoryBuiltins.h 241 IntegerType *IntTy;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
MemoryBuiltins.h 246 IntegerType *IntTy;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
MemoryBuiltins.h 246 IntegerType *IntTy;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
MemoryBuiltins.h 266 IntegerType *IntTy;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
MemoryBuiltins.h 266 IntegerType *IntTy;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
MemoryBuiltins.h 266 IntegerType *IntTy;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
MemoryBuiltins.h 266 IntegerType *IntTy;
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 85 MVT IntTy = MVT::getIntegerVT(BitWidth);
86 MVT VecTy = MVT::getVectorVT(IntTy, getVectorNumElements());
  /frameworks/compile/slang/
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...]
  /frameworks/rs/rsov/compiler/spirit/
builder_test.cpp 207 auto IntTy = m->getIntType(32);
208 auto FuncTy = m->getFunctionType(IntTy, {IntTy});
210 auto Func = b.MakeFunctionDefinition(IntTy, FunctionControl::None, FuncTy);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ValueTypes.h 85 MVT IntTy = MVT::getIntegerVT(BitWidth);
86 MVT VecTy = MVT::getVectorVT(IntTy, getVectorNumElements());
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ValueTypes.h 85 MVT IntTy = MVT::getIntegerVT(BitWidth);
86 MVT VecTy = MVT::getVectorVT(IntTy, getVectorNumElements());

Completed in 972 milliseconds

1 2 3 4