/external/v8/src/compiler/ |
D | graph-visualizer.cc | 278 void PrintType(Node* node); 403 void GraphC1Visualizer::PrintType(Node* node) { in PrintType() function in v8::internal::compiler::GraphC1Visualizer 502 PrintType(node); in PrintSchedule() 532 PrintType(current->control_input()); in PrintSchedule()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Value.h | 223 void printAsOperand(raw_ostream &O, bool PrintType = true, 225 void printAsOperand(raw_ostream &O, bool PrintType,
|
/external/clang/lib/AST/ |
D | ASTDiagnostic.cpp | 1723 bool PrintType = IsValidFromInt && IsValidToInt && in PrintAPSInt() local 1728 PrintAPSInt(FromInt, FromExpr, IsValidFromInt, FromIntType, PrintType); in PrintAPSInt() 1731 PrintAPSInt(FromInt, FromExpr, IsValidFromInt, FromIntType, PrintType); in PrintAPSInt() 1733 PrintAPSInt(ToInt, ToExpr, IsValidToInt, ToIntType, PrintType); in PrintAPSInt() 1741 QualType IntType, bool PrintType) { in PrintAPSInt() argument 1750 if (PrintType) { in PrintAPSInt()
|
/external/llvm/include/llvm/IR/ |
D | Value.h | 220 void printAsOperand(raw_ostream &O, bool PrintType = true, 222 void printAsOperand(raw_ostream &O, bool PrintType,
|
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 2080 void writeOperand(const Value *Op, bool PrintType); 2135 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { in writeOperand() argument 2140 if (PrintType) { in writeOperand() 3454 static void printAsOperandImpl(const Value &V, raw_ostream &O, bool PrintType, in printAsOperandImpl() argument 3459 if (PrintType) { in printAsOperandImpl() 3468 void Value::printAsOperand(raw_ostream &O, bool PrintType, in printAsOperand() argument 3473 if (!PrintType) in printAsOperand() 3480 printAsOperandImpl(*this, O, PrintType, MST); in printAsOperand() 3483 void Value::printAsOperand(raw_ostream &O, bool PrintType, in printAsOperand() argument 3485 if (!PrintType) in printAsOperand() [all …]
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | AsmWriter.cpp | 1079 bool PrintType, const Module *Context) { in WriteAsOperand() argument 1083 if (!PrintType && in WriteAsOperand() 1095 if (PrintType) { in WriteAsOperand() 1126 void writeOperand(const Value *Op, bool PrintType); 1147 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { in writeOperand() argument 1152 if (PrintType) { in writeOperand()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineBasicBlock.h | 682 void printAsOperand(raw_ostream &OS, bool PrintType = true) const;
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 1316 static enum CXChildVisitResult PrintType(CXCursor cursor, CXCursor p, in PrintType() function 4370 PrintType, 0); in cindextest_main()
|