Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.h192 CallInst* PRINT(const std::string& printStr, const std::initializer_list<Value*>& printArgs);
Dbuilder_misc.cpp374 const std::initializer_list<Value*>& printArgs) in PRINT() argument
385 auto v = printArgs.begin(); in PRINT()
387 while ((pos != std::string::npos) && (v != printArgs.end())) in PRINT()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAsmWriter.cpp2428 void printArgs(const std::vector<uint64_t> &Args);
2837 void AssemblyWriter::printArgs(const std::vector<uint64_t> &Args) { in printArgs() function in AssemblyWriter
2859 printArgs(ResByArg.first); in printWPDRes()
3082 printArgs(ConstVCall.Args); in printConstVCalls()
/external/llvm-project/llvm/lib/IR/
DAsmWriter.cpp2617 void printArgs(const std::vector<uint64_t> &Args);
3038 void AssemblyWriter::printArgs(const std::vector<uint64_t> &Args) { in printArgs() function in AssemblyWriter
3060 printArgs(ResByArg.first); in printWPDRes()
3319 printArgs(ConstVCall.Args); in printConstVCalls()