Home
last modified time | relevance | path

Searched refs:isGISelCSEEnabled (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h361 virtual bool isGISelCSEEnabled() const; in addPreISel()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizer.cpp326 : TPC.isGISelCSEEnabled(); in runOnMachineFunction()
H A DIRTranslator.cpp3843 : TPC->isGISelCSEEnabled(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp1550 bool TargetPassConfig::isGISelCSEEnabled() const { in isGISelCSEEnabled() function in TargetPassConfig