Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp371 SmallVector<Value *, 32> WhatToStore; in lowerPrintfForGpu() local
387 WhatToStore.push_back(Arg); in lowerPrintfForGpu()
425 WhatToStore.push_back(ConstantInt::get(IntTy, IntVal)); in lowerPrintfForGpu()
430 WhatToStore.push_back(ANumV); in lowerPrintfForGpu()
433 WhatToStore.push_back(Arg); in lowerPrintfForGpu()
436 WhatToStore.push_back(Arg); in lowerPrintfForGpu()
438 for (unsigned I = 0, E = WhatToStore.size(); I != E; ++I) { in lowerPrintfForGpu()
439 Value *TheBtCast = WhatToStore[I]; in lowerPrintfForGpu()