/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | TableGenBackendSkeleton.cpp | 36 SkeletonEmitter(RecordKeeper & RK) SkeletonEmitter() argument 59 EmitSkeleton(RecordKeeper & RK,raw_ostream & OS) EmitSkeleton() argument
|
H A D | Record.cpp | 120 BitRecTy *BitRecTy::get(RecordKeeper &RK) { in get() 132 BitsRecTy *BitsRecTy::get(RecordKeeper &RK, unsigned Sz) { in get() 153 IntRecTy *IntRecTy::get(RecordKeeper &RK) { in get() 162 StringRecTy *StringRecTy::get(RecordKeeper &RK) { in get() 191 DagRecTy *DagRecTy::get(RecordKeeper &RK) { in get() 206 RecordRecTy *RecordRecTy::get(RecordKeeper &RK, in get() 358 UnsetInit *UnsetInit::get(RecordKeeper &RK) { in get() 389 RecordKeeper &RK = Value->getRecordKeeper(); in get() local 408 BitInit *BitInit::get(RecordKeeper &RK, bool V) { in get() 436 BitsInit *BitsInit::get(RecordKeeper &RK, ArrayRef<Init *> Range) { in get() [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 | 189 void EmitJSON(RecordKeeper &RK, raw_ostream &OS) { JSONEmitter(RK).run(OS); } in EmitJSON()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | AssumeBundleQueries.cpp | 146 RetainedKnowledge RK = getKnowledgeFromUse() local 168 if (RetainedKnowledge RK = getKnowledgeFromBundle( getKnowledgeForValue() local 185 if (RetainedKnowledge RK = getKnowledgeForValue() local [all...] |
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | RISCVTargetDefEmitter.cpp | 166 static void emitRISCVProcs(RecordKeeper &RK, raw_ostream &OS) { in emitRISCVProcs() 213 static void emitRISCVExtensionBitmask(RecordKeeper &RK, raw_ostream &OS) { in emitRISCVExtensionBitmask() 248 static void EmitRISCVTargetDef(RecordKeeper &RK, raw_ostream &OS) { in EmitRISCVTargetDef()
|
H A D | IntrinsicEmitter.cpp | 394 uint32_t RK = R->ME.toIntValue(); in compareFnAttributes() local 712 static void EmitIntrinsicEnums(RecordKeeper &RK, raw_ostream &OS) { in EmitIntrinsicEnums() 719 static void EmitIntrinsicImpl(RecordKeeper &RK, raw_ostream &OS) { in EmitIntrinsicImpl()
|
H A D | WebAssemblyDisassemblerEmitter.cpp | 40 RecordKeeper &RK = Inst.getRecordKeeper(); in emitWebAssemblyDisassemblerTables() local
|
H A D | InstrDocsEmitter.cpp | 64 static void EmitInstrDocs(RecordKeeper &RK, raw_ostream &OS) { in EmitInstrDocs()
|
H A D | ExegesisEmitter.cpp | 93 ExegesisEmitter(RecordKeeper & RK) ExegesisEmitter() argument
|
H A D | ARMTargetDefEmitter.cpp | 54 static void EmitARMTargetDef(RecordKeeper &RK, raw_ostream &OS) { in EmitARMTargetDef()
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangDataCollectorsEmitter.cpp | 7 void clang::EmitClangDataCollectors(RecordKeeper &RK, raw_ostream &OS) { in EmitClangDataCollectors()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | AssumeBundleBuilder.cpp | 70 RetainedKnowledge canonicalizedKnowledge(RetainedKnowledge RK, in canonicalizedKnowledge() 313 for (const RetainedKnowledge &RK : Knowledge) in buildAssumeFromKnowledge() local 319 RetainedKnowledge RK, in simplifyRetainedKnowledge() 422 RetainedKnowledge RK = in dropRedundantKnowledge() local 482 RetainedKnowledge RK = in mergeRange() local
|
H A D | LoopUtils.cpp | 921 constexpr Intrinsic::ID llvm::getReductionIntrinsicID(RecurKind RK) { in getReductionIntrinsicID() 1011 Intrinsic::ID llvm::getMinMaxReductionIntrinsicOp(RecurKind RK) { in getMinMaxReductionIntrinsicOp() 1053 CmpInst::Predicate llvm::getMinMaxReductionPredicate(RecurKind RK) { in getMinMaxReductionPredicate() 1075 Value *llvm::createMinMaxOp(IRBuilderBase &Builder, RecurKind RK, Value *Left, in createMinMaxOp() 1274 RecurKind RK = Desc.getRecurrenceKind(); in createTargetReduction() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
H A D | TableGenBackend.h | 43 run(RecordKeeper & RK,raw_ostream & OS) run() argument
|
H A D | Record.h | 75 RecordKeeper &RK; variable 80 RecTy(RecTyKind K, RecordKeeper &RK) : Kind(K), RK(RK) {} in RecTy() 113 BitRecTy(RecordKeeper &RK) : RecTy(BitRecTyKind, RK) {} in BitRecTy() 131 explicit BitsRecTy(RecordKeeper &RK, unsigned Sz) in BitsRecTy() 152 IntRecTy(RecordKeeper &RK) : RecTy(IntRecTyKind, RK) {} in IntRecTy() 170 StringRecTy(RecordKeeper &RK) : RecTy(StringRecTyKind, RK) {} in StringRecTy() 213 DagRecTy(RecordKeeper &RK) : RecTy(DagRecTyKind, RK) {} in DagRecTy() 236 explicit RecordRecTy(RecordKeeper &RK, unsigned Num) in RecordRecTy() 451 RecordKeeper &RK; variable 453 UnsetInit(RecordKeeper &RK) : Init(IK_UnsetInit), RK(RK) {} in UnsetInit() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/HLSL/ |
H A D | HLSLResource.cpp | 58 FrontendResource::FrontendResource(GlobalVariable *GV, ResourceKind RK, in FrontendResource()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGHLSLRuntime.cpp | 185 llvm::hlsl::ResourceKind RK = Buf.IsCBuffer in finishCodeGen() local 199 llvm::hlsl::ResourceKind RK, in addBufferResourceAnnotation() 289 llvm::hlsl::ResourceKind RK = HLSLResAttr->getResourceKind(); in annotateHLSLResource() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenHwModes.cpp | 67 CodeGenHwModes::CodeGenHwModes(RecordKeeper &RK) : Records(RK) { in CodeGenHwModes()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ExpandReductions.cpp | 61 RecurKind RK = getMinMaxReductionRecurKind(ID); in expandReductions() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.h | 447 TypeRecordKind RK = static_cast<TypeRecordKind>(Record.Kind); visitKnownMember() local 458 TypeRecordKind RK = static_cast<TypeRecordKind>(Record.kind()); visitKnownRecord() local
|
/freebsd/crypto/openssl/crypto/aria/ |
H A D | aria.c | 345 #define ARIA_ADD_ROUND_KEY(RK, T0, T1, T2, T3) \ argument 442 #define _ARIA_GSRK(RK, X, Y, Q, R) \ argument 462 #define ARIA_GSRK(RK, X, Y, N) _ARIA_GSRK(RK, X, Y, 4 - ((N) / 32), (N) % 32) argument
|
/freebsd/contrib/llvm-project/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
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | CheckExprLifetime.cpp | 494 Expr *Init, ReferenceKind RK, in visitLocalsRetainedByReferenceBinding() 675 [&](IndirectLocalPath &Path, Local L, ReferenceKind RK) -> bool { in visitLocalsRetainedByInitializer() 1005 ReferenceKind RK) -> bool { in checkExprLifetimeImpl()
|