Searched refs:I8Ty (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86PreAMXConfig.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPrintfRuntimeBinding.cpp | 272 Type *I8Ty = Type::getInt8Ty(Ctx); in lowerPrintfForGpu() local 313 I8Ty, pcall, ConstantInt::get(Ctx, APInt(32, 0)), "PrintBuffID", in lowerPrintfForGpu() 324 BufferIdx = GetElementPtrInst::Create(I8Ty, pcall, in lowerPrintfForGpu() 411 I8Ty, BufferIdx, {ConstantInt::get(I32Ty, ArgSize)}, in lowerPrintfForGpu()
|
| H A D | AMDGPUTargetTransformInfo.cpp | 487 Type *I8Ty = Type::getInt8Ty(Context); in getMemcpyLoopResidualLoweringType() local 489 OpsOut.push_back(I8Ty); in getMemcpyLoopResidualLoweringType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCLoopInstrFormPrep.cpp | 652 Type *I8Ty = Type::getInt8Ty(BaseMemI->getParent()->getContext()); in rewriteForBase() local 721 I8Ty, NewPHI, IncNode, getInstrName(BaseMemI, GEPNodeIncNameSuffix), in rewriteForBase() 748 I8Ty, NewPHI, IncNode, getInstrName(BaseMemI, GEPNodeIncNameSuffix), in rewriteForBase() 777 Type *I8Ty = Type::getInt8Ty(PtrInc->getParent()->getContext()); in rewriteForBucketElement() local 802 I8Ty, PtrInc, OffToBase, in rewriteForBucketElement()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 95 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 D | AttributorAttributes.cpp | 6685 auto *I8Ty = Type::getInt8Ty(CB->getParent()->getContext()); in initialize() local 6686 if (nullptr != getInitialValueOfAllocation(CB, TLI, I8Ty)) { in initialize() 6835 auto *I8Ty = Type::getInt8Ty(F->getContext()); in manifest() local 6836 auto *InitVal = getInitialValueOfAllocation(AI.CB, TLI, I8Ty); in manifest()
|