Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp397 SmallVector<Value *, 32> WhatToStore; in lowerPrintfForGpu() local
417 WhatToStore.push_back(Arg); in lowerPrintfForGpu()
450 WhatToStore.push_back(ANumV); in lowerPrintfForGpu()
456 WhatToStore.push_back(ANumV); in lowerPrintfForGpu()
463 WhatToStore.push_back(Arg); in lowerPrintfForGpu()
509 WhatToStore.push_back(Arg); in lowerPrintfForGpu()
511 WhatToStore.push_back(Arg); in lowerPrintfForGpu()
513 for (unsigned I = 0, E = WhatToStore.size(); I != E; ++I) { in lowerPrintfForGpu()
514 Value *TheBtCast = WhatToStore[I]; in lowerPrintfForGpu()