Home
last modified time | relevance | path

Searched refs:I8Ty (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PreAMXConfig.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp279 Type *I8Ty = Type::getInt8Ty(Ctx); in lowerPrintfForGpu() local
280 Type *I8Ptr = PointerType::get(I8Ty, 1); in lowerPrintfForGpu()
303 ConstantPointerNull::get(PointerType::get(I8Ty, 1)); in lowerPrintfForGpu()
320 I8Ty, pcall, ConstantInt::get(Ctx, APInt(32, 0)), "PrintBuffID", in lowerPrintfForGpu()
331 BufferIdx = GetElementPtrInst::Create(I8Ty, pcall, in lowerPrintfForGpu()
418 I8Ty, BufferIdx, {ConstantInt::get(I32Ty, ArgSize)}, in lowerPrintfForGpu()
H A DAMDGPUTargetTransformInfo.cpp484 Type *I8Ty = Type::getInt8Ty(Context); in getMemcpyLoopResidualLoweringType() local
486 OpsOut.push_back(I8Ty); in getMemcpyLoopResidualLoweringType()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp661 Type *I8Ty = Type::getInt8Ty(BaseMemI->getParent()->getContext()); in rewriteForBase() local
730 I8Ty, NewPHI, IncNode, getInstrName(BaseMemI, GEPNodeIncNameSuffix), in rewriteForBase()
757 I8Ty, NewPHI, IncNode, getInstrName(BaseMemI, GEPNodeIncNameSuffix), in rewriteForBase()
786 Type *I8Ty = Type::getInt8Ty(PtrInc->getParent()->getContext()); in rewriteForBucketElement() local
811 I8Ty, PtrInc, OffToBase, in rewriteForBucketElement()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp95 Type *I8Ty; member in llvm::dxil::DXILBitcodeWriter
135 : I8Ty(Type::getInt8Ty(M.getContext())), in DXILBitcodeWriter()
136 I8PtrTy(TypedPointerType::get(I8Ty, 0)), Stream(Stream), in DXILBitcodeWriter()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp6624 auto *I8Ty = Type::getInt8Ty(CB->getParent()->getContext()); in initialize() local
6625 if (nullptr != getInitialValueOfAllocation(CB, TLI, I8Ty)) { in initialize()
6774 auto *I8Ty = Type::getInt8Ty(F->getContext()); in manifest() local
6775 auto *InitVal = getInitialValueOfAllocation(AI.CB, TLI, I8Ty); in manifest()