Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineCombiner.cpp600 bool DoRegPressureReduce = in combineInstructions() local
633 if (!TII->getMachineCombinerPatterns(MI, Patterns, DoRegPressureReduce)) in combineInstructions()
675 if (DoRegPressureReduce && in combineInstructions()
H A DTargetInstrInfo.cpp777 bool DoRegPressureReduce) const { in getMachineCombinerPatterns()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h450 bool DoRegPressureReduce) const;
457 bool DoRegPressureReduce) const override;
H A DPPCInstrInfo.cpp369 bool DoRegPressureReduce) const { in getFMAPatterns()
490 if (DoRegPressureReduce && IsRPReductionCandidate()) { in getFMAPatterns()
761 bool DoRegPressureReduce) const { in getMachineCombinerPatterns()
767 if (getFMAPatterns(Root, Patterns, DoRegPressureReduce)) in getMachineCombinerPatterns()
771 DoRegPressureReduce); in getMachineCombinerPatterns()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h263 bool DoRegPressureReduce) const override;
H A DAArch64InstrInfo.cpp5416 bool DoRegPressureReduce) const { in getMachineCombinerPatterns()
5431 DoRegPressureReduce); in getMachineCombinerPatterns()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1132 bool DoRegPressureReduce) const;