Home
last modified time | relevance | path

Searched refs:printCustom (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DPseudoSourceValue.h32 virtual void printCustom(raw_ostream &O) const;
106 virtual void printCustom(raw_ostream &OS) const;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DPseudoSourceValue.cpp69 void PseudoSourceValue::printCustom(raw_ostream &O) const { in printCustom() function in PseudoSourceValue
132 void FixedStackPseudoSourceValue::printCustom(raw_ostream &OS) const { in printCustom() function in FixedStackPseudoSourceValue
/external/llvm/lib/CodeGen/
DPseudoSourceValue.cpp31 void PseudoSourceValue::printCustom(raw_ostream &O) const { in printCustom() function in PseudoSourceValue
71 void FixedStackPseudoSourceValue::printCustom(raw_ostream &OS) const { in printCustom() function in FixedStackPseudoSourceValue
DScheduleDAGInstrs.cpp1120 PSV->printCustom(OS); in operator <<()
DMachineInstr.cpp566 PSV->printCustom(OS); in print()
/external/llvm/include/llvm/CodeGen/
DPseudoSourceValue.h57 virtual void printCustom(raw_ostream &O) const;
103 void printCustom(raw_ostream &OS) const override;
/external/swiftshader/third_party/LLVM/include/llvm/
DValue.h92 virtual void printCustom(raw_ostream &O) const;
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAsmWriter.cpp2088 printCustom(OS); in print()
2093 void Value::printCustom(raw_ostream &OS) const { in printCustom() function in Value