Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86PreAMXConfig.cpp156 Type *I8Ty = Type::getInt8Ty(Ctx); in preWriteTileCfg() local
164 GetElementPtrInst::Create(I8Ty, I8Ptr, PaletteOffset, "", Pos); in preWriteTileCfg()
171 Value *RowPos = GetElementPtrInst::Create(I8Ty, I8Ptr, RowOffset, in preWriteTileCfg()
173 Value *ColPos = GetElementPtrInst::Create(I8Ty, I8Ptr, ColOffset, "", Pos); in preWriteTileCfg()
178 Row = new TruncInst(Row, I8Ty, "", Pos); in preWriteTileCfg()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUPrintfRuntimeBinding.cpp326 Type *I8Ty = Type::getInt8Ty(Ctx); in lowerPrintfForGpu() local
327 Type *I8Ptr = PointerType::get(I8Ty, 1); in lowerPrintfForGpu()
359 ConstantPointerNull::get(PointerType::get(I8Ty, 1)); in lowerPrintfForGpu()
375 I8Ty, pcall, ConstantInt::get(Ctx, APInt(32, 0)), "PrintBuffID", in lowerPrintfForGpu()
387 I8Ty, pcall, ConstantInt::get(Ctx, APInt(32, 4)), "PrintBuffGep", in lowerPrintfForGpu()
529 BufferIdx = GetElementPtrInst::Create(I8Ty, BufferIdx, BuffOffset, in lowerPrintfForGpu()
DAMDGPUTargetTransformInfo.cpp467 Type *I8Ty = Type::getInt8Ty(Context); in getMemcpyLoopResidualLoweringType() local
469 OpsOut.push_back(I8Ty); in getMemcpyLoopResidualLoweringType()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCLoopInstrFormPrep.cpp511 Type *I8Ty = Type::getInt8Ty(MemI->getParent()->getContext()); in rewriteLoadStores() local
570 I8Ty, NewPHI, BasePtrIncSCEV->getValue(), in rewriteLoadStores()
597 I8Ty, NewPHI, BasePtrIncSCEV->getValue(), in rewriteLoadStores()
649 I8Ty, PtrInc, I->Offset->getValue(), in rewriteLoadStores()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DCodeGenPrepare.cpp5301 Type *I8Ty = Builder.getInt8Ty(); in optimizeMemoryInst() local
5347 ? Builder.CreateInBoundsGEP(I8Ty, ResultPtr, ResultIndex, in optimizeMemoryInst()
5349 : Builder.CreateGEP(I8Ty, ResultPtr, ResultIndex, "sunkaddr"); in optimizeMemoryInst()
5362 ? Builder.CreateInBoundsGEP(I8Ty, ResultPtr, ResultIndex, in optimizeMemoryInst()
5364 : Builder.CreateGEP(I8Ty, ResultPtr, ResultIndex, "sunkaddr"); in optimizeMemoryInst()
5932 Type *I8Ty = Type::getInt8Ty(Ctx); in splitLargeGEPOffsets() local
5964 NewBaseBuilder.CreateGEP(I8Ty, NewBaseGEP, BaseIndex, "splitgep"); in splitLargeGEPOffsets()
5976 NewGEP = Builder.CreateGEP(I8Ty, NewBaseGEP, Index); in splitLargeGEPOffsets()