Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp338 SmallVector<Value *, 32> WhatToStore; in lowerPrintfForGpu() local
354 WhatToStore.push_back(Arg); in lowerPrintfForGpu()
392 WhatToStore.push_back(ConstantInt::get(IntTy, IntVal)); in lowerPrintfForGpu()
397 WhatToStore.push_back(ANumV); in lowerPrintfForGpu()
400 WhatToStore.push_back(Arg); in lowerPrintfForGpu()
403 WhatToStore.push_back(Arg); in lowerPrintfForGpu()
405 for (unsigned I = 0, E = WhatToStore.size(); I != E; ++I) { in lowerPrintfForGpu()
406 Value *TheBtCast = WhatToStore[I]; in lowerPrintfForGpu()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp311 SmallVectorImpl<Value *> &WhatToStore) { in processConstantStringArg() argument
345 WhatToStore.push_back(ConstantInt::get(IntTy, IntVal)); in processConstantStringArg()
350 WhatToStore.push_back(ConstantInt::get(Builder.getInt32Ty(), 0)); in processConstantStringArg()
382 SmallVector<Value *, 32> WhatToStore; in callBufferedPrintfArgPush() local
385 processConstantStringArg(StrIt, Builder, WhatToStore); in callBufferedPrintfArgPush()
408 WhatToStore.push_back(processNonStringArg(Args[i], Builder)); in callBufferedPrintfArgPush()
411 for (unsigned I = 0, E = WhatToStore.size(); I != E; ++I) { in callBufferedPrintfArgPush()
412 Value *toStore = WhatToStore[I]; in callBufferedPrintfArgPush()