Home
last modified time | relevance | path

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

123

/llvm-project/llvm/utils/TableGen/
H A DARMTargetDefEmitter.cpp
H A DRISCVTargetDefEmitter.cpp
H A DX86InstrMappingEmitter.cpp161 isInteresting(const Record * Rec) isInteresting() argument
181 const Record *Rec = Inst->TheDef; emitCompressEVEXTable() local
212 const Record *Rec = Inst->TheDef; emitCompressEVEXTable() local
272 const Record *Rec = Inst->TheDef; emitNFTransformTable() local
314 const Record *Rec = Inst->TheDef; emitND2NonNDTable() local
[all...]
H A DX86RecognizableInstr.cpp43 bool X86Disassembler::isRegisterOperand(const Record *Rec) { in isRegisterOperand() argument
48 bool X86Disassembler::isMemoryOperand(const Record *Rec) { in isMemoryOperand() argument
53 bool X86Disassembler::isImmediateOperand(const Record *Rec) { in isImmediateOperand() argument
112 const Record *Rec = insn.TheDef; RecognizableInstrBase() local
[all...]
H A DCompressInstEmitter.cpp199 addDagOperandMapping(Record * Rec,DagInit * Dag,CodeGenInstruction & Inst,IndexedMap<OpData> & OperandMap,bool IsSourceInst) 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 DPseudoLoweringEmitter.cpp74 addDagOperandMapping(Record * Rec,DagInit * Dag,CodeGenInstruction & Insn,IndexedMap<OpData> & OperandMap,unsigned BaseIdx) addDagOperandMapping() argument
132 evaluateExpansion(Record * Rec) evaluateExpansion() argument
[all...]
H A DDirectiveEmitter.cpp
H A DInstrInfoEmitter.cpp686 for (const Record *Rec : TIIPredicates) { emitMCIIHelperMethods() local
708 for (const Record *Rec : TIIPredicates) { emitMCIIHelperMethods() local
900 for (const Record *Rec : TIIPredicates) { emitTIIHelperMethods() local
[all...]
/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 assert(!Rec.empty() && "Attempting to write an empty type record shifts " in commit() local
/llvm-project/llvm/lib/TableGen/
H A DDetailedRecordsBackend.cpp105 SrcMgr.getFormattedLocationNoOffset(Rec->getLoc().front())); in printRecords() local
124 printDefms(Record * Rec,raw_ostream & OS) printDefms() argument
137 printTemplateArgs(Record * Rec,raw_ostream & OS) printTemplateArgs() argument
158 printSuperclasses(Record * Rec,raw_ostream & OS) printSuperclasses() argument
177 printFields(Record * Rec,raw_ostream & OS) printFields() argument
[all...]
H A DError.cpp71 PrintFatalNote(const Record * Rec,const Twine & Msg) PrintFatalNote() argument
113 PrintError(const Record * Rec,const Twine & Msg) PrintError() argument
141 PrintFatalError(const Record * Rec,const Twine & Msg) PrintFatalError() argument
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
208 TGVarScope *PushScope(Record *Rec) { in PushScope() argument
[all...]
/llvm-project/llvm/utils/TableGen/Common/
H A DPredicateExpander.cpp258 expandPredicate(SS, Rec); in expandReturnStatement() argument
155 for (const Record *Rec : Opcodes) { expandCheckOpcode() local
193 for (const Record *Rec : Sequence) { expandPredicateSequence() local
269 expandOpcodeSwitchCase(raw_ostream & OS,const Record * Rec) expandOpcodeSwitchCase() argument
290 for (const Record *Rec : Cases) { expandOpcodeSwitchStatement() local
310 expandStatement(raw_ostream & OS,const Record * Rec) expandStatement() argument
326 expandPredicate(raw_ostream & OS,const Record * Rec) expandPredicate() argument
437 const Record *Rec = Fn.getDeclaration(); expandHeader() local
578 const Record *Rec = Fn.getDeclaration(); expandSTIPredicate() local
[all...]
H A DCodeGenInstruction.cpp78 const Record *Rec = Arg->getDef(); in CGIOperandList() local
301 ParseConstraint(StringRef CStr,CGIOperandList & Ops,Record * Rec) ParseConstraint() argument
394 ParseConstraints(StringRef CStr,CGIOperandList & Ops,Record * Rec) ParseConstraints() argument
[all...]
H A DCodeGenInstAlias.cpp155 Record *Rec = getRecord(); getMINumOperands() local
H A DCodeGenTarget.cpp46 MVT::SimpleValueType llvm::getValueType(const Record *Rec) { in getValueType() argument
289 const Record *Rec = Records.getDef(Name); GetInstByName() local
/llvm-project/clang/test/SemaCXX/
H A Dflexible-array-test.cpp17 struct Rec { struct
18 …-warning-re {{variable sized type '{{.*}}' not at the end of a struct or class is a GNU extension}}
21 int x;
/llvm-project/clang/lib/Sema/
H A DSemaBPF.cpp182 if (auto *Rec = dyn_cast<RecordDecl>(D)) in handlePreserveAIRecord() local
188 auto *Rec = cast<RecordDecl>(D); in handlePreserveAccessIndexAttr() local
/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()
/llvm-project/llvm/unittests/XRay/
H A DFDRProducerConsumerTest.cpp93 std::unique_ptr<Record> Rec; member in llvm::xray::__anon70bf7ffe0111::RoundTripTest
116 std::unique_ptr<Record> Rec; member in llvm::xray::__anon70bf7ffe0111::RoundTripTestV5
/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 = Msg->getInstanceReceiver(); in rewriteToArraySubscriptSet() local
267 const Expr *Rec = Msg->getInstanceReceiver(); in rewriteToDictionarySubscriptSet() local
/llvm-project/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp133 std::optional<CVType> Rec = (Ids && RefKind == TiRefKind::IndexRef) in markReferencedTypes() local
/llvm-project/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp85 RewritesReceiver Rec(Rewrite); WriteFixedFiles() local
/llvm-project/clang/utils/TableGen/
H A DClangOpcodesEmitter.cpp63 std::function<void(size_t, const Twine &)> Rec; in Enumerate() local
306 Rec = [this, &Rec, &OS, Types, &Args, R, &TS, N, in EmitGroup() local
[all...]

123