Home
last modified time | relevance | path

Searched refs:getIntNTy (Results 1 – 25 of 63) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DScalarizeMaskedMemIntrin.cpp201 Type *SclrMaskTy = Builder.getIntNTy(VectorWidth); in scalarizeMaskedLoad()
336 Type *SclrMaskTy = Builder.getIntNTy(VectorWidth); in scalarizeMaskedStore()
457 Type *SclrMaskTy = Builder.getIntNTy(VectorWidth); in scalarizeMaskedGather()
585 Type *SclrMaskTy = Builder.getIntNTy(VectorWidth); in scalarizeMaskedScatter()
690 Type *SclrMaskTy = Builder.getIntNTy(VectorWidth); in scalarizeMaskedExpandLoad()
802 Type *SclrMaskTy = Builder.getIntNTy(VectorWidth); in scalarizeMaskedCompressStore()
H A DSROA.cpp1841 Type::getIntNTy(Ty->getContext(), NumElements * ElementSize * 8); in isVectorPromotionViableForSlice()
2110 Type *IntTy = Type::getIntNTy(AllocaTy->getContext(), SizeInBits); in isIntegerWideningViable()
2345 ? Type::getIntNTy(NewAI.getContext(), in AllocaSliceRewriter()
2489 IntegerType *ExtractTy = Type::getIntNTy(LI.getContext(), SliceSize * 8); in rewriteIntegerLoad()
2514 Type *TargetTy = IsSplit ? Type::getIntNTy(LI.getContext(), SliceSize * 8) in visitLoadInst()
2687 IntegerType *NarrowTy = Type::getIntNTy(SI.getContext(), SliceSize * 8); in visitStoreInst()
2757 Type *SplatIntTy = Type::getIntNTy(VTy->getContext(), Size * 8); in getIntegerSplat()
3027 IntTy ? Type::getIntNTy(IntTy->getContext(), Size * 8) : nullptr; in visitMemTransferInst()
4010 auto *PartTy = Type::getIntNTy(Ty->getContext(), PartSize * 8); in presplitLoadsAndStores()
4145 auto *PartTy = Type::getIntNTy(Ty->getContext(), PartSize * 8); in presplitLoadsAndStores()
[all …]
H A DCorrelatedValuePropagation.cpp708 auto *TruncTy = Type::getIntNTy(Instr->getContext(), NewWidth); in narrowSDivOrSRem()
752 auto *TruncTy = Type::getIntNTy(Instr->getContext(), NewWidth); in processUDivOrURem()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp311 Type *Ty = Type::getIntNTy(M.getContext(), BitSize); in initialize()
750 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic()
765 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic()
782 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic()
796 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic()
H A DSanitizerCoverage.cpp409 IntptrTy = Type::getIntNTy(*C, DL->getPointerSizeInBits()); in instrumentModule()
840 auto Ty = Type::getIntNTy(*C, TypeSize); in InjectTraceForDiv()
885 auto Ty = Type::getIntNTy(*C, TypeSize); in InjectTraceForCmp()
H A DMemProfiler.cpp162 IntptrTy = Type::getIntNTy(*C, LongSize); in MemProfiler()
H A DMemorySanitizer.cpp824 IRB.getVoidTy(), IRB.getIntNTy(AccessSize * 8), IRB.getInt32Ty()); in createUserspaceApi()
834 IRB.getVoidTy(), IRB.getIntNTy(AccessSize * 8), IRB.getInt8PtrTy(), in createUserspaceApi()
1180 IRB.CreateZExt(ConvertedShadow, IRB.getIntNTy(8 * (1 << SizeIndex))); in storeOrigin()
1254 IRB.CreateZExt(ConvertedShadow, IRB.getIntNTy(8 * (1 << SizeIndex))); in materializeOneCheck()
2225 Value *V1 = IRB.CreateBitCast(V, Type::getIntNTy(*MS.C, srcSizeInBits)); in CreateShadowCast()
2227 IRB.CreateIntCast(V1, Type::getIntNTy(*MS.C, dstSizeInBits), Signed); in CreateShadowCast()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFixedPointBuilder.h42 Type *DstIntTy = B.getIntNTy(DstWidth); in Convert()
78 Type *UpscaledTy = B.getIntNTy(ResultWidth); in Convert()
200 Type *ResultTy = B.getIntNTy(DstSema.getWidth()); in CreateFloatingToFixed()
H A DType.h423 static IntegerType *getIntNTy(LLVMContext &C, unsigned N);
433 return (Type*) Type::getIntNTy(C, noOfBits); in getScalarTy()
H A DDerivedTypes.h67 return Type::getIntNTy(getContext(), 2 * getScalarSizeInBits()); in getExtendedType()
713 return getWithNewType(getIntNTy(getContext(), NewBitWidth)); in getWithNewBitWidth()
H A DDataLayout.h563 return (LargestSize == 0) ? nullptr : Type::getIntNTy(C, LargestSize); in getLargestLegalIntType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULateCodeGenPrepare.cpp163 auto IntNTy = Type::getIntNTy(LI.getContext(), LdBits); in visitLoadInst()
H A DAMDGPULowerKernelArguments.cpp219 IntegerType *ArgIntTy = Builder.getIntNTy(Size); in runOnFunction()
H A DAMDGPUAtomicOptimizer.cpp495 Type *const WaveTy = B.getIntNTy(ST->getWavefrontSize()); in optimizeAtomic()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DType.cpp201 IntegerType *Type::getIntNTy(LLVMContext &C, unsigned N) { in getIntNTy() function in Type
242 return getIntNTy(C, N)->getPointerTo(AS); in getIntNPtrTy()
H A DDataLayout.cpp856 return Type::getIntNTy(C, LegalIntWidth); in getSmallestLegalIntType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp131 return llvm::Type::getIntNTy(Types.getLLVMContext(), AlignedBits); in getIntNType()
135 return llvm::Type::getIntNTy(Types.getLLVMContext(), in getCharType()
H A DCGObjCRuntime.cpp111 llvm::Type::getIntNTy(CGF.getLLVMContext(), in EmitValueForIvarAtOffset()
H A DCodeGenTypes.cpp790 ResultType = llvm::Type::getIntNTy(getLLVMContext(), EIT->getNumBits()); in ConvertType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp96 DataTy = Type::getIntNTy(M.getContext(), DataBits); in doInitialization()
H A DAtomicExpandPass.cpp477 IntegerType *IntTy = Builder.getIntNTy(OrigTy->getPrimitiveSizeInBits()); in createCmpXchgInstFun()
650 PMV.WordType = MinWordSize > ValueSize ? Type::getIntNTy(Ctx, MinWordSize * 8) in createMaskInstrs()
1666 Type *SizedIntTy = Type::getIntNTy(Ctx, Size * 8); in expandAtomicOpToLibcall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp1002 StoreTy = Type::getIntNTy(F.getParent()->getContext(), in vectorizeStoreChain()
1155 LoadTy = Type::getIntNTy(F.getParent()->getContext(), in vectorizeLoadChain()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp423 auto *IntTy = Type::getIntNTy(*Ctx, sizeof(int) * CHAR_BIT); in createPlatformRuntimeModule()
704 auto *IntTy = Type::getIntNTy(*Ctx, sizeof(int) * CHAR_BIT); in createPlatformRuntimeModule()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp85 Value = Type::getIntNTy(Context, N); in parse()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp280 V, IRB.getIntNTy(DL->getTypeStoreSize(V->getType()) * 8)); in flatten()

123