/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | ScalarizeMaskedMemIntrin.cpp | 201 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 D | SROA.cpp | 1841 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 D | CorrelatedValuePropagation.cpp | 708 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 D | ThreadSanitizer.cpp | 311 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 D | SanitizerCoverage.cpp | 409 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 D | MemProfiler.cpp | 162 IntptrTy = Type::getIntNTy(*C, LongSize); in MemProfiler()
|
H A D | MemorySanitizer.cpp | 824 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 D | FixedPointBuilder.h | 42 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 D | Type.h | 423 static IntegerType *getIntNTy(LLVMContext &C, unsigned N); 433 return (Type*) Type::getIntNTy(C, noOfBits); in getScalarTy()
|
H A D | DerivedTypes.h | 67 return Type::getIntNTy(getContext(), 2 * getScalarSizeInBits()); in getExtendedType() 713 return getWithNewType(getIntNTy(getContext(), NewBitWidth)); in getWithNewBitWidth()
|
H A D | DataLayout.h | 563 return (LargestSize == 0) ? nullptr : Type::getIntNTy(C, LargestSize); in getLargestLegalIntType()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULateCodeGenPrepare.cpp | 163 auto IntNTy = Type::getIntNTy(LI.getContext(), LdBits); in visitLoadInst()
|
H A D | AMDGPULowerKernelArguments.cpp | 219 IntegerType *ArgIntTy = Builder.getIntNTy(Size); in runOnFunction()
|
H A D | AMDGPUAtomicOptimizer.cpp | 495 Type *const WaveTy = B.getIntNTy(ST->getWavefrontSize()); in optimizeAtomic()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Type.cpp | 201 IntegerType *Type::getIntNTy(LLVMContext &C, unsigned N) { in getIntNTy() function in Type 242 return getIntNTy(C, N)->getPointerTo(AS); in getIntNPtrTy()
|
H A D | DataLayout.cpp | 856 return Type::getIntNTy(C, LegalIntWidth); in getSmallestLegalIntType()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGRecordLayoutBuilder.cpp | 131 return llvm::Type::getIntNTy(Types.getLLVMContext(), AlignedBits); in getIntNType() 135 return llvm::Type::getIntNTy(Types.getLLVMContext(), in getCharType()
|
H A D | CGObjCRuntime.cpp | 111 llvm::Type::getIntNTy(CGF.getLLVMContext(), in EmitValueForIvarAtOffset()
|
H A D | CodeGenTypes.cpp | 790 ResultType = llvm::Type::getIntNTy(getLLVMContext(), EIT->getNumBits()); in ConvertType()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | SjLjEHPrepare.cpp | 96 DataTy = Type::getIntNTy(M.getContext(), DataBits); in doInitialization()
|
H A D | AtomicExpandPass.cpp | 477 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 D | LoadStoreVectorizer.cpp | 1002 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 D | LLJIT.cpp | 423 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 D | llvm-stress.cpp | 85 Value = Type::getIntNTy(Context, N); in parse()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64StackTagging.cpp | 280 V, IRB.getIntNTy(DL->getTypeStoreSize(V->getType()) * 8)); in flatten()
|