| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ExpandFp.cpp | 106 Value *A0 = Builder.CreateFPToUI(FloatVal, Builder.getIntNTy(32)); in expandFPToI() 109 Value *A0 = Builder.CreateFPToSI(FloatVal, Builder.getIntNTy(32)); in expandFPToI() 162 Builder.CreateBitCast(FloatVal0, Builder.getIntNTy(FloatWidth)); in expandFPToI() 165 ARep0, ConstantInt::getSigned(Builder.getIntNTy(FloatWidth), -1)); in expandFPToI() 440 Value *ExtractT60 = Builder.CreateTrunc(Shr18, Builder.getIntNTy(FloatWidth)); in expandIToFP() 456 Value *ExtractT = Builder.CreateTrunc(Shr21, Builder.getIntNTy(FloatWidth)); in expandIToFP() 460 ExtractT62 = Builder.CreateTrunc(Sub1, Builder.getIntNTy(64)); in expandIToFP() 462 ExtractT62 = Builder.CreateTrunc(Extract, Builder.getIntNTy(32)); in expandIToFP() 469 ConstantInt::getSigned(Builder.getIntNTy(BitWidthNew), in expandIToFP() 474 Value *ExtractT61 = Builder.CreateTrunc(Shl26, Builder.getIntNTy(FloatWidth)); in expandIToFP() [all …]
|
| H A D | ExpandReductions.cpp | 106 Rdx = Builder.CreateBitCast(Vec, Builder.getIntNTy(NumElts)); in expandReductions()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInterleavedAccess.cpp | 98 auto *XLenTy = Type::getIntNTy(LI->getContext(), Subtarget.getXLen()); in lowerInterleavedLoad() 178 auto *XLenTy = Type::getIntNTy(SI->getContext(), Subtarget.getXLen()); in lowerInterleavedStore() 256 Type *XLenTy = Type::getIntNTy(LI->getContext(), Subtarget.getXLen()); in lowerDeinterleaveIntrinsicToLoad() 326 Type *XLenTy = Type::getIntNTy(SI->getContext(), Subtarget.getXLen()); in lowerInterleaveIntrinsicToStore() 450 auto *XLenTy = Type::getIntNTy(Load->getContext(), Subtarget.getXLen()); in lowerInterleavedVPLoad() 559 auto *XLenTy = Type::getIntNTy(Store->getContext(), Subtarget.getXLen()); in lowerInterleavedVPStore()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | ScalarizeMaskedMemIntrin.cpp | 230 Type *SclrMaskTy = Builder.getIntNTy(VectorWidth); in scalarizeMaskedLoad() 389 Type *SclrMaskTy = Builder.getIntNTy(VectorWidth); in scalarizeMaskedStore() 515 Type *SclrMaskTy = Builder.getIntNTy(VectorWidth); in scalarizeMaskedGather() 647 Type *SclrMaskTy = Builder.getIntNTy(VectorWidth); in scalarizeMaskedScatter() 762 Type *SclrMaskTy = Builder.getIntNTy(VectorWidth); in scalarizeMaskedExpandLoad() 884 Type *SclrMaskTy = Builder.getIntNTy(VectorWidth); in scalarizeMaskedCompressStore()
|
| H A D | MergeICmps.cpp | 668 ConstantInt::get(Builder.getIntNTy(SizeTBits), TotalSizeBits / 8), in mergeComparisons() 671 MemCmpCall, ConstantInt::get(Builder.getIntNTy(IntBits), 0)); in mergeComparisons()
|
| H A D | SROA.cpp | 2139 Type::getIntNTy(Ty->getContext(), NumElements * ElementSize * 8); in isVectorPromotionViableForSlice() 2243 VTy = cast<VectorType>(VTy->getWithNewType(IntegerType::getIntNTy( in checkVectorTypesForPromotion() 2539 Type *IntTy = Type::getIntNTy(AllocaTy->getContext(), SizeInBits); in isIntegerWideningViable() 2782 ? Type::getIntNTy(NewAI.getContext(), in AllocaSliceRewriter() 2934 IntegerType *ExtractTy = Type::getIntNTy(LI.getContext(), SliceSize * 8); in rewriteIntegerLoad() 2958 Type *TargetTy = IsSplit ? Type::getIntNTy(LI.getContext(), SliceSize * 8) in visitLoadInst() 3151 IntegerType *NarrowTy = Type::getIntNTy(SI.getContext(), SliceSize * 8); in visitStoreInst() 3216 Type *SplatIntTy = Type::getIntNTy(VTy->getContext(), Size * 8); in getIntegerSplat() 3520 IntTy ? Type::getIntNTy(IntTy->getContext(), Size * 8) : nullptr; in visitMemTransferInst() 4664 auto *PartTy = Type::getIntNTy(LI->getContext(), PartSize * 8); in presplitLoadsAndStores() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Type.h | 451 LLVM_ABI static IntegerType *getIntNTy(LLVMContext &C, unsigned N); 461 return (Type*) Type::getIntNTy(C, noOfBits); in getScalarTy()
|
| H A D | FixedPointBuilder.h | 44 Type *DstIntTy = B.getIntNTy(DstWidth); in Convert() 80 Type *UpscaledTy = B.getIntNTy(ResultWidth); in Convert() 202 Type *ResultTy = B.getIntNTy(DstSema.getWidth()); in CreateFloatingToFixed()
|
| H A D | DerivedTypes.h | 70 return Type::getIntNTy(getContext(), 2 * getScalarSizeInBits()); in getExtendedType() 768 return getWithNewType(getIntNTy(getContext(), NewBitWidth)); in getWithNewBitWidth()
|
| H A D | DataLayout.h | 560 return (LargestSize == 0) ? nullptr : Type::getIntNTy(C, LargestSize); in getLargestLegalIntType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULateCodeGenPrepare.cpp | 211 return VectorType::get(Type::getIntNTy(Mod.getContext(), ConvertScalarSize), in calculateConvertType() 271 Type::getIntNTy(Mod.getContext(), NewVTy->getScalarSizeInBits()), in convertFromOptType() 496 auto *IntNTy = Type::getIntNTy(LI.getContext(), LdBits); in visitLoadInst()
|
| H A D | AMDGPUPrintfRuntimeBinding.cpp | 194 IntegerType::getIntNTy(Ctx, ArgType->getPrimitiveSizeInBits())); in lowerPrintfForGpu() 387 Type *IntTy = Type::getIntNTy(Ctx, IntVal.getBitWidth()); in lowerPrintfForGpu()
|
| H A D | AMDGPULowerKernelArguments.cpp | 224 IntegerType *ArgIntTy = Builder.getIntNTy(Size); in lowerKernelArguments()
|
| H A D | AMDGPUPreloadKernelArguments.cpp | 104 return Type::getIntNTy(Ctx, HiddenArgs[HA].Size * 8); in getHiddenArgType()
|
| H A D | AMDGPUPromoteAlloca.cpp | 525 return Builder.CreateBitOrPointerCast(Val, Builder.getIntNTy(Size)); in promoteAllocaUserToVector() 530 Type *EltTy = Builder.getIntNTy(Size / NumPtrElts); in promoteAllocaUserToVector() 684 Type *PtrInt = Builder.getIntNTy(BytesPerElt * 8); in promoteAllocaUserToVector()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | ThreadSanitizer.cpp | 265 Type *Ty = Type::getIntNTy(Ctx, BitSize); in initialize() 740 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic() 757 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic() 772 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic()
|
| H A D | SanitizerCoverage.cpp | 422 IntptrTy = Type::getIntNTy(*C, DL->getPointerSizeInBits()); in instrumentModule() 942 auto Ty = Type::getIntNTy(*C, TypeSize); in InjectTraceForDiv() 1020 auto Ty = Type::getIntNTy(*C, TypeSize); in InjectTraceForCmp()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | Hexagon.cpp | 135 return ABIArgInfo::getDirect(llvm::Type::getIntNTy(getVMContext(), Size)); in classifyArgumentType() 182 return ABIArgInfo::getDirect(llvm::Type::getIntNTy(getVMContext(), Size)); in classifyReturnType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanAnalysis.cpp | 100 return Type::getIntNTy(Ctx, 32); in inferScalarTypeForRecipe() 114 return Type::getIntNTy(Ctx, 64); in inferScalarTypeForRecipe()
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/Atomic/ |
| H A D | Atomic.cpp | 109 Type *SizedIntTy = Type::getIntNTy(Ctx, getAtomicSizeInBits()); in EmitAtomicLoadLibcall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILIntrinsicExpansion.cpp | 326 BitCastTy = FixedVectorType::get(Builder.getIntNTy(BitWidth), FNumElem); in expandIsFPClass() 329 BitCastTy = Builder.getIntNTy(BitWidth); in expandIsFPClass() 336 ConstantInt::get(Builder.getIntNTy(BitWidth), 1 << (BitWidth - 1)); in expandIsFPClass()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRDynamicChecks.cpp | 247 m_intptr_ty = llvm::Type::getIntNTy( in GetIntptrTy()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | StackSafetyAnalysis.cpp | 351 auto *CalculationTy = IntegerType::getIntNTy(SE.getContext(), PointerSize); in getMemIntrinsicAccessRange() 374 auto *CalculationTy = IntegerType::getIntNTy(SE.getContext(), PointerSize); in isSafeAccess() 400 auto *CalculationTy = IntegerType::getIntNTy(SE.getContext(), PointerSize); in isSafeAccess()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.cpp | 173 return llvm::Type::getIntNTy( in convertTypeForLoadStore() 763 ResultType = llvm::Type::getIntNTy(getLLVMContext(), EIT->getNumBits()); in ConvertType()
|
| H A D | CGRecordLayoutBuilder.cpp | 131 return llvm::Type::getIntNTy(Types.getLLVMContext(), AlignedBits); in getIntNType() 135 return llvm::Type::getIntNTy(Types.getLLVMContext(), in getCharType()
|