Searched refs:PrintType (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/compiler/ |
D | graph-visualizer.cc | 232 void PrintType(Node* node); 357 void GraphC1Visualizer::PrintType(Node* node) { in PrintType() function in v8::internal::compiler::GraphC1Visualizer 456 PrintType(node); in PrintSchedule() 482 PrintType(current->control_input()); in PrintSchedule()
|
/external/llvm/include/llvm/IR/ |
D | Value.h | 216 void printAsOperand(raw_ostream &O, bool PrintType = true, 218 void printAsOperand(raw_ostream &O, bool PrintType,
|
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 2026 void writeOperand(const Value *Op, bool PrintType); 2084 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { in writeOperand() argument 2089 if (PrintType) { in writeOperand() 3350 static void printAsOperandImpl(const Value &V, raw_ostream &O, bool PrintType, in printAsOperandImpl() argument 3355 if (PrintType) { in printAsOperandImpl() 3364 void Value::printAsOperand(raw_ostream &O, bool PrintType, in printAsOperand() argument 3369 if (!PrintType) in printAsOperand() 3376 printAsOperandImpl(*this, O, PrintType, MST); in printAsOperand() 3379 void Value::printAsOperand(raw_ostream &O, bool PrintType, in printAsOperand() argument 3381 if (!PrintType) in printAsOperand() [all …]
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineBasicBlock.h | 737 void printAsOperand(raw_ostream &OS, bool PrintType = true) const;
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 1300 static enum CXChildVisitResult PrintType(CXCursor cursor, CXCursor p, in PrintType() function 4208 PrintType, 0); in cindextest_main()
|