Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp35 void PseudoSourceValue::printCustom(raw_ostream &O) const { in printCustom() function in PseudoSourceValue
78 void FixedStackPseudoSourceValue::printCustom(raw_ostream &OS) const { in printCustom() function in FixedStackPseudoSourceValue
H A DScheduleDAGInstrs.cpp1029 PSV->printCustom(OS); in operator <<()
/netbsd-src/external/apache2/llvm/dist/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.h60 PSV.printCustom(OS); in printCustomPseudoSourceValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h70 void printCustom(raw_ostream &OS) const override { OS << "BufferResource"; } in printCustom() function
83 void printCustom(raw_ostream &OS) const override { OS << "ImageResource"; } in printCustom() function
105 void printCustom(raw_ostream &OS) const override { in printCustom() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1366 void printCustom(raw_ostream &OS) const override { in expandPostRAPseudo() function in HexagonInstrInfo::expandPostRAPseudo::CrashPseudoSourceValue