Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScalarizeMaskedMemIntrin.cpp181 Type *SclrMaskTy = Builder.getIntNTy(VectorWidth); in scalarizeMaskedLoad()
313 Type *SclrMaskTy = Builder.getIntNTy(VectorWidth); in scalarizeMaskedStore()
431 Type *SclrMaskTy = Builder.getIntNTy(VectorWidth); in scalarizeMaskedGather()
553 Type *SclrMaskTy = Builder.getIntNTy(VectorWidth); in scalarizeMaskedScatter()
642 Type *SclrMaskTy = Builder.getIntNTy(VectorWidth); in scalarizeMaskedExpandLoad()
750 Type *SclrMaskTy = Builder.getIntNTy(VectorWidth); in scalarizeMaskedCompressStore()
DAtomicExpandPass.cpp507 IntegerType *IntTy = Builder.getIntNTy(OrigTy->getPrimitiveSizeInBits()); in createCmpXchgInstFun()
656 Ret.WordType = Type::getIntNTy(Ctx, WordSize * 8); in createMaskInstrs()
1623 Type *SizedIntTy = Type::getIntNTy(Ctx, Size * 8); in expandAtomicOpToLibcall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp239 Type *Ty = Type::getIntNTy(M.getContext(), BitSize); in initialize()
638 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic()
653 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic()
670 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic()
684 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic()
DSanitizerCoverage.cpp371 IntptrTy = Type::getIntNTy(*C, DL->getPointerSizeInBits()); in instrumentModule()
796 auto Ty = Type::getIntNTy(*C, TypeSize); in InjectTraceForDiv()
841 auto Ty = Type::getIntNTy(*C, TypeSize); in InjectTraceForCmp()
DMemorySanitizer.cpp800 FunctionName, IRB.getVoidTy(), IRB.getIntNTy(AccessSize * 8), in createUserspaceApi()
805 FunctionName, IRB.getVoidTy(), IRB.getIntNTy(AccessSize * 8), in createUserspaceApi()
1144 ConvertedShadow, IRB.getIntNTy(8 * (1 << SizeIndex))); in storeOrigin()
1226 IRB.CreateZExt(ConvertedShadow, IRB.getIntNTy(8 * (1 << SizeIndex))); in materializeOneCheck()
2093 Value *V1 = IRB.CreateBitCast(V, Type::getIntNTy(*MS.C, srcSizeInBits)); in CreateShadowCast()
2095 IRB.CreateIntCast(V1, Type::getIntNTy(*MS.C, dstSizeInBits), Signed); in CreateShadowCast()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DType.h419 static IntegerType *getIntNTy(LLVMContext &C, unsigned N);
429 return (Type*) Type::getIntNTy(C, noOfBits); in getScalarTy()
DDerivedTypes.h67 return Type::getIntNTy(getContext(), 2 * getScalarSizeInBits()); in getExtendedType()
629 Type *NewType = getIntNTy(getContext(), NewBitWidth); in getWithNewBitWidth()
DDataLayout.h538 return (LargestSize == 0) ? nullptr : Type::getIntNTy(C, LargestSize); in getLargestLegalIntType()
DIRBuilder.h367 return ConstantInt::get(getIntNTy(N), C); in getIntN()
408 IntegerType *getIntNTy(unsigned N) { in getIntNTy() function
409 return Type::getIntNTy(Context, N); in getIntNTy()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULowerKernelArguments.cpp206 IntegerType *ArgIntTy = Builder.getIntNTy(Size); in runOnFunction()
DAMDGPUCodeGenPrepare.cpp730 Res = Builder.CreateTrunc(Res, Builder.getIntNTy(DivBits)); in expandDivRem24()
968 Type *IntNTy = Builder.getIntNTy(TySize); in visitLoadInst()
DAMDGPUAtomicOptimizer.cpp449 Type *const WaveTy = B.getIntNTy(ST->getWavefrontSize()); in optimizeAtomic()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp1831 Type::getIntNTy(Ty->getContext(), NumElements * ElementSize * 8); in isVectorPromotionViableForSlice()
2099 Type *IntTy = Type::getIntNTy(AllocaTy->getContext(), SizeInBits); in isIntegerWideningViable()
2329 ? Type::getIntNTy( in AllocaSliceRewriter()
2476 IntegerType *ExtractTy = Type::getIntNTy(LI.getContext(), SliceSize * 8); in rewriteIntegerLoad()
2501 Type *TargetTy = IsSplit ? Type::getIntNTy(LI.getContext(), SliceSize * 8) in visitLoadInst()
2670 IntegerType *NarrowTy = Type::getIntNTy(SI.getContext(), SliceSize * 8); in visitStoreInst()
2739 Type *SplatIntTy = Type::getIntNTy(VTy->getContext(), Size * 8); in getIntegerSplat()
3005 IntTy ? Type::getIntNTy(IntTy->getContext(), Size * 8) : nullptr; in visitMemTransferInst()
3859 auto *PartTy = Type::getIntNTy(Ty->getContext(), PartSize * 8); in presplitLoadsAndStores()
3994 auto *PartTy = Type::getIntNTy(Ty->getContext(), PartSize * 8); in presplitLoadsAndStores()
[all …]
DCorrelatedValuePropagation.cpp644 auto *TruncTy = Type::getIntNTy(Instr->getContext(), NewWidth); in processUDivOrURem()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp184 IntegerType *Type::getIntNTy(LLVMContext &C, unsigned N) { in getIntNTy() function in Type
217 return getIntNTy(C, N)->getPointerTo(AS); in getIntNPtrTy()
DDataLayout.cpp787 return Type::getIntNTy(C, LegalIntWidth); in getSmallestLegalIntType()
DConstantFold.cpp2299 Type::getIntNTy(IdxTy->getContext(), CommonExtendedWidth); in ConstantFoldGetElementPtr()
2461 Type *ExtendedTy = Type::getIntNTy(Div->getContext(), CommonExtendedWidth); in ConstantFoldGetElementPtr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h388 static IntegerType *getIntNTy(LLVMContext &C, unsigned N);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp952 StoreTy = Type::getIntNTy(F.getParent()->getContext(), in vectorizeStoreChain()
1103 LoadTy = Type::getIntNTy(F.getParent()->getContext(), in vectorizeLoadChain()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64StackTagging.cpp265 V, IRB.getIntNTy(DL->getTypeStoreSize(V->getType()) * 8)); in flatten()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIVDescriptors.cpp153 return std::make_pair(Type::getIntNTy(Exit->getContext(), MaxBitWidth), in computeRecurrenceType()
DConstantFolding.cpp272 IntegerType *DstIntTy = Type::getIntNTy(C->getContext(), DstBitSize); in FoldBitCast()
523 MapTy = PointerType::getIntNTy(C->getContext(), in FoldReinterpretLoadFromConstPtr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp235 Type *SrcIntTy = IntegerType::getIntNTy(Scalar->getContext(), SrcWidth); in foldBitcastExtElt()
247 Type *DestIntTy = IntegerType::getIntNTy(Scalar->getContext(), DestWidth); in foldBitcastExtElt()
DInstCombineLoadStoreAlloca.cpp611 LI, Type::getIntNTy(LI.getContext(), DL.getTypeStoreSizeInBits(Ty))); in combineLoadToOperationType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp418 Type *IndexType = Type::getIntNTy(C, IndexBits); in buildFrameType()

12