Searched defs:SchedModels (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenTarget.h | 74 mutable std::unique_ptr<CodeGenSchedModels> SchedModels; global() variable
|
H A D | CodeGenSchedule.cpp | 1332 CodeGenSchedModels &SchedModels; global() member in __anon0b422d480b11::PredTransitions 1644 addSequences(CodeGenSchedModels & SchedModels,const SmallVectorImpl<SmallVector<unsigned,4>> & Seqs,IdxVec & Result,bool IsRead) addSequences() argument 1659 dumpTransition(const CodeGenSchedModels & SchedModels,const CodeGenSchedClass & FromSC,const CodeGenSchedTransition & SCTrans,const RecVec & Preds) dumpTransition() argument 1673 inferFromTransitions(ArrayRef<PredTransition> LastTransitions,unsigned FromClassIdx,CodeGenSchedModels & SchedModels) inferFromTransitions() argument [all...] |
/llvm-project/llvm/utils/TableGen/ |
H A D | SubtargetEmitter.cpp | 84 CodeGenSchedModels &SchedModels; global() member in __anon826bf0990111::SubtargetEmitter 1644 collectVariantClasses(const CodeGenSchedModels & SchedModels,IdxVec & VariantClasses,bool OnlyExpandMCInstPredicates) collectVariantClasses() argument [all...] |
H A D | InstrInfoEmitter.cpp | 53 const CodeGenSchedModels &SchedModels; global() member in __anon24da53440111::InstrInfoEmitter
|