/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ScalarizeMaskedMemIntrin.cpp | 181 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()
|
D | AtomicExpandPass.cpp | 507 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/ |
D | ThreadSanitizer.cpp | 239 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()
|
D | SanitizerCoverage.cpp | 371 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()
|
D | MemorySanitizer.cpp | 800 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/ |
D | Type.h | 419 static IntegerType *getIntNTy(LLVMContext &C, unsigned N); 429 return (Type*) Type::getIntNTy(C, noOfBits); in getScalarTy()
|
D | DerivedTypes.h | 67 return Type::getIntNTy(getContext(), 2 * getScalarSizeInBits()); in getExtendedType() 629 Type *NewType = getIntNTy(getContext(), NewBitWidth); in getWithNewBitWidth()
|
D | DataLayout.h | 538 return (LargestSize == 0) ? nullptr : Type::getIntNTy(C, LargestSize); in getLargestLegalIntType()
|
D | IRBuilder.h | 367 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/ |
D | AMDGPULowerKernelArguments.cpp | 206 IntegerType *ArgIntTy = Builder.getIntNTy(Size); in runOnFunction()
|
D | AMDGPUCodeGenPrepare.cpp | 730 Res = Builder.CreateTrunc(Res, Builder.getIntNTy(DivBits)); in expandDivRem24() 968 Type *IntNTy = Builder.getIntNTy(TySize); in visitLoadInst()
|
D | AMDGPUAtomicOptimizer.cpp | 449 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/ |
D | SROA.cpp | 1831 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 …]
|
D | CorrelatedValuePropagation.cpp | 644 auto *TruncTy = Type::getIntNTy(Instr->getContext(), NewWidth); in processUDivOrURem()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Type.cpp | 184 IntegerType *Type::getIntNTy(LLVMContext &C, unsigned N) { in getIntNTy() function in Type 217 return getIntNTy(C, N)->getPointerTo(AS); in getIntNPtrTy()
|
D | DataLayout.cpp | 787 return Type::getIntNTy(C, LegalIntWidth); in getSmallestLegalIntType()
|
D | ConstantFold.cpp | 2299 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/ |
D | Type.h | 388 static IntegerType *getIntNTy(LLVMContext &C, unsigned N);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoadStoreVectorizer.cpp | 952 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/ |
D | AArch64StackTagging.cpp | 265 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/ |
D | IVDescriptors.cpp | 153 return std::make_pair(Type::getIntNTy(Exit->getContext(), MaxBitWidth), in computeRecurrenceType()
|
D | ConstantFolding.cpp | 272 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/ |
D | InstCombineVectorOps.cpp | 235 Type *SrcIntTy = IntegerType::getIntNTy(Scalar->getContext(), SrcWidth); in foldBitcastExtElt() 247 Type *DestIntTy = IntegerType::getIntNTy(Scalar->getContext(), DestWidth); in foldBitcastExtElt()
|
D | InstCombineLoadStoreAlloca.cpp | 611 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/ |
D | CoroFrame.cpp | 418 Type *IndexType = Type::getIntNTy(C, IndexBits); in buildFrameType()
|