| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64O0PreLegalizerCombiner.cpp | 60 bool tryCombineAll(MachineInstr &I) const override; 88 bool AArch64O0PreLegalizerCombinerImpl::tryCombineAll(MachineInstr &MI) const { in tryCombineAll() function in __anon5ae5cd540111::AArch64O0PreLegalizerCombinerImpl
|
| H A D | AArch64PreLegalizerCombiner.cpp | 688 bool tryCombineAll(MachineInstr &I) const override; 717 bool AArch64PreLegalizerCombinerImpl::tryCombineAll(MachineInstr &MI) const { in tryCombineAll() function in __anon0fc0fe350111::AArch64PreLegalizerCombinerImpl
|
| H A D | AArch64PostLegalizerCombiner.cpp | 401 bool tryCombineAll(MachineInstr &I) const override;
|
| H A D | AArch64PostLegalizerLowering.cpp | 1219 bool tryCombineAll(MachineInstr &I) const override;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | Combiner.h | 59 virtual bool tryCombineAll(MachineInstr &I) const = 0;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPreLegalizerCombiner.cpp | 62 bool tryCombineAll(MachineInstr &I) const override; 104 bool AMDGPUPreLegalizerCombinerImpl::tryCombineAll(MachineInstr &MI) const { in tryCombineAll() function in __anon9fd51dbc0111::AMDGPUPreLegalizerCombinerImpl
|
| H A D | AMDGPUPostLegalizerCombiner.cpp | 64 bool tryCombineAll(MachineInstr &I) const override; 143 bool AMDGPUPostLegalizerCombinerImpl::tryCombineAll(MachineInstr &MI) const { in tryCombineAll() function in __anoned14803b0111::AMDGPUPostLegalizerCombinerImpl
|
| H A D | AMDGPURegBankCombiner.cpp | 65 bool tryCombineAll(MachineInstr &I) const override;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsPreLegalizerCombiner.cpp | 59 bool tryCombineAll(MachineInstr &MI) const override { in tryCombineAll() function in __anon86b5dd120111::MipsPreLegalizerCombinerImpl
|
| H A D | MipsPostLegalizerCombiner.cpp | 59 bool tryCombineAll(MachineInstr &I) const override;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
| H A D | RISCVO0PreLegalizerCombiner.cpp | 56 bool tryCombineAll(MachineInstr &I) const override;
|
| H A D | RISCVPreLegalizerCombiner.cpp | 59 bool tryCombineAll(MachineInstr &I) const override;
|
| H A D | RISCVPostLegalizerCombiner.cpp | 64 bool tryCombineAll(MachineInstr &I) const override;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Combiner.cpp | 165 Changed |= tryCombineAll(*CurrInst); in combineMachineInstrs()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/ |
| H A D | Combine.td | 59 // Combiners can use this so they're free to define tryCombineAll themselves 61 string CombineAllMethodName = "tryCombineAll";
|