Home
last modified time | relevance | path

Searched refs:useDFAforSMS (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DTargetSubtargetInfo.h261 virtual bool useDFAforSMS() const { return true; } in useDFAforSMS() function
DMachinePipeliner.h450 : STI(ST), SM(ST->getSchedModel()), UseDFA(ST->useDFAforSMS()), in ResourceManager()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCSubtarget.cpp197 bool PPCSubtarget::useDFAforSMS() const { return false; } in useDFAforSMS() function in PPCSubtarget
DPPCSubtarget.h362 bool useDFAforSMS() const override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachinePipeliner.cpp213 if (mf.getSubtarget().useDFAforSMS() && in INITIALIZE_PASS_DEPENDENCY()