Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DFastISelEmitter.cpp292 void PrintArguments(raw_ostream &OS, in PrintArguments() function
318 void PrintArguments(raw_ostream &OS) const { in PrintArguments() function
646 Operands.PrintArguments(OS, *Memo.PhysRegs); in printFunctionDefinitions()
682 Operands.PrintArguments(OS); in printFunctionDefinitions()
738 Operands.PrintArguments(OS, *Memo.PhysRegs); in printFunctionDefinitions()
778 Operands.PrintArguments(OS); in printFunctionDefinitions()
823 MI->second[i].PrintArguments(OS); in printFunctionDefinitions()
842 Operands.PrintArguments(OS); in printFunctionDefinitions()
/external/llvm/utils/TableGen/
DFastISelEmitter.cpp301 void PrintArguments(raw_ostream &OS, in PrintArguments() function
327 void PrintArguments(raw_ostream &OS) const { in PrintArguments() function
670 Operands.PrintArguments(OS, *Memo.PhysRegs); in emitInstructionCode()
746 Operands.PrintArguments(OS); in printFunctionDefinitions()
792 Operands.PrintArguments(OS); in printFunctionDefinitions()
840 MI->second[i].PrintArguments(OS); in printFunctionDefinitions()
859 Operands.PrintArguments(OS); in printFunctionDefinitions()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DFastISelEmitter.cpp308 void PrintArguments(raw_ostream &OS, in PrintArguments() function
334 void PrintArguments(raw_ostream &OS) const { in PrintArguments() function
676 Operands.PrintArguments(OS, Memo.PhysRegs); in emitInstructionCode()
752 Operands.PrintArguments(OS); in printFunctionDefinitions()
798 Operands.PrintArguments(OS); in printFunctionDefinitions()
846 MI->second[i].PrintArguments(OS); in printFunctionDefinitions()
865 Operands.PrintArguments(OS); in printFunctionDefinitions()
/external/v8/src/ast/
Dprettyprinter.h104 void PrintArguments(ZonePtrList<Expression>* arguments);
Dprettyprinter.cc822 void AstPrinter::PrintArguments(ZonePtrList<Expression>* arguments) { in PrintArguments() function in v8::internal::AstPrinter
1281 PrintArguments(node->arguments()); in VisitCall()
1288 PrintArguments(node->arguments()); in VisitCallNew()
1297 PrintArguments(node->arguments()); in VisitCallRuntime()