Home
last modified time | relevance | path

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

123

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emission_utils.cc227 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()
Delemental_ir_emitter.cc316 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp194 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()
DSanitizerCoverage.cpp300 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/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp181 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()
DMemorySanitizer.cpp433 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/include/llvm/IR/
DType.h406 static IntegerType *getIntNTy(LLVMContext &C, unsigned N);
416 return (Type*) Type::getIntNTy(C, noOfBits); in getScalarTy()
DDataLayout.h474 return (LargestSize == 0) ? nullptr : Type::getIntNTy(C, LargestSize); in getLargestLegalIntType()
/external/swiftshader/third_party/LLVM/unittests/VMCore/
DConstantsTest.cpp115 IntegerType *Int128Ty = Type::getIntNTy(getGlobalContext(), 128); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPULowerKernelArguments.cpp206 IntegerType *ArgIntTy = Builder.getIntNTy(Size); in runOnFunction()
DAMDGPUCodeGenPrepare.cpp600 Res = Builder.CreateTrunc(Res, Builder.getIntNTy(DivBits)); in expandDivRem24()
835 Type *IntNTy = Builder.getIntNTy(TySize); in visitLoadInst()
/external/swiftshader/third_party/LLVM/include/llvm/
DType.h316 static IntegerType *getIntNTy(LLVMContext &C, unsigned N);
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp1732 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/Transforms/Scalar/
DSROA.cpp1800 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/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DType.cpp180 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/
Dcodegen_llvm.cc418 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/
DDataLayout.h431 return (LargestSize == 0) ? nullptr : Type::getIntNTy(C, LargestSize); in getLargestLegalIntType()
DType.h377 static IntegerType *getIntNTy(LLVMContext &C, unsigned N);
/external/llvm/lib/IR/
DType.cpp173 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/lib/VMCore/
DType.cpp216 IntegerType *Type::getIntNTy(LLVMContext &C, unsigned N) { in getIntNTy() function in Type
245 return getIntNTy(C, N)->getPointerTo(AS); in getIntNPtrTy()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h388 static IntegerType *getIntNTy(LLVMContext &C, unsigned N);
/external/clang/lib/CodeGen/
DCGObjCRuntime.cpp140 llvm::Type::getIntNTy(CGF.getLLVMContext(), in EmitValueForIvarAtOffset()
/external/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp675 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/
Dfetch_jit.cpp1856 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/
DLoadStoreVectorizer.cpp919 StoreTy = Type::getIntNTy(F.getParent()->getContext(), in vectorizeStoreChain()
1067 LoadTy = Type::getIntNTy(F.getParent()->getContext(), in vectorizeLoadChain()

123