Home
last modified time | relevance | path

Searched refs:tryCombineAll (Results 1 – 15 of 15) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64O0PreLegalizerCombiner.cpp60 bool tryCombineAll(MachineInstr &I) const override;
88 bool AArch64O0PreLegalizerCombinerImpl::tryCombineAll(MachineInstr &MI) const { in tryCombineAll() function in __anonf1da70f30111::AArch64O0PreLegalizerCombinerImpl
H A DAArch64PreLegalizerCombiner.cpp739 bool tryCombineAll(MachineInstr &I) const override;
768 bool AArch64PreLegalizerCombinerImpl::tryCombineAll(MachineInstr &MI) const { in tryCombineAll() function in __anon07aa2e140111::AArch64PreLegalizerCombinerImpl
H A DAArch64PostLegalizerCombiner.cpp458 bool tryCombineAll(MachineInstr &I) const override;
H A DAArch64PostLegalizerLowering.cpp1220 bool tryCombineAll(MachineInstr &I) const override;
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombiner.h59 virtual bool tryCombineAll(MachineInstr &I) const = 0;
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp62 bool tryCombineAll(MachineInstr &I) const override;
104 bool AMDGPUPreLegalizerCombinerImpl::tryCombineAll(MachineInstr &MI) const { in tryCombineAll() function in __anon2897de9b0111::AMDGPUPreLegalizerCombinerImpl
H A DAMDGPUPostLegalizerCombiner.cpp64 bool tryCombineAll(MachineInstr &I) const override;
144 bool AMDGPUPostLegalizerCombinerImpl::tryCombineAll(MachineInstr &MI) const { in tryCombineAll() function in __anon8e2f5cfa0111::AMDGPUPostLegalizerCombinerImpl
H A DAMDGPURegBankCombiner.cpp65 bool tryCombineAll(MachineInstr &I) const override;
/src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsPreLegalizerCombiner.cpp59 bool tryCombineAll(MachineInstr &MI) const override { in tryCombineAll() function in __anoneb5506710111::MipsPreLegalizerCombinerImpl
H A DMipsPostLegalizerCombiner.cpp59 bool tryCombineAll(MachineInstr &I) const override;
/src/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVO0PreLegalizerCombiner.cpp56 bool tryCombineAll(MachineInstr &I) const override;
H A DRISCVPostLegalizerCombiner.cpp64 bool tryCombineAll(MachineInstr &I) const override;
H A DRISCVPreLegalizerCombiner.cpp59 bool tryCombineAll(MachineInstr &I) const override;
/src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombiner.cpp175 Changed |= tryCombineAll(*CurrInst); in combineMachineInstrs()
/src/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td59 // Combiners can use this so they're free to define tryCombineAll themselves
61 string CombineAllMethodName = "tryCombineAll";