/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emission_utils.cc | 227 builder->CreateBitCast(value, builder->getIntNTy(bit_width)), in EmitFullWarpShuffleDown() 228 builder->getIntNTy(32 * num_segments)), in EmitFullWarpShuffleDown() 242 builder->CreateBitCast(x, builder->getIntNTy(32 * num_segments)), in EmitFullWarpShuffleDown() 243 builder->getIntNTy(bit_width)), in EmitFullWarpShuffleDown()
|
D | elemental_ir_emitter.cc | 316 b_->getIntNTy(128), /*isSigned=*/true, "block.id"); in EmitThreadId() 320 b_->getIntNTy(128), /*isSigned=*/true, "thread.id"); in EmitThreadId() 324 b_->getIntNTy(128), /*isSigned=*/true, "threads_per_block"); in EmitThreadId()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | ThreadSanitizer.cpp | 181 Type *Ty = Type::getIntNTy(M.getContext(), BitSize); in initializeCallbacks() 575 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic() 596 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic() 613 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic() 627 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic()
|
D | MemorySanitizer.cpp | 433 FunctionName, IRB.getVoidTy(), IRB.getIntNTy(AccessSize * 8), in initializeCallbacks() 438 FunctionName, IRB.getVoidTy(), IRB.getIntNTy(AccessSize * 8), in initializeCallbacks() 737 ConvertedShadow, IRB.getIntNTy(8 * (1 << SizeIndex))); in storeOrigin() 809 IRB.CreateZExt(ConvertedShadow, IRB.getIntNTy(8 * (1 << SizeIndex))); in materializeOneCheck() 1580 Value *V1 = IRB.CreateBitCast(V, Type::getIntNTy(*MS.C, srcSizeInBits)); in CreateShadowCast() 1582 IRB.CreateIntCast(V1, Type::getIntNTy(*MS.C, dstSizeInBits), Signed); in CreateShadowCast()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | ThreadSanitizer.cpp | 194 Type *Ty = Type::getIntNTy(M.getContext(), BitSize); in initializeCallbacks() 606 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic() 621 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic() 638 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic() 652 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic()
|
D | SanitizerCoverage.cpp | 300 IntptrTy = Type::getIntNTy(*C, DL->getPointerSizeInBits()); in runOnModule() 697 auto Ty = Type::getIntNTy(*C, TypeSize); in InjectTraceForDiv() 742 auto Ty = Type::getIntNTy(*C, TypeSize); in InjectTraceForCmp()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Type.h | 406 static IntegerType *getIntNTy(LLVMContext &C, unsigned N); 416 return (Type*) Type::getIntNTy(C, noOfBits); in getScalarTy()
|
D | DataLayout.h | 474 return (LargestSize == 0) ? nullptr : Type::getIntNTy(C, LargestSize); in getLargestLegalIntType()
|
/external/swiftshader/third_party/LLVM/unittests/VMCore/ |
D | ConstantsTest.cpp | 115 IntegerType *Int128Ty = Type::getIntNTy(getGlobalContext(), 128); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULowerKernelArguments.cpp | 206 IntegerType *ArgIntTy = Builder.getIntNTy(Size); in runOnFunction()
|
D | AMDGPUCodeGenPrepare.cpp | 600 Res = Builder.CreateTrunc(Res, Builder.getIntNTy(DivBits)); in expandDivRem24() 835 Type *IntNTy = Builder.getIntNTy(TySize); in visitLoadInst()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Type.h | 316 static IntegerType *getIntNTy(LLVMContext &C, unsigned N);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 1800 Type::getIntNTy(Ty->getContext(), NumElements * ElementSize * 8); in isVectorPromotionViableForSlice() 2062 Type *IntTy = Type::getIntNTy(AllocaTy->getContext(), SizeInBits); in isIntegerWideningViable() 2292 ? Type::getIntNTy( in AllocaSliceRewriter() 2436 IntegerType *ExtractTy = Type::getIntNTy(LI.getContext(), SliceSize * 8); in rewriteIntegerLoad() 2461 Type *TargetTy = IsSplit ? Type::getIntNTy(LI.getContext(), SliceSize * 8) in visitLoadInst() 2627 IntegerType *NarrowTy = Type::getIntNTy(SI.getContext(), SliceSize * 8); in visitStoreInst() 2693 Type *SplatIntTy = Type::getIntNTy(VTy->getContext(), Size * 8); in getIntegerSplat() 2948 IntTy ? Type::getIntNTy(IntTy->getContext(), Size * 8) : nullptr; in visitMemTransferInst() 3766 auto *PartTy = Type::getIntNTy(Ty->getContext(), PartSize * 8); in presplitLoadsAndStores() 3897 auto *PartTy = Type::getIntNTy(Ty->getContext(), PartSize * 8); in presplitLoadsAndStores() [all …]
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 1732 Type::getIntNTy(Ty->getContext(), NumElements * ElementSize * 8); in isVectorPromotionViableForSlice() 1984 Type *IntTy = Type::getIntNTy(AllocaTy->getContext(), SizeInBits); in isIntegerWideningViable() 2211 ? Type::getIntNTy( in AllocaSliceRewriter() 2355 IntegerType *ExtractTy = Type::getIntNTy(LI.getContext(), SliceSize * 8); in rewriteIntegerLoad() 2375 Type *TargetTy = IsSplit ? Type::getIntNTy(LI.getContext(), SliceSize * 8) in visitLoadInst() 2515 IntegerType *NarrowTy = Type::getIntNTy(SI.getContext(), SliceSize * 8); in visitStoreInst() 2577 Type *SplatIntTy = Type::getIntNTy(VTy->getContext(), Size * 8); in getIntegerSplat() 2811 IntTy ? Type::getIntNTy(IntTy->getContext(), Size * 8) : nullptr; in visitMemTransferInst() 3565 auto *PartTy = Type::getIntNTy(Ty->getContext(), PartSize * 8); in presplitLoadsAndStores() 3691 auto *PartTy = Type::getIntNTy(Ty->getContext(), PartSize * 8); in presplitLoadsAndStores() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Type.cpp | 180 IntegerType *Type::getIntNTy(LLVMContext &C, unsigned N) { in getIntNTy() function in Type 213 return getIntNTy(C, N)->getPointerTo(AS); in getIntNPtrTy()
|
/external/bcc/src/cc/frontends/b/ |
D | codegen_llvm.cc | 418 expr_ = B.CreateIntCast(expr_, B.getIntNTy(n->bits_), false); in visit_integer_expr_node() 844 Type *ptr_type = PointerType::getUnqual(B.getIntNTy(n->sub_decl_->bit_width_)); in visit_table_index_expr_node() 1022 B.getIntNTy(n->bit_width_), n->id_->name_); in visit_integer_variable_decl_stmt_node() 1036 fields.push_back(B.getIntNTy((*it)->bit_width_)); in visit_struct_decl_stmt_node() 1168 formals.push_back(B.getIntNTy(formal->bit_width_)); in visit_func_decl_stmt_node()
|
/external/llvm/include/llvm/IR/ |
D | DataLayout.h | 431 return (LargestSize == 0) ? nullptr : Type::getIntNTy(C, LargestSize); in getLargestLegalIntType()
|
D | Type.h | 377 static IntegerType *getIntNTy(LLVMContext &C, unsigned N);
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Type.cpp | 216 IntegerType *Type::getIntNTy(LLVMContext &C, unsigned N) { in getIntNTy() function in Type 245 return getIntNTy(C, N)->getPointerTo(AS); in getIntNPtrTy()
|
/external/llvm/lib/IR/ |
D | Type.cpp | 173 IntegerType *Type::getIntNTy(LLVMContext &C, unsigned N) { in getIntNTy() function in Type 206 return getIntNTy(C, N)->getPointerTo(AS); in getIntNPtrTy()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Type.h | 388 static IntegerType *getIntNTy(LLVMContext &C, unsigned N);
|
/external/clang/lib/CodeGen/ |
D | CGObjCRuntime.cpp | 140 llvm::Type::getIntNTy(CGF.getLLVMContext(), in EmitValueForIvarAtOffset()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoadStoreVectorizer.cpp | 675 StoreTy = Type::getIntNTy(F.getParent()->getContext(), in vectorizeStoreChain() 830 LoadTy = Type::getIntNTy(F.getParent()->getContext(), in vectorizeLoadChain()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | fetch_jit.cpp | 1856 Value* iLastIndex = PTR_TO_INT(pLastIndex, Type::getIntNTy(JM()->mContext, ptrSize)); in GetSimdValid32bitIndices() 1857 Value* iIndices = PTR_TO_INT(pIndices, Type::getIntNTy(JM()->mContext, ptrSize)); in GetSimdValid32bitIndices() 1922 …Type *v128Ty = VectorType::get(IntegerType::getIntNTy(JM()->mContext, 128), mVWidth / 4); // vwidt… in Shuffle8bpcGatherd16() 2282 …Type *v128bitTy = VectorType::get(IntegerType::getIntNTy(JM()->mContext, 128), mVWidth / 4); // vw… in Shuffle16bpcGather16() 2532 …Type* v128bitTy = VectorType::get(IntegerType::getIntNTy(JM()->mContext, 128), mVWidth / 4); // vw… in Shuffle16bpcGather()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | LoadStoreVectorizer.cpp | 919 StoreTy = Type::getIntNTy(F.getParent()->getContext(), in vectorizeStoreChain() 1067 LoadTy = Type::getIntNTy(F.getParent()->getContext(), in vectorizeLoadChain()
|