Home
last modified time | relevance | path

Searched refs:DoRegPressureReduce (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCombiner.cpp591 bool DoRegPressureReduce = in combineInstructions() local
624 if (!TII->getMachineCombinerPatterns(MI, Patterns, DoRegPressureReduce)) in combineInstructions()
660 if (DoRegPressureReduce && in combineInstructions()
H A DTargetInstrInfo.cpp923 bool DoRegPressureReduce) const { in getMachineCombinerPatterns()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1784 bool DoRegPressureReduce) { in canCombineFPFusedMultiply() argument
1800 if (DoRegPressureReduce && !MRI.hasOneNonDBGUse(MI->getOperand(0).getReg())) in canCombineFPFusedMultiply()
1812 bool DoRegPressureReduce) { in getFPFusedMultiplyPatterns() argument
1819 DoRegPressureReduce)) { in getFPFusedMultiplyPatterns()
1825 DoRegPressureReduce)) { in getFPFusedMultiplyPatterns()
1835 bool DoRegPressureReduce) { in getFPPatterns() argument
1836 return getFPFusedMultiplyPatterns(Root, Patterns, DoRegPressureReduce); in getFPPatterns()
1841 bool DoRegPressureReduce) const { in getMachineCombinerPatterns()
1843 if (getFPPatterns(Root, Patterns, DoRegPressureReduce)) in getMachineCombinerPatterns()
1847 DoRegPressureReduce); in getMachineCombinerPatterns()
H A DRISCVInstrInfo.h242 bool DoRegPressureReduce) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h363 bool DoRegPressureReduce) const;
370 bool DoRegPressureReduce) const override;
H A DPPCInstrInfo.cpp353 bool DoRegPressureReduce) const { in getFMAPatterns()
473 if (DoRegPressureReduce && IsRPReductionCandidate()) { in getFMAPatterns()
742 bool DoRegPressureReduce) const { in getMachineCombinerPatterns()
748 if (getFMAPatterns(Root, Patterns, DoRegPressureReduce)) in getMachineCombinerPatterns()
752 DoRegPressureReduce); in getMachineCombinerPatterns()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h656 bool DoRegPressureReduce) const override;
H A DX86InstrInfo.cpp10592 bool DoRegPressureReduce) const { in getMachineCombinerPatterns()
10597 DoRegPressureReduce); in getMachineCombinerPatterns()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h292 bool DoRegPressureReduce) const override;
H A DAArch64InstrInfo.cpp6565 bool DoRegPressureReduce) const { in getMachineCombinerPatterns()
6582 DoRegPressureReduce); in getMachineCombinerPatterns()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1196 bool DoRegPressureReduce) const;