/llvm-project/llvm/utils/TableGen/ |
H A D | ARMTargetDefEmitter.cpp |
|
H A D | RISCVTargetDefEmitter.cpp |
|
H A D | X86InstrMappingEmitter.cpp | 161 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 D | X86RecognizableInstr.cpp | 43 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 D | CompressInstEmitter.cpp | 199 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 D | PseudoLoweringEmitter.cpp | 74 addDagOperandMapping(Record * Rec,DagInit * Dag,CodeGenInstruction & Insn,IndexedMap<OpData> & OperandMap,unsigned BaseIdx) addDagOperandMapping() argument 132 evaluateExpansion(Record * Rec) evaluateExpansion() argument [all...] |
H A D | DirectiveEmitter.cpp |
|
H A D | InstrInfoEmitter.cpp | 686 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 D | TpiHashing.cpp | 27 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 D | TpiStreamBuilder.cpp | 186 assert(!Rec.empty() && "Attempting to write an empty type record shifts " in commit() local
|
/llvm-project/llvm/lib/TableGen/ |
H A D | DetailedRecordsBackend.cpp | 105 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 D | Error.cpp | 71 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 D | TGParser.h | 41 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 D | PredicateExpander.cpp | 258 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 D | CodeGenInstruction.cpp | 78 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 D | CodeGenInstAlias.cpp | 155 Record *Rec = getRecord(); getMINumOperands() local
|
H A D | CodeGenTarget.cpp | 46 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 D | flexible-array-test.cpp | 17 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 D | SemaBPF.cpp | 182 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 D | TransRetainReleaseDealloc.cpp | 183 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 D | FDRProducerConsumerTest.cpp | 93 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 D | RewriteObjCFoundationAPI.cpp | 44 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 D | TypeReferenceTracker.cpp | 133 std::optional<CVType> Rec = (Ids && RefKind == TiRefKind::IndexRef) in markReferencedTypes() local
|
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | FixItRewriter.cpp | 85 RewritesReceiver Rec(Rewrite); WriteFixedFiles() local
|
/llvm-project/clang/utils/TableGen/ |
H A D | ClangOpcodesEmitter.cpp | 63 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...] |