Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineCombiner.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()
HDTargetInstrInfo.cpp949 TargetInstrInfo::getCombinerObjective(unsigned Pattern) const { in getCombinerObjective() function in TargetInstrInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVInstrInfo.h255 CombinerObjective getCombinerObjective(unsigned Pattern) const override;
HDRISCVInstrInfo.cpp2155 CombinerObjective RISCVInstrInfo::getCombinerObjective(unsigned Pattern) const { in getCombinerObjective() function in RISCVInstrInfo
2163 return TargetInstrInfo::getCombinerObjective(Pattern); in getCombinerObjective()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCInstrInfo.h377 CombinerObjective getCombinerObjective(unsigned Pattern) const override;
HDPPCInstrInfo.cpp740 CombinerObjective PPCInstrInfo::getCombinerObjective(unsigned Pattern) const { in getCombinerObjective() function in PPCInstrInfo
749 return TargetInstrInfo::getCombinerObjective(Pattern); in getCombinerObjective()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64InstrInfo.h429 CombinerObjective getCombinerObjective(unsigned Pattern) const override;
HDAArch64InstrInfo.cpp6599 AArch64InstrInfo::getCombinerObjective(unsigned Pattern) const { in getCombinerObjective() function in AArch64InstrInfo
6605 return TargetInstrInfo::getCombinerObjective(Pattern); in getCombinerObjective()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetInstrInfo.h1243 virtual CombinerObjective getCombinerObjective(unsigned Pattern) const;