Searched refs:BufferIdx (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPrintfRuntimeBinding.cpp | 319 GetElementPtrInst *BufferIdx = GetElementPtrInst::Create( in lowerPrintfForGpu() local 325 new BitCastInst(BufferIdx, idPointer, "PrintBuffIdCast", BrnchPoint); in lowerPrintfForGpu() 331 BufferIdx = GetElementPtrInst::Create(I8Ty, pcall, in lowerPrintfForGpu() 411 StoreInst *StBuff = new StoreInst(TheBtCast, BufferIdx, BrnchPoint); in lowerPrintfForGpu() 417 BufferIdx = GetElementPtrInst::Create( in lowerPrintfForGpu() 418 I8Ty, BufferIdx, {ConstantInt::get(I32Ty, ArgSize)}, in lowerPrintfForGpu() 421 << *BufferIdx << '\n'); in lowerPrintfForGpu()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrOrderFile.cpp | 48 GlobalVariable *BufferIdx; member 78 BufferIdx = new GlobalVariable(M, IdxTy, false, GlobalValue::LinkOnceODRLinkage, in createOrderFileData() 135 AtomicRMWInst::Add, BufferIdx, ConstantInt::get(Int32Ty, 1), in generateCodeSequence()
|