Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DCommon.cpp99 bool CmdLineParser::ReadNextArg(std::string *OutArg) in ReadNextArg() argument
105 *OutArg = m_argv[m_ArgIndex]; in ReadNextArg()
113 OutArg->clear(); in ReadNextArg()
145 *OutArg += '\\'; in ReadNextArg()
152 *OutArg += '\\'; in ReadNextArg()
153 *OutArg += '"'; in ReadNextArg()
160 *OutArg += '\\'; in ReadNextArg()
173 *OutArg += Ch; in ReadNextArg()
184 *OutArg += Ch; in ReadNextArg()
DCommon.h240 bool ReadNextArg(std::string *OutArg);
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp286 for (Argument *OutArg : OutArgs) { in runOnFunction()
290 Type *ArgTy = OutArg->getType()->getPointerElementType(); in runOnFunction()
307 MemoryLocation::getBeforeOrAfter(OutArg), true, BB->end(), BB, RI); in runOnFunction()
329 [OutArg](const std::pair<Argument *, Value *> &Entry) { in runOnFunction()
330 return Entry.first == OutArg;}) != ValVec.end()) { in runOnFunction()
332 << "Saw multiple out arg stores" << *OutArg << '\n'); in runOnFunction()
339 ValVec.emplace_back(OutArg, ReplVal); in runOnFunction()
345 OutArgIndexes.insert(OutArg->getArgNo()); in runOnFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp286 for (Argument *OutArg : OutArgs) { in runOnFunction()
290 Type *ArgTy = OutArg->getType()->getPointerElementType(); in runOnFunction()
306 MemDepResult Q = MDA->getPointerDependencyFrom(MemoryLocation(OutArg), in runOnFunction()
329 [OutArg](const std::pair<Argument *, Value *> &Entry) { in runOnFunction()
330 return Entry.first == OutArg;}) != ValVec.end()) { in runOnFunction()
332 << "Saw multiple out arg stores" << *OutArg << '\n'); in runOnFunction()
339 ValVec.emplace_back(OutArg, ReplVal); in runOnFunction()
345 OutArgIndexes.insert(OutArg->getArgNo()); in runOnFunction()
/external/tensorflow/tensorflow/go/genop/internal/
Dgenop.go412 argCombined := argWrapper{op: out, api: apidef.OutArg[i]}