Home
last modified time | relevance | path

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

1234

/llvm-project-15.0.7/llvm/unittests/AsmParser/
H A DAsmParserTest.cpp255 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 DScalarizeMaskedMemIntrin.cpp198 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 DSROA.cpp1810 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 DCorrelatedValuePropagation.cpp757 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 DThreadSanitizer.cpp264 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 DSanitizerCoverage.cpp381 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 DType.h434 static IntegerType *getIntNTy(LLVMContext &C, unsigned N);
444 return (Type*) Type::getIntNTy(C, noOfBits); in getScalarTy()
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 DDerivedTypes.h68 return Type::getIntNTy(getContext(), 2 * getScalarSizeInBits()); in getExtendedType()
726 return getWithNewType(getIntNTy(getContext(), NewBitWidth)); in getWithNewBitWidth()
H A DDataLayout.h571 return (LargestSize == 0) ? nullptr : Type::getIntNTy(C, LargestSize); in getLargestLegalIntType()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DRuntimeDebugBuilder.cpp49 PointerType::get(Builder.getIntNTy(DstBits), Dst), in getAddressSpaceCast()
50 PointerType::get(Builder.getIntNTy(SrcBits), Src), false); in getAddressSpaceCast()
H A DIslExprBuilder.cpp509 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 DLoopGenerators.h135 Type::getIntNTy(Builder.getContext(), DL.getPointerSizeInBits())), in ParallelLoopGenerator()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DValueTypes.cpp190 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 DSjLjEHPrepare.cpp96 DataTy = Type::getIntNTy(M.getContext(), DataBits); in doInitialization()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPULateCodeGenPrepare.cpp161 auto IntNTy = Type::getIntNTy(LI.getContext(), LdBits); in visitLoadInst()
H A DAMDGPULowerKernelArguments.cpp219 IntegerType *ArgIntTy = Builder.getIntNTy(Size); in runOnFunction()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp327 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 DType.cpp243 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 DLLJIT.cpp196 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 DIRDynamicChecks.cpp288 m_intptr_ty = llvm::Type::getIntNTy(m_module.getContext(), in GetIntptrTy()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/mlir/lib/Dialect/GPU/Transforms/
H A DSerializeToHsaco.cpp230 llvm::IntegerType::getIntNTy(module.getContext(), bitwidth); in translateToLLVMIR()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h716 return AtomicElementSize ? Type::getIntNTy(Context, *AtomicElementSize * 8) in getMemcpyLoopLoweringType()
726 Type *OpType = Type::getIntNTy(Context, OpSizeInBytes * 8); in getMemcpyLoopResidualLoweringType()

1234