/openbsd/gnu/llvm/llvm/lib/TableGen/ |
H A D | TableGenBackendSkeleton.cpp | 36 SkeletonEmitter(RecordKeeper &RK) : Records(RK) {} in SkeletonEmitter() 54 void EmitSkeleton(RecordKeeper &RK, raw_ostream &OS) { in EmitSkeleton()
|
H A D | Record.cpp | 121 BitRecTy *BitRecTy::get(RecordKeeper &RK) { in get() 160 IntRecTy *IntRecTy::get(RecordKeeper &RK) { in get() 169 StringRecTy *StringRecTy::get(RecordKeeper &RK) { in get() 198 DagRecTy *DagRecTy::get(RecordKeeper &RK) { in get() 213 RecordRecTy *RecordRecTy::get(RecordKeeper &RK, in get() 360 UnsetInit *UnsetInit::get(RecordKeeper &RK) { in get() 779 RecordKeeper &RK = getRecordKeeper(); in Fold() local 993 RecordKeeper &RK = List->getRecordKeeper(); in interleaveIntList() local 1434 RecordKeeper &RK = getRecordKeeper(); in Fold() local 2247 RecordKeeper &RK = getRecordKeeper(); in Fold() local [all …]
|
H A D | DetailedRecordsBackend.cpp | 42 DetailedRecordsEmitter(RecordKeeper &RK) : Records(RK) {} in DetailedRecordsEmitter() 198 void EmitDetailedRecords(RecordKeeper &RK, raw_ostream &OS) { in EmitDetailedRecords()
|
H A D | JSONBackend.cpp | 184 void EmitJSON(RecordKeeper &RK, raw_ostream &OS) { JSONEmitter(RK).run(OS); } in EmitJSON()
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | AssumeBundleQueries.cpp | 146 RetainedKnowledge RK = in getKnowledgeFromUse() local 168 if (RetainedKnowledge RK = getKnowledgeFromBundle( in getKnowledgeForValue() local 185 if (RetainedKnowledge RK = in getKnowledgeForValue() local
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGHLSLRuntime.cpp | 182 llvm::hlsl::ResourceKind RK = Buf.IsCBuffer in finishCodeGen() local 198 llvm::hlsl::ResourceKind RK, in addBufferResourceAnnotation() 227 castResourceShapeToResourceKind(HLSLResourceAttr::ResourceKind RK) { in castResourceShapeToResourceKind() 288 llvm::hlsl::ResourceKind RK = in annotateHLSLResource() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | AssumeBundleBuilder.cpp | 71 RetainedKnowledge canonicalizedKnowledge(RetainedKnowledge RK, in canonicalizedKnowledge() 311 for (const RetainedKnowledge &RK : Knowledge) in buildAssumeFromKnowledge() local 317 RetainedKnowledge RK, in simplifyRetainedKnowledge() 420 RetainedKnowledge RK = in dropRedundantKnowledge() local 480 RetainedKnowledge RK = in mergeRange() local
|
/openbsd/gnu/llvm/llvm/utils/TableGen/ |
H A D | ExegesisEmitter.cpp | 93 ExegesisEmitter::ExegesisEmitter(RecordKeeper &RK) in ExegesisEmitter() 207 void EmitExegesis(RecordKeeper &RK, raw_ostream &OS) { in EmitExegesis()
|
H A D | RISCVTargetDefEmitter.cpp | 50 void llvm::EmitRISCVTargetDef(const RecordKeeper &RK, raw_ostream &OS) { in EmitRISCVTargetDef()
|
H A D | X86MnemonicTables.cpp | 91 void EmitX86MnemonicTables(RecordKeeper &RK, raw_ostream &OS) { in EmitX86MnemonicTables()
|
H A D | WebAssemblyDisassemblerEmitter.cpp | 40 RecordKeeper &RK = Inst.getRecordKeeper(); in emitWebAssemblyDisassemblerTables() local
|
H A D | CodeGenHwModes.cpp | 54 CodeGenHwModes::CodeGenHwModes(RecordKeeper &RK) : Records(RK) { in CodeGenHwModes()
|
H A D | Attributes.cpp | 134 void EmitAttributes(RecordKeeper &RK, raw_ostream &OS) { in EmitAttributes()
|
H A D | IntrinsicEmitter.cpp | 645 uint32_t RK = R->ME.toIntValue(); in compareFnAttributes() local 955 void llvm::EmitIntrinsicEnums(RecordKeeper &RK, raw_ostream &OS) { in EmitIntrinsicEnums() 959 void llvm::EmitIntrinsicImpl(RecordKeeper &RK, raw_ostream &OS) { in EmitIntrinsicImpl()
|
H A D | CTagsEmitter.cpp | 91 void EmitCTags(RecordKeeper &RK, raw_ostream &OS) { CTagsEmitter(RK).run(OS); } in EmitCTags()
|
H A D | InstrDocsEmitter.cpp | 58 void EmitInstrDocs(RecordKeeper &RK, raw_ostream &OS) { in EmitInstrDocs()
|
H A D | DAGISelEmitter.cpp | 190 void EmitDAGISel(RecordKeeper &RK, raw_ostream &OS) { in EmitDAGISel()
|
H A D | X86EVEX2VEXTablesEmitter.cpp | 243 void EmitX86EVEX2VEXTables(RecordKeeper &RK, raw_ostream &OS) { in EmitX86EVEX2VEXTables()
|
/openbsd/gnu/llvm/llvm/include/llvm/TableGen/ |
H A D | Record.h | 74 RecordKeeper &RK; variable 79 RecTy(RecTyKind K, RecordKeeper &RK) : Kind(K), RK(RK) {} in RecTy() 112 BitRecTy(RecordKeeper &RK) : RecTy(BitRecTyKind, RK) {} in BitRecTy() 130 explicit BitsRecTy(RecordKeeper &RK, unsigned Sz) in BitsRecTy() 153 IntRecTy(RecordKeeper &RK) : RecTy(IntRecTyKind, RK) {} in IntRecTy() 214 DagRecTy(RecordKeeper &RK) : RecTy(DagRecTyKind, RK) {} in DagRecTy() 237 explicit RecordRecTy(RecordKeeper &RK, unsigned Num) in RecordRecTy() 461 RecordKeeper &RK; variable 532 BitsInit(RecordKeeper &RK, unsigned N) in BitsInit() 582 explicit IntInit(RecordKeeper &RK, int64_t V) in IntInit() [all …]
|
/openbsd/gnu/llvm/clang/utils/TableGen/ |
H A D | ClangDataCollectorsEmitter.cpp | 7 void clang::EmitClangDataCollectors(RecordKeeper &RK, raw_ostream &OS) { in EmitClangDataCollectors()
|
H A D | ClangASTNodesEmitter.cpp | 198 void clang::EmitClangASTNodes(RecordKeeper &RK, raw_ostream &OS, in EmitClangASTNodes()
|
/openbsd/gnu/llvm/llvm/lib/Frontend/HLSL/ |
H A D | HLSLResource.cpp | 47 ResourceKind RK, uint32_t ResIndex, in FrontendResource()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | ExpandReductions.cpp | 109 RecurKind RK = getRK(ID); in expandReductions() local
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
H A D | CVTypeVisitor.cpp | 26 TypeRecordKind RK = static_cast<TypeRecordKind>(Record.kind()); in visitKnownRecord() local 36 TypeRecordKind RK = static_cast<TypeRecordKind>(Record.Kind); in visitKnownMember() local
|
H A D | CVSymbolVisitor.cpp | 27 SymbolRecordKind RK = static_cast<SymbolRecordKind>(Record.kind()); in visitKnownRecord() local
|