Home
last modified time | relevance | path

Searched refs:getCombinerObjective (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCombiner.cpp126 CombinerObjective getCombinerObjective(unsigned Pattern);
301 CombinerObjective MachineCombiner::getCombinerObjective(unsigned Pattern) { in getCombinerObjective() function in MachineCombiner
311 return TII->getCombinerObjective(Pattern); in getCombinerObjective()
374 if (getCombinerObjective(Pattern) == CombinerObjective::MustReduceDepth) { in improvesCriticalPathLen()
646 getCombinerObjective(P) == in combineInstructions()
H A DTargetInstrInfo.cpp949 TargetInstrInfo::getCombinerObjective(unsigned Pattern) const { in getCombinerObjective() function in TargetInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h255 CombinerObjective getCombinerObjective(unsigned Pattern) const override;
H A DRISCVInstrInfo.cpp2155 CombinerObjective RISCVInstrInfo::getCombinerObjective(unsigned Pattern) const { in getCombinerObjective() function in RISCVInstrInfo
2163 return TargetInstrInfo::getCombinerObjective(Pattern); in getCombinerObjective()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h429 CombinerObjective getCombinerObjective(unsigned Pattern) const override;
H A DAArch64InstrInfo.cpp6599 AArch64InstrInfo::getCombinerObjective(unsigned Pattern) const { in getCombinerObjective() function in AArch64InstrInfo
6605 return TargetInstrInfo::getCombinerObjective(Pattern); in getCombinerObjective()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h377 CombinerObjective getCombinerObjective(unsigned Pattern) const override;
H A DPPCInstrInfo.cpp740 CombinerObjective PPCInstrInfo::getCombinerObjective(unsigned Pattern) const { in getCombinerObjective() function in PPCInstrInfo
749 return TargetInstrInfo::getCombinerObjective(Pattern); in getCombinerObjective()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1243 virtual CombinerObjective getCombinerObjective(unsigned Pattern) const;