Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp32 void PseudoSourceValue::printCustom(raw_ostream &O) const { in printCustom() function in PseudoSourceValue
75 void FixedStackPseudoSourceValue::printCustom(raw_ostream &OS) const { in printCustom() function in FixedStackPseudoSourceValue
H A DScheduleDAGInstrs.cpp1017 PSV->printCustom(OS); in operator <<()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h59 virtual void printCustom(raw_ostream &O) const;
111 void printCustom(raw_ostream &OS) const override;
H A DMIRFormatter.h58 PSV.printCustom(OS); in printCustomPseudoSourceValue()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h71 void printCustom(raw_ostream &OS) const override { OS << "BufferResource"; } in printCustom() function
84 void printCustom(raw_ostream &OS) const override { OS << "ImageResource"; } in printCustom() function
106 void printCustom(raw_ostream &OS) const override { in printCustom() function
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1445 void printCustom(raw_ostream &OS) const override { in expandPostRAPseudo() function in HexagonInstrInfo::expandPostRAPseudo::CrashPseudoSourceValue