Searched defs:Rec (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiHashing.cpp27 static uint32_t getHashForUdt(const TagRecord &Rec, argument
43 static Expected<uint32_t> getHashForUdt(const CVType &Rec) { argument
52 static Expected<TagRecordHash> getTagRecordHashForUdt(const CVType &Rec) { argument
78 getSourceLineHash(const CVType &Rec) argument
105 hashTypeRecord(const CVType &Rec) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpcodesEmitter.cpp66 std::function<void(size_t, const Twine &)> Rec; local
266 std::function<void(size_t, const Twine &)> Rec; local
[all...]
H A DClangOpenCLBuiltinEmitter.cpp533 const Record *Rec = SignatureList[Index].first; local
H A DMveEmitter.cpp1283 Record *Rec = DI->getDef(); local
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp130 Optional<CVType> Rec = (Ids && RefKind == TiRefKind::IndexRef) local
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DInfoByHwMode.cpp109 ValueTypeByHwMode llvm::getValueTypeByHwMode(Record *Rec, argument
H A DPseudoLoweringEmitter.cpp73 addDagOperandMapping(Record *Rec, DagInit *Dag, CodeGenInstruction &Insn, argument
121 void PseudoLoweringEmitter::evaluateExpansion(Record *Rec) { argument
[all...]
H A DPredicateExpander.cpp216 expandReturnStatement(raw_ostream &OS, const Record *Rec) argument
228 expandOpcodeSwitchCase(raw_ostream &OS, const Record *Rec) argument
271 expandStatement(raw_ostream &OS, const Record *Rec) argument
287 expandPredicate(raw_ostream &OS, const Record *Rec) argument
377 const Record *Rec = Fn.getDeclaration(); local
517 const Record *Rec = Fn.getDeclaration(); local
[all...]
H A DX86EVEX2VEXTablesEmitter.cpp146 static inline bool isRegisterOperand(const Record *Rec) { argument
151 static inline bool isMemoryOperand(const Record *Rec) { argument
156 static inline bool isImmediateOperand(const Record *Rec) { argument
[all...]
H A DCodeGenInstruction.cpp76 Record *Rec = Arg->getDef(); local
234 ParseConstraint(const std::string &CStr, CGIOperandList &Ops, Record *Rec) argument
328 ParseConstraints(const std::string &CStr, CGIOperandList &Ops, Record *Rec) argument
[all...]
H A DCodeGenTarget.cpp45 MVT::SimpleValueType llvm::getValueType(Record *Rec) { argument
438 const Record *Rec = Records.getDef(Name); local
H A DDAGISelMatcherEmitter.cpp148 unsigned getNodeXFormID(Record *Rec) { argument
H A DCodeGenInstruction.h79 Record *Rec; member in struct:llvm::CGIOperandList::OperandInfo
H A DRISCVCompressInstEmitter.cpp190 addDagOperandMapping( Record *Rec, DagInit *Dag, CodeGenInstruction &Inst, IndexedMap<OpData> &OperandMap, bool IsSourceInst) argument
300 createDagOperandMapping( Record *Rec, StringMap<unsigned> &SourceOperands, StringMap<unsigned> &DestOperands, DagInit *SourceDag, DagInit *DestDag, IndexedMap<OpData> &SourceOperandMap) argument
347 createInstOperandMapping( Record *Rec, DagInit *SourceDag, DagInit *DestDag, IndexedMap<OpData> &SourceOperandMap, IndexedMap<OpData> &DestOperandMap, StringMap<unsigned> &SourceOperands, CodeGenInstruction &DestInst) argument
416 evaluateCompressPat(Record *Rec) argument
514 getPredicates(DenseMap<const Record *, unsigned> &PredicateMap, std::vector<const Record *> &Predicates, Record *Rec, StringRef Name) argument
[all...]
H A DSearchableTableEmitter.cpp199 static int64_t getNumericKey(const SearchIndex &Index, Record *Rec) { argument
H A DX86RecognizableInstr.h164 const Record* Rec; member in class:llvm::X86Disassembler::RecognizableInstr
H A DAsmWriterEmitter.cpp870 const Record *Rec = RO.getRecord(); local
[all...]
H A DCodeGenSchedule.h383 STIPredicateFunction(const Record *Rec) : FunctionDeclaration(Rec) {} argument
H A DSubtargetEmitter.cpp694 Record *Rec = RC.RCDef; local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DCXXInheritance.h229 void setOrigin(const CXXRecordDecl *Rec) { Origin = Rec; } argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp183 Expr *Rec = E->getInstanceReceiver(); local
204 Expr *Rec = E->getInstanceReceiver(); local
325 checkForGCDOrXPC(ObjCMessageExpr *Msg, Expr *&RecContainer, Expr *&Rec, SourceRange &RecRange) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp225 Record *Rec = Records.getDef(OS.str()); variable
H A DTGParser.h41 std::unique_ptr<Record> Rec; member in struct:llvm::RecordsEntry
47 RecordsEntry(std::unique_ptr<Record> Rec) : Rec(std::move(Rec)) {} argument
117 Record Rec; // Placeholder for template args and Name. member in struct:llvm::MultiClass
/freebsd-13-stable/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp159 const Expr *Rec = Msg->getInstanceReceiver(); local
184 const Expr *Rec = Msg->getInstanceReceiver(); local
232 const Expr *Rec local
266 const Expr *Rec = Msg->getInstanceReceiver(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h848 const SCEVAddRecExpr *Rec = cast<SCEVAddRecExpr>(Res); local

Completed in 316 milliseconds

12