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.cpp123 CombinerObjective getCombinerObjective(unsigned Pattern);
298 CombinerObjective MachineCombiner::getCombinerObjective(unsigned Pattern) { in getCombinerObjective() function in MachineCombiner
308 return TII->getCombinerObjective(Pattern); in getCombinerObjective()
371 if (getCombinerObjective(Pattern) == CombinerObjective::MustReduceDepth) { in improvesCriticalPathLen()
643 getCombinerObjective(P) == in combineInstructions()
H A DTargetInstrInfo.cpp1176 TargetInstrInfo::getCombinerObjective(unsigned Pattern) const { in getCombinerObjective() function in TargetInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h264 CombinerObjective getCombinerObjective(unsigned Pattern) const override;
H A DRISCVInstrInfo.cpp2574 CombinerObjective RISCVInstrInfo::getCombinerObjective(unsigned Pattern) const { in getCombinerObjective() function in RISCVInstrInfo
2582 return TargetInstrInfo::getCombinerObjective(Pattern); in getCombinerObjective()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h487 CombinerObjective getCombinerObjective(unsigned Pattern) const override;
H A DPPCInstrInfo.cpp738 CombinerObjective PPCInstrInfo::getCombinerObjective(unsigned Pattern) const { in getCombinerObjective() function in PPCInstrInfo
747 return TargetInstrInfo::getCombinerObjective(Pattern); in getCombinerObjective()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h435 CombinerObjective getCombinerObjective(unsigned Pattern) const override;
H A DAArch64InstrInfo.cpp7395 AArch64InstrInfo::getCombinerObjective(unsigned Pattern) const { in getCombinerObjective() function in AArch64InstrInfo
7401 return TargetInstrInfo::getCombinerObjective(Pattern); in getCombinerObjective()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1274 virtual CombinerObjective getCombinerObjective(unsigned Pattern) const;