| /llvm-project-15.0.7/llvm/unittests/AsmParser/ |
| H A D | AsmParserTest.cpp | 255 ASSERT_TRUE(PT->isOpaqueOrPointeeTypeMatches(Type::getIntNTy(Ctx, 32))); in TEST() 263 Type *ExpectedElemTy = PointerType::getUnqual(Type::getIntNTy(Ctx, 32)); in TEST() 382 ASSERT_TRUE(PT->isOpaqueOrPointeeTypeMatches(Type::getIntNTy(Ctx, 32))); in TEST() 391 Type *ExpectedElemTy = PointerType::getUnqual(Type::getIntNTy(Ctx, 32)); in TEST()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | ScalarizeMaskedMemIntrin.cpp | 198 Type *SclrMaskTy = Builder.getIntNTy(VectorWidth); in scalarizeMaskedLoad() 333 Type *SclrMaskTy = Builder.getIntNTy(VectorWidth); in scalarizeMaskedStore() 454 Type *SclrMaskTy = Builder.getIntNTy(VectorWidth); in scalarizeMaskedGather() 582 Type *SclrMaskTy = Builder.getIntNTy(VectorWidth); in scalarizeMaskedScatter() 687 Type *SclrMaskTy = Builder.getIntNTy(VectorWidth); in scalarizeMaskedExpandLoad() 799 Type *SclrMaskTy = Builder.getIntNTy(VectorWidth); in scalarizeMaskedCompressStore()
|
| H A D | SROA.cpp | 1810 Type::getIntNTy(Ty->getContext(), NumElements * ElementSize * 8); in isVectorPromotionViableForSlice() 2088 Type *IntTy = Type::getIntNTy(AllocaTy->getContext(), SizeInBits); in isIntegerWideningViable() 2320 ? Type::getIntNTy(NewAI.getContext(), in AllocaSliceRewriter() 2467 IntegerType *ExtractTy = Type::getIntNTy(LI.getContext(), SliceSize * 8); in rewriteIntegerLoad() 2491 Type *TargetTy = IsSplit ? Type::getIntNTy(LI.getContext(), SliceSize * 8) in visitLoadInst() 2666 IntegerType *NarrowTy = Type::getIntNTy(SI.getContext(), SliceSize * 8); in visitStoreInst() 2738 Type *SplatIntTy = Type::getIntNTy(VTy->getContext(), Size * 8); in getIntegerSplat() 3008 IntTy ? Type::getIntNTy(IntTy->getContext(), Size * 8) : nullptr; in visitMemTransferInst() 3989 auto *PartTy = Type::getIntNTy(LI->getContext(), PartSize * 8); in presplitLoadsAndStores() 4125 auto *PartTy = Type::getIntNTy(Ty->getContext(), PartSize * 8); in presplitLoadsAndStores() [all …]
|
| H A D | CorrelatedValuePropagation.cpp | 757 auto *TruncTy = Type::getIntNTy(Instr->getContext(), NewWidth); in narrowSDivOrSRem() 801 auto *TruncTy = Type::getIntNTy(Instr->getContext(), NewWidth); in processUDivOrURem()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | ThreadSanitizer.cpp | 264 Type *Ty = Type::getIntNTy(M.getContext(), BitSize); in initialize() 737 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic() 752 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic() 770 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic() 785 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic()
|
| H A D | SanitizerCoverage.cpp | 381 IntptrTy = Type::getIntNTy(*C, DL->getPointerSizeInBits()); in instrumentModule() 847 auto Ty = Type::getIntNTy(*C, TypeSize); in InjectTraceForDiv() 925 auto Ty = Type::getIntNTy(*C, TypeSize); in InjectTraceForCmp()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Type.h | 434 static IntegerType *getIntNTy(LLVMContext &C, unsigned N); 444 return (Type*) Type::getIntNTy(C, noOfBits); in getScalarTy()
|
| 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 | DerivedTypes.h | 68 return Type::getIntNTy(getContext(), 2 * getScalarSizeInBits()); in getExtendedType() 726 return getWithNewType(getIntNTy(getContext(), NewBitWidth)); in getWithNewBitWidth()
|
| H A D | DataLayout.h | 571 return (LargestSize == 0) ? nullptr : Type::getIntNTy(C, LargestSize); in getLargestLegalIntType()
|
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | RuntimeDebugBuilder.cpp | 49 PointerType::get(Builder.getIntNTy(DstBits), Dst), in getAddressSpaceCast() 50 PointerType::get(Builder.getIntNTy(SrcBits), Src), false); in getAddressSpaceCast()
|
| H A D | IslExprBuilder.cpp | 509 auto *PtrAsIntTy = Builder.getIntNTy(DL.getPointerSizeInBits()); in createOpICmp() 733 V = Builder.CreatePtrToInt(V, Builder.getIntNTy(DL.getPointerSizeInBits())); in createId() 766 T = Builder.getIntNTy(BitWidth); in createInt()
|
| /llvm-project-15.0.7/polly/include/polly/CodeGen/ |
| H A D | LoopGenerators.h | 135 Type::getIntNTy(Builder.getContext(), DL.getPointerSizeInBits())), in ParallelLoopGenerator()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | ValueTypes.cpp | 190 case MVT::i2: return Type::getIntNTy(Context, 2); in getTypeForEVT() 191 case MVT::i4: return Type::getIntNTy(Context, 4); in getTypeForEVT() 236 return FixedVectorType::get(Type::getIntNTy(Context, 2), 128); in getTypeForEVT() 238 return FixedVectorType::get(Type::getIntNTy(Context, 4), 64); in getTypeForEVT()
|
| H A D | SjLjEHPrepare.cpp | 96 DataTy = Type::getIntNTy(M.getContext(), DataBits); in doInitialization()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULateCodeGenPrepare.cpp | 161 auto IntNTy = Type::getIntNTy(LI.getContext(), LdBits); in visitLoadInst()
|
| H A D | AMDGPULowerKernelArguments.cpp | 219 IntegerType *ArgIntTy = Builder.getIntNTy(Size); in runOnFunction()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | StackSafetyAnalysis.cpp | 327 auto *CalculationTy = IntegerType::getIntNTy(SE.getContext(), PointerSize); in getMemIntrinsicAccessRange() 350 auto *CalculationTy = IntegerType::getIntNTy(SE.getContext(), PointerSize); in isSafeAccess() 378 auto *CalculationTy = IntegerType::getIntNTy(SE.getContext(), PointerSize); in isSafeAccess()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Type.cpp | 243 IntegerType *Type::getIntNTy(LLVMContext &C, unsigned N) { in getIntNTy() function in Type 284 return getIntNTy(C, N)->getPointerTo(AS); in getIntNPtrTy()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/ |
| H A D | LLJIT.cpp | 196 auto *IntTy = Type::getIntNTy(*Ctx, sizeof(int) * CHAR_BIT); in setupJITDylib() 470 auto *IntTy = Type::getIntNTy(*Ctx, sizeof(int) * CHAR_BIT); in createPlatformRuntimeModule()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRDynamicChecks.cpp | 288 m_intptr_ty = llvm::Type::getIntNTy(m_module.getContext(), in GetIntptrTy()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/GPU/Transforms/ |
| H A D | SerializeToHsaco.cpp | 230 llvm::IntegerType::getIntNTy(module.getContext(), bitwidth); in translateToLLVMIR()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 716 return AtomicElementSize ? Type::getIntNTy(Context, *AtomicElementSize * 8) in getMemcpyLoopLoweringType() 726 Type *OpType = Type::getIntNTy(Context, OpSizeInBytes * 8); in getMemcpyLoopResidualLoweringType()
|