Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp403 SmallVector<Value *, 32> WhatToStore; in lowerPrintfForGpu() local
423 WhatToStore.push_back(Arg); in lowerPrintfForGpu()
456 WhatToStore.push_back(ANumV); in lowerPrintfForGpu()
462 WhatToStore.push_back(ANumV); in lowerPrintfForGpu()
469 WhatToStore.push_back(Arg); in lowerPrintfForGpu()
515 WhatToStore.push_back(Arg); in lowerPrintfForGpu()
517 WhatToStore.push_back(Arg); in lowerPrintfForGpu()
519 for (unsigned I = 0, E = WhatToStore.size(); I != E; ++I) { in lowerPrintfForGpu()
520 Value *TheBtCast = WhatToStore[I]; in lowerPrintfForGpu()