Searched refs:RK (Results 1 - 25 of 25) sorted by relevance

/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DTableGenBackends.h19 // EmitFoo(RecordKeeper &RK, raw_ostream &OS /*, anything else you need */ )
40 // that involved a class and an invocation like `FooEmitter(RK).run(OS)`.
63 void EmitIntrinsics(RecordKeeper &RK, raw_ostream &OS, bool TargetOnly = false);
64 void EmitAsmMatcher(RecordKeeper &RK, raw_ostream &OS);
65 void EmitAsmWriter(RecordKeeper &RK, raw_ostream &OS);
66 void EmitCallingConv(RecordKeeper &RK, raw_ostream &OS);
67 void EmitCodeEmitter(RecordKeeper &RK, raw_ostream &OS);
68 void EmitDAGISel(RecordKeeper &RK, raw_ostream &OS);
69 void EmitDFAPacketizer(RecordKeeper &RK, raw_ostream &OS);
70 void EmitDisassembler(RecordKeeper &RK, raw_ostrea
[all...]
H A DCTagsEmitter.cpp97 void EmitCTags(RecordKeeper &RK, raw_ostream &OS) { CTagsEmitter(RK).run(OS); } argument
H A DDisassemblerEmitter.cpp98 extern void EmitFixedLenDecoder(RecordKeeper &RK, raw_ostream &OS,
H A DDAGISelEmitter.cpp169 void EmitDAGISel(RecordKeeper &RK, raw_ostream &OS) { argument
170 DAGISelEmitter(RK).run(OS);
H A DCallingConvEmitter.cpp232 void EmitCallingConv(RecordKeeper &RK, raw_ostream &OS) { argument
234 CallingConvEmitter(RK).run(OS);
H A DIntrinsicEmitter.cpp523 ModRefKind RK = getModRefKind(*R); local
524 if (LK != RK) return (LK > RK);
793 void EmitIntrinsics(RecordKeeper &RK, raw_ostream &OS, bool TargetOnly = false) {
794 IntrinsicEmitter(RK, TargetOnly).run(OS);
H A DCodeEmitterGen.cpp337 void EmitCodeEmitter(RecordKeeper &RK, raw_ostream &OS) { argument
339 CodeEmitterGen(RK).run(OS);
H A DDFAPacketizerEmitter.cpp519 void EmitDFAPacketizer(RecordKeeper &RK, raw_ostream &OS) { argument
521 DFAPacketizerEmitter(RK).run(OS);
H A DPseudoLoweringEmitter.cpp294 void EmitPseudoLowering(RecordKeeper &RK, raw_ostream &OS) { argument
295 PseudoLoweringEmitter(RK).run(OS);
H A DInstrInfoEmitter.cpp610 void EmitInstrInfo(RecordKeeper &RK, raw_ostream &OS) { argument
611 InstrInfoEmitter(RK).run(OS);
612 EmitMapTable(RK, OS);
H A DCodeGenSchedule.h249 CodeGenSchedModels(RecordKeeper& RK, const CodeGenTarget &TGT);
H A DAsmWriterEmitter.cpp1012 void EmitAsmWriter(RecordKeeper &RK, raw_ostream &OS) {
1014 AsmWriterEmitter(RK).run(OS);
H A DFastISelEmitter.cpp864 void EmitFastISel(RecordKeeper &RK, raw_ostream &OS) {
865 CodeGenDAGPatterns CGP(RK);
H A DSubtargetEmitter.cpp1565 void EmitSubtarget(RecordKeeper &RK, raw_ostream &OS) { argument
1566 CodeGenTarget CGTarget(RK);
1567 SubtargetEmitter(RK, CGTarget).run(OS);
H A DRegisterInfoEmitter.cpp1353 void EmitRegisterInfo(RecordKeeper &RK, raw_ostream &OS) { argument
1354 RegisterInfoEmitter(RK).run(OS);
H A DFixedLenDecoderEmitter.cpp2085 void EmitFixedLenDecoder(RecordKeeper &RK, raw_ostream &OS,
2092 FixedLenDecoderEmitter(RK, PredicateNamespace, GPrefix, GPostfix,
H A DAsmMatcherEmitter.cpp3076 void EmitAsmMatcher(RecordKeeper &RK, raw_ostream &OS) {
3078 AsmMatcherEmitter(RK).run(OS);
H A DCodeGenSchedule.cpp91 CodeGenSchedModels::CodeGenSchedModels(RecordKeeper &RK, argument
93 Records(RK), Target(TGT) {
/freebsd-9.3-release/contrib/llvm/tools/clang/utils/TableGen/
H A DTableGenBackends.h28 void EmitClangDeclContext(RecordKeeper &RK, raw_ostream &OS);
29 void EmitClangASTNodes(RecordKeeper &RK, raw_ostream &OS,
H A DClangASTNodesEmitter.cpp178 void EmitClangASTNodes(RecordKeeper &RK, raw_ostream &OS, argument
180 ClangASTNodesEmitter(RK, N, S).run(OS);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DLookup.h508 void setRedeclarationKind(Sema::RedeclarationKind RK) { argument
509 Redecl = RK;
510 AllowHidden = (RK == Sema::ForRedeclaration);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DComment.h316 RenderKind RK,
320 InlineCommandCommentBits.RenderKind = RK;
313 InlineCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, RenderKind RK, ArrayRef<Argument> Args) argument
/freebsd-9.3-release/contrib/llvm/lib/TableGen/
H A DRecord.cpp1997 raw_ostream &llvm::operator<<(raw_ostream &OS, const RecordKeeper &RK) { argument
1999 const std::map<std::string, Record*> &Classes = RK.getClasses();
2005 const std::map<std::string, Record*> &Defs = RK.getDefs();
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2032 LoopVectorizationLegality::MinMaxReductionKind RK,
2036 switch (RK) {
2060 if (RK == LoopVectorizationLegality::MRK_FloatMin ||
2061 RK == LoopVectorizationLegality::MRK_FloatMax)
2031 createMinMaxOp(IRBuilder< &Builder, LoopVectorizationLegality::MinMaxReductionKind RK, Value *Left, Value *Right) argument
/freebsd-9.3-release/contrib/llvm/include/llvm/TableGen/
H A DRecord.h1814 raw_ostream &operator<<(raw_ostream &OS, const RecordKeeper &RK);

Completed in 229 milliseconds