Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp398 SmallVector<Value *, 32> WhatToStore; in lowerPrintfForGpu() local
418 WhatToStore.push_back(Arg); in lowerPrintfForGpu()
451 WhatToStore.push_back(ANumV); in lowerPrintfForGpu()
457 WhatToStore.push_back(ANumV); in lowerPrintfForGpu()
464 WhatToStore.push_back(Arg); in lowerPrintfForGpu()
510 WhatToStore.push_back(Arg); in lowerPrintfForGpu()
512 WhatToStore.push_back(Arg); in lowerPrintfForGpu()
514 for (unsigned I = 0, E = WhatToStore.size(); I != E; ++I) { in lowerPrintfForGpu()
515 Value *TheBtCast = WhatToStore[I]; in lowerPrintfForGpu()