Home
last modified time | relevance | path

Searched refs:printImpl (Results 1 – 25 of 51) sorted by relevance

123

/external/llvm/utils/TableGen/
DDAGISelMatcher.cpp25 printImpl(OS, indent); in print()
31 printImpl(OS, 0); in printOne()
108 void ScopeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() function in ScopeMatcher
118 void RecordMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() function in RecordMatcher
122 void RecordChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() function in RecordChildMatcher
126 void RecordMemRefMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() function in RecordMemRefMatcher
130 void CaptureGlueInputMatcher::printImpl(raw_ostream &OS, unsigned indent) const{ in printImpl() function in CaptureGlueInputMatcher
134 void MoveChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() function in MoveChildMatcher
138 void MoveParentMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() function in MoveParentMatcher
142 void CheckSameMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() function in CheckSameMatcher
[all …]
DDAGISelMatcher.h170 virtual void printImpl(raw_ostream &OS, unsigned indent) const = 0;
216 void printImpl(raw_ostream &OS, unsigned indent) const override;
241 void printImpl(raw_ostream &OS, unsigned indent) const override;
273 void printImpl(raw_ostream &OS, unsigned indent) const override;
289 void printImpl(raw_ostream &OS, unsigned indent) const override;
305 void printImpl(raw_ostream &OS, unsigned indent) const override;
323 void printImpl(raw_ostream &OS, unsigned indent) const override;
340 void printImpl(raw_ostream &OS, unsigned indent) const override;
360 void printImpl(raw_ostream &OS, unsigned indent) const override;
384 void printImpl(raw_ostream &OS, unsigned indent) const override;
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DDAGISelMatcher.cpp24 printImpl(OS, indent); in print()
30 printImpl(OS, 0); in printOne()
107 void ScopeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() function in ScopeMatcher
117 void RecordMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() function in RecordMatcher
121 void RecordChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() function in RecordChildMatcher
125 void RecordMemRefMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() function in RecordMemRefMatcher
129 void CaptureGlueInputMatcher::printImpl(raw_ostream &OS, unsigned indent) const{ in printImpl() function in CaptureGlueInputMatcher
133 void MoveChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() function in MoveChildMatcher
137 void MoveParentMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() function in MoveParentMatcher
141 void CheckSameMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() function in CheckSameMatcher
[all …]
DDAGISelMatcher.h170 virtual void printImpl(raw_ostream &OS, unsigned indent) const = 0;
216 void printImpl(raw_ostream &OS, unsigned indent) const override;
241 void printImpl(raw_ostream &OS, unsigned indent) const override;
273 void printImpl(raw_ostream &OS, unsigned indent) const override;
289 void printImpl(raw_ostream &OS, unsigned indent) const override;
305 void printImpl(raw_ostream &OS, unsigned indent) const override;
323 void printImpl(raw_ostream &OS, unsigned indent) const override;
340 void printImpl(raw_ostream &OS, unsigned indent) const override;
360 void printImpl(raw_ostream &OS, unsigned indent) const override;
384 void printImpl(raw_ostream &OS, unsigned indent) const override;
[all …]
/external/swiftshader/third_party/LLVM/utils/TableGen/
DDAGISelMatcher.cpp23 printImpl(OS, indent); in print()
29 printImpl(OS, 0); in printOne()
97 void ScopeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() function in ScopeMatcher
107 void RecordMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() function in RecordMatcher
111 void RecordChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() function in RecordChildMatcher
115 void RecordMemRefMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() function in RecordMemRefMatcher
119 void CaptureGlueInputMatcher::printImpl(raw_ostream &OS, unsigned indent) const{ in printImpl() function in CaptureGlueInputMatcher
123 void MoveChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() function in MoveChildMatcher
127 void MoveParentMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() function in MoveParentMatcher
131 void CheckSameMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl() function in CheckSameMatcher
[all …]
DDAGISelMatcher.h178 virtual void printImpl(raw_ostream &OS, unsigned indent) const = 0;
225 virtual void printImpl(raw_ostream &OS, unsigned indent) const;
252 virtual void printImpl(raw_ostream &OS, unsigned indent) const;
287 virtual void printImpl(raw_ostream &OS, unsigned indent) const;
306 virtual void printImpl(raw_ostream &OS, unsigned indent) const;
325 virtual void printImpl(raw_ostream &OS, unsigned indent) const;
346 virtual void printImpl(raw_ostream &OS, unsigned indent) const;
366 virtual void printImpl(raw_ostream &OS, unsigned indent) const;
389 virtual void printImpl(raw_ostream &OS, unsigned indent) const;
414 virtual void printImpl(raw_ostream &OS, unsigned indent) const;
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXMCExpr.cpp24 void NVPTXFloatMCExpr::printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const { in printImpl() function in NVPTXFloatMCExpr
60 void NVPTXGenericMCSymbolRefExpr::printImpl(raw_ostream &OS, in printImpl() function in NVPTXGenericMCSymbolRefExpr
DNVPTXMCExpr.h71 void printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const override;
113 void printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const override;
/external/llvm/lib/Target/NVPTX/
DNVPTXMCExpr.cpp23 void NVPTXFloatMCExpr::printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const { in printImpl() function in NVPTXFloatMCExpr
55 void NVPTXGenericMCSymbolRefExpr::printImpl(raw_ostream &OS, in printImpl() function in NVPTXGenericMCSymbolRefExpr
DNVPTXMCExpr.h65 void printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const override;
107 void printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const override;
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCExpr.cpp24 void ARMMCExpr::printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const { in printImpl() function in ARMMCExpr
DARMMCExpr.h59 void printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCExpr.cpp23 void ARMMCExpr::printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const { in printImpl() function in ARMMCExpr
DARMMCExpr.h59 void printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const override;
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCExpr.h20 void printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCExpr.h20 void printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const override;
/external/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiMCExpr.cpp23 void LanaiMCExpr::printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const { in printImpl() function in LanaiMCExpr
DLanaiMCExpr.h39 void printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiMCExpr.cpp23 void LanaiMCExpr::printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const { in printImpl() function in LanaiMCExpr
DLanaiMCExpr.h39 void printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/MCTargetDesc/
DNios2MCExpr.h48 void printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const override;
DNios2MCExpr.cpp36 void Nios2MCExpr::printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const { in printImpl() function in Nios2MCExpr
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MCExpr.h50 void printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const override { in printImpl() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVMCExpr.h53 void printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRMCExpr.h58 void printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const override;

123