Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp70 RetainedKnowledge canonicalizedKnowledge(RetainedKnowledge RK, in canonicalizedKnowledge() argument
72 switch (RK.AttrKind) { in canonicalizedKnowledge()
74 return RK; in canonicalizedKnowledge()
76 RK.WasOn = getUnderlyingObject(RK.WasOn); in canonicalizedKnowledge()
77 return RK; in canonicalizedKnowledge()
79 Value *V = RK.WasOn->stripInBoundsOffsets([&](const Value *Strip) { in canonicalizedKnowledge()
81 RK.ArgValue = in canonicalizedKnowledge()
82 MinAlign(RK.ArgValue, GEP->getMaxPreservedAlignment(DL).value()); in canonicalizedKnowledge()
84 RK.WasOn = V; in canonicalizedKnowledge()
85 return RK; in canonicalizedKnowledge()
[all …]
H A DMemoryOpRemark.cpp114 StringRef MemoryOpRemark::remarkName(RemarkKind RK) const { in remarkName()
115 switch (RK) { in remarkName()
402 StringRef AutoInitRemark::remarkName(RemarkKind RK) const { in remarkName()
403 switch (RK) { in remarkName()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp54 RecordKeeperImpl(RecordKeeper &RK) in RecordKeeperImpl()
55 : SharedBitRecTy(RK), SharedIntRecTy(RK), SharedStringRecTy(RK), in RecordKeeperImpl()
56 SharedDagRecTy(RK), AnyRecord(RK, 0), TheUnsetInit(RK), in RecordKeeperImpl()
109 ListTy = new (RK.getImpl().Allocator) ListRecTy(this); in getListTy()
120 BitRecTy *BitRecTy::get(RecordKeeper &RK) { in get() argument
121 return &RK.getImpl().SharedBitRecTy; in get()
132 BitsRecTy *BitsRecTy::get(RecordKeeper &RK, unsigned Sz) { in get() argument
133 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get()
138 Ty = new (RKImpl.Allocator) BitsRecTy(RK, Sz); in get()
153 IntRecTy *IntRecTy::get(RecordKeeper &RK) { in get() argument
[all …]
H A DTableGenBackendSkeleton.cpp35 SkeletonEmitter(RecordKeeper &RK) : Records(RK) {}
58 static void EmitSkeleton(RecordKeeper &RK, raw_ostream &OS) {
60 SkeletonEmitter(RK).run(OS); in EmitSkeleton()
36 SkeletonEmitter(RecordKeeper & RK) SkeletonEmitter() argument
59 EmitSkeleton(RecordKeeper & RK,raw_ostream & OS) EmitSkeleton() argument
H A DDetailedRecordsBackend.cpp42 DetailedRecordsEmitter(RecordKeeper &RK) : Records(RK) {} in DetailedRecordsEmitter() argument
198 void EmitDetailedRecords(RecordKeeper &RK, raw_ostream &OS) { in EmitDetailedRecords() argument
200 DetailedRecordsEmitter(RK).run(OS); in EmitDetailedRecords()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAssumeBundleQueries.cpp149 RetainedKnowledge RK = in getKnowledgeFromUse()
151 if (llvm::is_contained(AttrKinds, RK.AttrKind)) in getKnowledgeFromUse()
152 return RK;
169 if (RetainedKnowledge RK = getKnowledgeFromBundle( in getKnowledgeForValue()
171 if (V != RK.WasOn) in getKnowledgeForValue()
173 if (is_contained(AttrKinds, RK.AttrKind) && in getKnowledgeForValue()
174 Filter(RK, II, &II->bundle_op_info_begin()[Elem.Index])) { in getKnowledgeForValue()
176 return RK; in getKnowledgeForValue()
186 if (RetainedKnowledge RK = in getKnowledgeForValue()
188 if (is_contained(AttrKinds, RK in getKnowledgeForValue()
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 DRISCVTargetDefEmitter.cpp166 static void emitRISCVProcs(RecordKeeper &RK, raw_ostream &OS) { in emitRISCVProcs() argument
174 RK.getAllDerivedDefinitionsIfDefined("RISCVProcessorModel")) { in emitRISCVProcs()
205 RK.getAllDerivedDefinitionsIfDefined("RISCVTuneProcessorModel")) { in emitRISCVProcs()
213 static void emitRISCVExtensionBitmask(RecordKeeper &RK, raw_ostream &OS) { in emitRISCVExtensionBitmask() argument
216 RK.getAllDerivedDefinitionsIfDefined("RISCVExtensionBitmask"); in emitRISCVExtensionBitmask()
248 static void EmitRISCVTargetDef(RecordKeeper &RK, raw_ostream &OS) { in EmitRISCVTargetDef() argument
249 emitRISCVExtensions(RK, OS); in EmitRISCVTargetDef()
250 emitRISCVProfiles(RK, OS); in EmitRISCVTargetDef()
251 emitRISCVProcs(RK, OS); in EmitRISCVTargetDef()
252 emitRISCVExtensionBitmask(RK, OS); in EmitRISCVTargetDef()
H A DARMTargetDefEmitter.cpp54 static void EmitARMTargetDef(RecordKeeper &RK, raw_ostream &OS) { in EmitARMTargetDef() argument
59 auto gatherSubtargetFeatureFieldValues = [&RK](StringRef FieldName) { in EmitARMTargetDef()
61 for (const Record *Rec : RK.getAllDerivedDefinitions("SubtargetFeature")) { in EmitARMTargetDef()
71 RK.getAllDerivedDefinitions("Extension"); in EmitARMTargetDef()
104 if (!RK.getClass("Architecture64")) in EmitARMTargetDef()
143 auto FMVExts = RK.getAllDerivedDefinitionsIfDefined("FMVExtension"); in EmitARMTargetDef()
193 auto Architectures = RK.getAllDerivedDefinitionsIfDefined("Architecture64"); in EmitARMTargetDef()
253 for (const Record *Rec : RK.getAllDerivedDefinitions("ProcessorModel")) in EmitARMTargetDef()
257 for (const Record *Rec : RK.getAllDerivedDefinitions("ProcessorAlias")) { in EmitARMTargetDef()
282 for (const Record *Rec : RK.getAllDerivedDefinitions("ProcessorModel")) { in EmitARMTargetDef()
[all …]
H A DExegesisEmitter.cpp33 ExegesisEmitter(RecordKeeper &RK);
98 ExegesisEmitter::ExegesisEmitter(RecordKeeper &RK) in ExegesisEmitter()
99 : Records(RK), PfmCounterNameTable(collectPfmCounters(RK)) { in ExegesisEmitter()
93 ExegesisEmitter(RecordKeeper & RK) ExegesisEmitter() argument
H A DTableGenBackends.h64 void EmitMapTable(RecordKeeper &RK, raw_ostream &OS);
67 void EmitDecoder(RecordKeeper &RK, raw_ostream &OS,
H A DIntrinsicEmitter.cpp394 uint32_t RK = R->ME.toIntValue(); in compareFnAttributes() local
395 if (LK != RK) in compareFnAttributes()
396 return (LK > RK); in compareFnAttributes()
712 static void EmitIntrinsicEnums(RecordKeeper &RK, raw_ostream &OS) { in EmitIntrinsicEnums() argument
713 IntrinsicEmitter(RK).run(OS, /*Enums=*/true); in EmitIntrinsicEnums()
719 static void EmitIntrinsicImpl(RecordKeeper &RK, raw_ostream &OS) { in EmitIntrinsicImpl() argument
720 IntrinsicEmitter(RK).run(OS, /*Enums=*/false); in EmitIntrinsicImpl()
H A DGlobalISelEmitter.cpp317 explicit GlobalISelEmitter(RecordKeeper &RK);
338 const RecordKeeper &RK; member in __anon868ebc530111::GlobalISelEmitter
487 for (Record *Equiv : RK.getAllDerivedDefinitions("GINodeEquiv")) in gatherNodeEquivs()
491 for (Record *Equiv : RK.getAllDerivedDefinitions("GIComplexPatternEquiv")) { in gatherNodeEquivs()
499 for (Record *Equiv : RK.getAllDerivedDefinitions("GISDNodeXFormEquiv")) { in gatherNodeEquivs()
539 GlobalISelEmitter::GlobalISelEmitter(RecordKeeper &RK) in GlobalISelEmitter() argument
540 : GlobalISelMatchTableExecutorEmitter(), RK(RK), CGP(RK), in GlobalISelEmitter()
732 &Target.getInstruction(RK.getDef("G_CONSTANT"))); in createAndImportSelDAGMatcher()
1150 Target.getInstruction(RK.getDef("G_BUILD_VECTOR")); in importChildMatcher()
1152 Target.getInstruction(RK.getDef("G_BUILD_VECTOR_TRUNC")); in importChildMatcher()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h75 RecordKeeper &RK; variable
80 RecTy(RecTyKind K, RecordKeeper &RK) : Kind(K), RK(RK) {} in RecTy() argument
86 RecordKeeper &getRecordKeeper() const { return RK; } in getRecordKeeper()
113 BitRecTy(RecordKeeper &RK) : RecTy(BitRecTyKind, RK) {} in BitRecTy() argument
120 static BitRecTy *get(RecordKeeper &RK);
131 explicit BitsRecTy(RecordKeeper &RK, unsigned Sz) in BitsRecTy() argument
132 : RecTy(BitsRecTyKind, RK), Size(Sz) {} in BitsRecTy()
139 static BitsRecTy *get(RecordKeeper &RK, unsigned Sz);
152 IntRecTy(RecordKeeper &RK) : RecTy(IntRecTyKind, RK) {} in IntRecTy() argument
159 static IntRecTy *get(RecordKeeper &RK);
[all …]
H A DTableGenBackend.h44 static void run(RecordKeeper &RK, raw_ostream &OS) { EmitterC(RK).run(OS); }
43 run(RecordKeeper & RK,raw_ostream & OS) run() argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandReductions.cpp61 RecurKind RK = getMinMaxReductionRecurKind(ID); in expandReductions() local
79 Rdx = getOrderedReduction(Builder, Acc, Vec, RdxOpcode, RK); in expandReductions()
84 Rdx = getShuffleReduction(Builder, Vec, RdxOpcode, RS, RK); in expandReductions()
117 Rdx = getShuffleReduction(Builder, Vec, RdxOpcode, RS, RK); in expandReductions()
132 Rdx = getShuffleReduction(Builder, Vec, RdxOpcode, RS, RK); in expandReductions()
145 Rdx = getShuffleReduction(Builder, Vec, RdxOpcode, RS, RK); in expandReductions()
/freebsd/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBTableGenBackends.h32 void EmitOptionDefs(RecordKeeper &RK, raw_ostream &OS);
33 void EmitPropertyDefs(RecordKeeper &RK, raw_ostream &OS);
34 void EmitPropertyEnumDefs(RecordKeeper &RK, raw_ostream &OS);
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangDataCollectorsEmitter.cpp7 void clang::EmitClangDataCollectors(RecordKeeper &RK, raw_ostream &OS) { in EmitClangDataCollectors() argument
8 const auto &Defs = RK.getClasses(); in EmitClangDataCollectors()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCheckExprLifetime.cpp221 ReferenceKind RK)>;
244 Expr *Init, ReferenceKind RK,
494 Expr *Init, ReferenceKind RK, in visitLocalsRetainedByReferenceBinding() argument
547 if (Visit(Path, Local(MTE), RK)) in visitLocalsRetainedByReferenceBinding()
575 Visit(Path, Local(DRE), RK); in visitLocalsRetainedByReferenceBinding()
612 visitLocalsRetainedByReferenceBinding(Path, C->getTrueExpr(), RK, Visit, in visitLocalsRetainedByReferenceBinding()
615 visitLocalsRetainedByReferenceBinding(Path, C->getFalseExpr(), RK, Visit, in visitLocalsRetainedByReferenceBinding()
623 Visit(Path, Local(CLE), RK); in visitLocalsRetainedByReferenceBinding()
675 [&](IndirectLocalPath &Path, Local L, ReferenceKind RK) -> bool { in visitLocalsRetainedByInitializer() argument
1005 ReferenceKind RK) -> bool { in checkExprLifetimeImpl() argument
[all …]
/freebsd/crypto/openssl/crypto/aria/
H A Daria.c345 #define ARIA_ADD_ROUND_KEY(RK, T0, T1, T2, T3) \ argument
347 (T0) ^= (RK)->u[0]; \
348 (T1) ^= (RK)->u[1]; \
349 (T2) ^= (RK)->u[2]; \
350 (T3) ^= (RK)->u[3]; \
442 #define _ARIA_GSRK(RK, X, Y, Q, R) \ argument
444 (RK)->u[0] = \
448 (RK)->u[1] = \
452 (RK)->u[2] = \
456 (RK)->u[3] = \
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCVTypeVisitor.cpp26 TypeRecordKind RK = static_cast<TypeRecordKind>(Record.kind()); in visitKnownRecord() local
27 T KnownRecord(RK); in visitKnownRecord()
36 TypeRecordKind RK = static_cast<TypeRecordKind>(Record.Kind); in visitKnownMember() local
37 T KnownRecord(RK); in visitKnownMember()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/HLSL/
H A DHLSLResource.cpp58 FrontendResource::FrontendResource(GlobalVariable *GV, ResourceKind RK, in FrontendResource() argument
65 ConstantAsMetadata::get(B.getInt32(static_cast<int>(RK))), in FrontendResource()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp185 llvm::hlsl::ResourceKind RK = Buf.IsCBuffer in finishCodeGen() local
188 addBufferResourceAnnotation(GV, RC, RK, /*IsROV=*/false, in finishCodeGen()
199 llvm::hlsl::ResourceKind RK, in addBufferResourceAnnotation() argument
224 GV, RK, ET, IsROV, Binding.Reg.value_or(UINT_MAX), Binding.Space); in addBufferResourceAnnotation()
289 llvm::hlsl::ResourceKind RK = HLSLResAttr->getResourceKind(); in annotateHLSLResource() local
294 addBufferResourceAnnotation(GV, RC, RK, IsROV, ET, Binding); in annotateHLSLResource()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h364 constexpr Intrinsic::ID getReductionIntrinsicID(RecurKind RK);
373 Intrinsic::ID getMinMaxReductionIntrinsicOp(RecurKind RK);
379 CmpInst::Predicate getMinMaxReductionPredicate(RecurKind RK);
383 Value *createMinMaxOp(IRBuilderBase &Builder, RecurKind RK, Value *Left,
H A DMemoryOpRemark.h56 virtual StringRef remarkName(RemarkKind RK) const;
107 StringRef remarkName(RemarkKind RK) const override;
/freebsd/sys/contrib/device-tree/Bindings/misc/
H A Datmel-ssc.txt23 clock can get from TK pin, and also can get from RK pin. So, add
25 - By default the clock is from TK pin, if the clock from RK pin, this

123