Searched refs:printImpl (Results 1 - 19 of 19) sorted by relevance

/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DDAGISelMatcher.cpp25 printImpl(OS, indent);
31 printImpl(OS, 0);
106 // printImpl methods.
108 void ScopeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { function in class:ScopeMatcher
118 void RecordMatcher::printImpl(raw_ostream &OS, unsigned indent) const { function in class:RecordMatcher
122 void RecordChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const { function in class:RecordChildMatcher
126 void RecordMemRefMatcher::printImpl(raw_ostream &OS, unsigned indent) const { function in class:RecordMemRefMatcher
130 void CaptureGlueInputMatcher::printImpl(raw_ostream &OS, unsigned indent) const{ function in class:CaptureGlueInputMatcher
134 void MoveChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const { function in class:MoveChildMatcher
138 void MoveParentMatcher::printImpl(raw_ostrea function in class:MoveParentMatcher
142 void CheckSameMatcher::printImpl(raw_ostream &OS, unsigned indent) const { function in class:CheckSameMatcher
146 void CheckChildSameMatcher::printImpl(raw_ostream &OS, unsigned indent) const { function in class:CheckChildSameMatcher
151 printImpl(raw_ostream &OS, unsigned indent) const { function in class:CheckPatternPredicateMatcher
155 void CheckPredicateMatcher::printImpl(raw_ostream &OS, unsigned indent) const { function in class:CheckPredicateMatcher
159 void CheckOpcodeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { function in class:CheckOpcodeMatcher
163 void SwitchOpcodeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { function in class:SwitchOpcodeMatcher
173 void CheckTypeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { function in class:CheckTypeMatcher
178 void SwitchTypeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { function in class:SwitchTypeMatcher
187 void CheckChildTypeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { function in class:CheckChildTypeMatcher
193 void CheckIntegerMatcher::printImpl(raw_ostream &OS, unsigned indent) const { function in class:CheckIntegerMatcher
197 void CheckChildIntegerMatcher::printImpl(raw_ostream &OS, function in class:CheckChildIntegerMatcher
202 void CheckCondCodeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { function in class:CheckCondCodeMatcher
206 void CheckValueTypeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { function in class:CheckValueTypeMatcher
210 void CheckComplexPatMatcher::printImpl(raw_ostream &OS, unsigned indent) const { function in class:CheckComplexPatMatcher
214 void CheckAndImmMatcher::printImpl(raw_ostream &OS, unsigned indent) const { function in class:CheckAndImmMatcher
218 void CheckOrImmMatcher::printImpl(raw_ostream &OS, unsigned indent) const { function in class:CheckOrImmMatcher
222 void CheckFoldableChainNodeMatcher::printImpl(raw_ostream &OS, function in class:CheckFoldableChainNodeMatcher
227 void EmitIntegerMatcher::printImpl(raw_ostream &OS, unsigned indent) const { function in class:EmitIntegerMatcher
232 printImpl(raw_ostream &OS, unsigned indent) const { function in class:EmitStringIntegerMatcher
236 void EmitRegisterMatcher::printImpl(raw_ostream &OS, unsigned indent) const { function in class:EmitRegisterMatcher
246 printImpl(raw_ostream &OS, unsigned indent) const { function in class:EmitConvertToTargetMatcher
251 printImpl(raw_ostream &OS, unsigned indent) const { function in class:EmitMergeInputChainsMatcher
255 void EmitCopyToRegMatcher::printImpl(raw_ostream &OS, unsigned indent) const { function in class:EmitCopyToRegMatcher
259 void EmitNodeXFormMatcher::printImpl(raw_ostream &OS, unsigned indent) const { function in class:EmitNodeXFormMatcher
265 void EmitNodeMatcherCommon::printImpl(raw_ostream &OS, unsigned indent) const { function in class:EmitNodeMatcherCommon
278 void MarkGlueResultsMatcher::printImpl(raw_ostream &OS, unsigned indent) const { function in class:MarkGlueResultsMatcher
282 void CompleteMatchMatcher::printImpl(raw_ostream &OS, unsigned indent) const { function in class:CompleteMatchMatcher
[all...]
H A DDAGISelMatcher.h182 virtual void printImpl(raw_ostream &OS, unsigned indent) const = 0;
229 void printImpl(raw_ostream &OS, unsigned indent) const override;
256 void printImpl(raw_ostream &OS, unsigned indent) const override;
291 void printImpl(raw_ostream &OS, unsigned indent) const override;
310 void printImpl(raw_ostream &OS, unsigned indent) const override;
329 void printImpl(raw_ostream &OS, unsigned indent) const override;
350 void printImpl(raw_ostream &OS, unsigned indent) const override;
370 void printImpl(raw_ostream &OS, unsigned indent) const override;
393 void printImpl(raw_ostream &OS, unsigned indent) const override;
420 void printImpl(raw_ostrea
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.cpp24 void ARMMCExpr::printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const { function in class:ARMMCExpr
H A DARMMCExpr.h59 void printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const override;
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCExpr.h20 void printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const override;
H A DHexagonMCExpr.cpp47 void HexagonNoExtendOperand::printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const { function in class:HexagonNoExtendOperand
/freebsd-11.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.cpp23 void NVPTXFloatMCExpr::printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const { function in class:NVPTXFloatMCExpr
55 void NVPTXGenericMCSymbolRefExpr::printImpl(raw_ostream &OS, function in class:NVPTXGenericMCSymbolRefExpr
H A DNVPTXMCExpr.h64 void printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const override;
106 void printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const override;
H A DNVPTXAsmPrinter.cpp2144 return cast<MCTargetExpr>(&Expr)->printImpl(OS, MAI);
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCExpr.cpp67 void MipsMCExpr::printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const { function in class:MipsMCExpr
H A DMipsMCExpr.h49 void printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const override;
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCExpr.h80 void printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const override;
H A DPPCMCExpr.cpp27 void PPCMCExpr::printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const { function in class:PPCMCExpr
/freebsd-11.0-release/contrib/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCExpr.h88 void printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const override;
H A DSparcMCExpr.cpp33 void SparcMCExpr::printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const { function in class:SparcMCExpr
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCExpr.cpp78 void AArch64MCExpr::printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const { function in class:AArch64MCExpr
H A DAArch64MCExpr.h148 void printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const override;
/freebsd-11.0-release/contrib/llvm/include/llvm/MC/
H A DMCExpr.h559 virtual void printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const = 0;
/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DMCExpr.cpp36 return cast<MCTargetExpr>(this)->printImpl(OS, MAI);

Completed in 201 milliseconds