Home
last modified time | relevance | path

Searched defs:Rec (Results 1 – 25 of 63) sorted by relevance

123

/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiHashing.cpp27 static uint32_t getHashForUdt(const TagRecord &Rec, in getHashForUdt()
43 static Expected<uint32_t> getHashForUdt(const CVType &Rec) { in getHashForUdt()
52 static Expected<TagRecordHash> getTagRecordHashForUdt(const CVType &Rec) { in getTagRecordHashForUdt()
78 static Expected<uint32_t> getSourceLineHash(const CVType &Rec) { in getSourceLineHash()
105 Expected<uint32_t> llvm::pdb::hashTypeRecord(const CVType &Rec) { in hashTypeRecord()
H A DTpiStreamBuilder.cpp186 for (auto Rec : TypeRecBuffers) { in commit() local
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DRISCVTargetDefEmitter.cpp28 getMArch(const Record & Rec) getMArch() argument
56 for (const Record *Rec : RK.getAllDerivedDefinitions("RISCVProcessorModel")) { EmitRISCVTargetDef() local
79 for (const Record *Rec : EmitRISCVTargetDef() local
[all...]
H A DPredicateExpander.cpp
H A DX86RecognizableInstr.cpp42 isRegisterOperand(const Record * Rec) isRegisterOperand() argument
47 isMemoryOperand(const Record * Rec) isMemoryOperand() argument
52 isImmediateOperand(const Record * Rec) isImmediateOperand() argument
111 const Record *Rec = insn.TheDef; RecognizableInstrBase() local
[all...]
H A DCodeGenInstruction.cpp
H A DCompressInstEmitter.cpp199 void CompressInstEmitter::addDagOperandMapping(Record *Rec, DagInit *Dag, in addDagOperandMapping() argument
307 createDagOperandMapping(Record * Rec,StringMap<unsigned> & SourceOperands,StringMap<unsigned> & DestOperands,DagInit * SourceDag,DagInit * DestDag,IndexedMap<OpData> & SourceOperandMap) createDagOperandMapping() argument
354 createInstOperandMapping(Record * Rec,DagInit * SourceDag,DagInit * DestDag,IndexedMap<OpData> & SourceOperandMap,IndexedMap<OpData> & DestOperandMap,StringMap<unsigned> & SourceOperands,CodeGenInstruction & DestInst) createInstOperandMapping() argument
423 evaluateCompressPat(Record * Rec) evaluateCompressPat() argument
525 getPredicates(DenseMap<const Record *,unsigned> & PredicateMap,std::vector<const Record * > & Predicates,Record * Rec,StringRef Name) getPredicates() argument
[all...]
H A DX86CompressEVEXTablesEmitter.cpp
H A DDirectiveEmitter.cpp295 BaseRecord Rec{R}; in GenerateGetKind() local
49 BaseRecord Rec{R}; GenerateEnumClass() local
65 BaseRecord Rec{R}; GenerateEnumClass() local
258 BaseRecord Rec{R}; GenerateGetName() local
[all...]
H A DPseudoLoweringEmitter.cpp73 addDagOperandMapping(Record * Rec,DagInit * Dag,CodeGenInstruction & Insn,IndexedMap<OpData> & OperandMap,unsigned BaseIdx) addDagOperandMapping() argument
131 evaluateExpansion(Record * Rec) evaluateExpansion() argument
[all...]
H A DCodeGenTarget.cpp
H A DCodeGenInstAlias.cpp
H A DInstrInfoEmitter.cpp686 for (const Record *Rec : TIIPredicates) { in emitMCIIHelperMethods() local
708 for (const Record *Rec : TIIPredicates) { emitMCIIHelperMethods() local
902 for (const Record *Rec : TIIPredicates) { emitTIIHelperMethods() local
[all...]
H A DSubtargetEmitter.cpp1568 return Rec->isSubClassOf("MCSchedPredicate") && in emitPredicates() local
742 Record *Rec = RC.RCDef; EmitRegisterFileTables() local
1545 isTruePredicate(const Record * Rec) isTruePredicate() argument
1617 __anonb15792d80302(const Record *Rec) hasMCSchedPredicates() argument
[all...]
H A DInfoByHwMode.cpp
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/
H A DDetailedRecordsBackend.cpp105 auto *const Rec = RecPair.second.get(); in printRecords() local
124 void DetailedRecordsEmitter::printDefms(Record *Rec, raw_ostream &OS) { in printDefms()
137 void DetailedRecordsEmitter::printTemplateArgs(Record *Rec, in printTemplateArgs()
158 void DetailedRecordsEmitter::printSuperclasses(Record *Rec, raw_ostream &OS) { in printSuperclasses()
177 void DetailedRecordsEmitter::printFields(Record *Rec, raw_ostream &OS) { in printFields()
H A DError.cpp71 void PrintFatalNote(const Record *Rec, const Twine &Msg) { in PrintFatalNote()
113 void PrintError(const Record *Rec, const Twine &Msg) { in PrintError()
141 void PrintFatalError(const Record *Rec, const Twine &Msg) { in PrintFatalError()
H A DTGParser.h41 std::unique_ptr<Record> Rec; member
82 Record Rec; // Placeholder for template args and Name. member
107 TGVarScope(std::unique_ptr<TGVarScope> Parent, Record *Rec) in TGVarScope() argument
207 PushScope(Record * Rec) PushScope() argument
[all...]
H A DTGParser.cpp37 Record *Rec = nullptr; member
130 static Init *QualifiedNameOfImplicitName(Record &Rec) { in QualifiedNameOfImplicitName() argument
146 auto FindValueInArgs = [&](Record *Rec, StringInit *Name) -> Init * { in getVar() argument
522 auto Rec = std::make_unique<Record>(*E.Rec); resolve() local
543 addDefOne(std::unique_ptr<Record> Rec) addDefOne() argument
590 resolveArguments(Record * Rec,ArrayRef<ArgumentInit * > ArgValues,SMLoc Loc,ArgValueHandler ArgValueHandler) resolveArguments() argument
633 resolveArgumentsOfClass(MapResolver & R,Record * Rec,ArrayRef<ArgumentInit * > ArgValues,SMLoc Loc) resolveArgumentsOfClass() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp183 Expr *Rec = E->getInstanceReceiver(); in isReturnedAfterAutorelease() local
204 Expr *Rec = E->getInstanceReceiver(); in isPlusOneAssignBeforeOrAfterAutorelease() local
325 void checkForGCDOrXPC(ObjCMessageExpr *Msg, Expr *&RecContainer, in checkForGCDOrXPC()
/freebsd-src/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp44 if (const ObjCMessageExpr *Rec = dyn_cast<ObjCMessageExpr>( in checkForLiteralCreation() local
160 const Expr *Rec = Msg->getInstanceReceiver(); in canRewriteToSubscriptSyntax() local
185 const Expr *Rec = Msg->getInstanceReceiver(); in rewriteToSubscriptGetCommon() local
233 const Expr *Rec in rewriteToArraySubscriptSet() local
267 const Expr *Rec = Msg->getInstanceReceiver(); rewriteToDictionarySubscriptSet() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp133 std::optional<CVType> Rec = (Ids && RefKind == TiRefKind::IndexRef) in markReferencedTypes() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp85 RewritesReceiver Rec(Rewrite); in WriteFixedFiles() local
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpcodesEmitter.cpp65 std::function<void(size_t, const Twine &)> Rec; Enumerate() local
283 std::function<void(size_t, const Twine &)> Rec; EmitGroup() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DCXXInheritance.h218 void setOrigin(const CXXRecordDecl *Rec) { Origin = Rec; } in setOrigin()

123