Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp409 Value *TheBtCast = WhatToStore[I]; in lowerPrintfForGpu() local
410 unsigned ArgSize = TD->getTypeAllocSize(TheBtCast->getType()); in lowerPrintfForGpu()
411 StoreInst *StBuff = new StoreInst(TheBtCast, BufferIdx, BrnchPoint); in lowerPrintfForGpu()