Home
last modified time | relevance | path

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

1234

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp103 Value *A0 = Builder.CreateFPToUI(FloatVal, Builder.getIntNTy(32)); in expandFPToI()
106 Value *A0 = Builder.CreateFPToSI(FloatVal, Builder.getIntNTy(32)); in expandFPToI()
158 Builder.CreateBitCast(FloatVal0, Builder.getIntNTy(FloatWidth)); in expandFPToI()
161 ARep0, ConstantInt::getSigned(Builder.getIntNTy(FloatWidth), -1)); in expandFPToI()
451 ExtractT62 = Builder.CreateTrunc(Sub1, Builder.getIntNTy(64)); in expandIToFP()
453 ExtractT62 = Builder.CreateTrunc(Extract, Builder.getIntNTy(32)); in expandIToFP()
460 ConstantInt::getSigned(Builder.getIntNTy(BitWidthNew), in expandIToFP()
469 ExtractT66 = Builder.CreateTrunc(Sub2, Builder.getIntNTy(64)); in expandIToFP()
490 E0 = Builder.CreatePHI(Builder.getIntNTy(BitWidthNew), 3); in expandIToFP()
501 Value *Conv28 = Builder.CreateTrunc(Shr, Builder.getIntNTy(32)); in expandIToFP()
[all …]
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()
238 return FixedVectorType::get(Type::getIntNTy(Context, 2), 128); in getTypeForEVT()
240 return FixedVectorType::get(Type::getIntNTy(Context, 2), 256); in getTypeForEVT()
242 return FixedVectorType::get(Type::getIntNTy(Context, 4), 64); in getTypeForEVT()
244 return FixedVectorType::get(Type::getIntNTy(Context, 4), 128); in getTypeForEVT()
H A DAtomicExpandPass.cpp555 IntegerType *IntTy = Builder.getIntNTy(OrigTy->getPrimitiveSizeInBits()); in createCmpXchgInstFun()
713 Type::getIntNTy(Ctx, ValueType->getPrimitiveSizeInBits()); in createMaskInstrs()
715 PMV.WordType = MinWordSize > ValueSize ? Type::getIntNTy(Ctx, MinWordSize * 8) in createMaskInstrs()
1769 Type *SizedIntTy = Type::getIntNTy(Ctx, Size * 8); in expandAtomicOpToLibcall()
H A DSjLjEHPrepare.cpp96 DataTy = Type::getIntNTy(M.getContext(), DataBits); in doInitialization()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DScalarizeMaskedMemIntrin.cpp199 Type *SclrMaskTy = Builder.getIntNTy(VectorWidth); in scalarizeMaskedLoad()
334 Type *SclrMaskTy = Builder.getIntNTy(VectorWidth); in scalarizeMaskedStore()
455 Type *SclrMaskTy = Builder.getIntNTy(VectorWidth); in scalarizeMaskedGather()
583 Type *SclrMaskTy = Builder.getIntNTy(VectorWidth); in scalarizeMaskedScatter()
688 Type *SclrMaskTy = Builder.getIntNTy(VectorWidth); in scalarizeMaskedExpandLoad()
800 Type *SclrMaskTy = Builder.getIntNTy(VectorWidth); in scalarizeMaskedCompressStore()
H A DSROA.cpp2045 Type::getIntNTy(Ty->getContext(), NumElements * ElementSize * 8); in isVectorPromotionViableForSlice()
2194 VTy = cast<VectorType>(VTy->getWithNewType(IntegerType::getIntNTy( in isVectorPromotionViable()
2355 Type *IntTy = Type::getIntNTy(AllocaTy->getContext(), SizeInBits); in isIntegerWideningViable()
2598 ? Type::getIntNTy(NewAI.getContext(), in AllocaSliceRewriter()
2775 Type *TargetTy = IsSplit ? Type::getIntNTy(LI.getContext(), SliceSize * 8) in visitLoadInst()
2956 IntegerType *NarrowTy = Type::getIntNTy(SI.getContext(), SliceSize * 8); in visitStoreInst()
3035 Type *SplatIntTy = Type::getIntNTy(VTy->getContext(), Size * 8); in getIntegerSplat()
3326 IntTy ? Type::getIntNTy(IntTy->getContext(), Size * 8) : nullptr; in visitMemTransferInst()
4332 auto *PartTy = Type::getIntNTy(LI->getContext(), PartSize * 8); in presplitLoadsAndStores()
4469 auto *PartTy = Type::getIntNTy(Ty->getContext(), PartSize * 8); in presplitLoadsAndStores()
[all …]
H A DMergeICmps.cpp661 ConstantInt::get(Builder.getIntNTy(SizeTBits), TotalSizeBits / 8), in mergeComparisons()
664 MemCmpCall, ConstantInt::get(Builder.getIntNTy(IntBits), 0)); in mergeComparisons()
H A DCorrelatedValuePropagation.cpp740 auto *TruncTy = Type::getIntNTy(Instr->getContext(), NewWidth); in narrowSDivOrSRem()
851 auto *TruncTy = Type::getIntNTy(Instr->getContext(), NewWidth); in narrowUDivOrURem()
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp264 Type *Ty = Type::getIntNTy(Ctx, BitSize); in initialize()
729 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic()
744 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic()
762 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic()
777 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic()
H A DSanitizerCoverage.cpp399 IntptrTy = Type::getIntNTy(*C, DL->getPointerSizeInBits()); in instrumentModule()
876 auto Ty = Type::getIntNTy(*C, TypeSize); in InjectTraceForDiv()
954 auto Ty = Type::getIntNTy(*C, TypeSize); in InjectTraceForCmp()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DType.h463 static IntegerType *getIntNTy(LLVMContext &C, unsigned N);
473 return (Type*) Type::getIntNTy(C, noOfBits); in getScalarTy()
H A DFixedPointBuilder.h44 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 DDerivedTypes.h68 return Type::getIntNTy(getContext(), 2 * getScalarSizeInBits()); in getExtendedType()
726 return getWithNewType(getIntNTy(getContext(), NewBitWidth)); in getWithNewBitWidth()
H A DDataLayout.h574 return (LargestSize == 0) ? nullptr : Type::getIntNTy(C, LargestSize); in getLargestLegalIntType()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULateCodeGenPrepare.cpp161 auto IntNTy = Type::getIntNTy(LI.getContext(), LdBits); in visitLoadInst()
H A DAMDGPUPrintfRuntimeBinding.cpp233 IntegerType::getIntNTy(Ctx, ArgType->getPrimitiveSizeInBits())); in lowerPrintfForGpu()
424 Type *IntTy = Type::getIntNTy(Ctx, IntVal.getBitWidth()); in lowerPrintfForGpu()
H A DAMDGPULowerKernelArguments.cpp217 IntegerType *ArgIntTy = Builder.getIntNTy(Size); in runOnFunction()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGCoroutine.cpp682 llvm::IntegerType *T = Builder.getIntNTy(Context.getTypeSize(SizeTy)); in EmitCoroutineIntrinsic()
689 llvm::IntegerType *T = Builder.getIntNTy(Context.getTypeSize(SizeTy)); in EmitCoroutineIntrinsic()
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.cpp112 llvm::Type::getIntNTy(CGF.getLLVMContext(), in EmitValueForIvarAtOffset()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DType.cpp245 IntegerType *Type::getIntNTy(LLVMContext &C, unsigned N) { in getIntNTy() function in Type
286 return getIntNTy(C, N)->getPointerTo(AS); in getIntNPtrTy()
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp288 m_intptr_ty = llvm::Type::getIntNTy(m_module.getContext(), in GetIntptrTy()
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp245 auto *IntTy = Type::getIntNTy(*Ctx, sizeof(int) * CHAR_BIT); in setupJITDylib()
519 auto *IntTy = Type::getIntNTy(*Ctx, sizeof(int) * CHAR_BIT); in createPlatformRuntimeModule()
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h753 return AtomicElementSize ? Type::getIntNTy(Context, *AtomicElementSize * 8) in getMemcpyLoopLoweringType()
763 Type *OpType = Type::getIntNTy(Context, OpSizeInBytes * 8); in getMemcpyLoopResidualLoweringType()

1234