Searched refs:PrintType (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/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,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Value.h | 239 void printAsOperand(raw_ostream &O, bool PrintType = true, 241 void printAsOperand(raw_ostream &O, bool PrintType,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | AsmWriter.cpp | 2387 void writeOperand(const Value *Op, bool PrintType); 2474 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { in writeOperand() argument 2479 if (PrintType) { in writeOperand() 4381 static void printAsOperandImpl(const Value &V, raw_ostream &O, bool PrintType, in printAsOperandImpl() argument 4384 if (PrintType) { in printAsOperandImpl() 4393 void Value::printAsOperand(raw_ostream &O, bool PrintType, in printAsOperand() argument 4398 if (!PrintType) in printAsOperand() 4405 printAsOperandImpl(*this, O, PrintType, MST); in printAsOperand() 4408 void Value::printAsOperand(raw_ostream &O, bool PrintType, in printAsOperand() argument 4410 if (!PrintType) in printAsOperand() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.cpp | 135 template <typename PrintType, typename ArgType> 141 dumpSymbolField(OS, Name, static_cast<PrintType>(Value), Indent); in DumpDIAValueAs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineBasicBlock.h | 796 void printAsOperand(raw_ostream &OS, bool PrintType = true) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | VPlan.h | 558 void printAsOperand(raw_ostream &OS, bool PrintType) const { in printAsOperand() argument
|