| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64O0PreLegalizerCombiner.cpp | 57 bool tryCombineAll(MachineInstr &I) const override; 85 bool AArch64O0PreLegalizerCombinerImpl::tryCombineAll(MachineInstr &MI) const { in tryCombineAll() function in __anonf43d651e0111::AArch64O0PreLegalizerCombinerImpl
|
| H A D | AArch64PreLegalizerCombiner.cpp | 738 bool tryCombineAll(MachineInstr &I) const override; 767 bool AArch64PreLegalizerCombinerImpl::tryCombineAll(MachineInstr &MI) const { in tryCombineAll() function in __anonb5dc1b7f0111::AArch64PreLegalizerCombinerImpl
|
| H A D | AArch64PostLegalizerCombiner.cpp | 573 bool tryCombineAll(MachineInstr &I) const override;
|
| H A D | AArch64PostLegalizerLowering.cpp | 1201 bool tryCombineAll(MachineInstr &I) const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVPreLegalizerCombiner.cpp | 129 bool tryCombineAll(MachineInstr &I) const override; 158 bool SPIRVPreLegalizerCombinerImpl::tryCombineAll(MachineInstr &MI) const { in tryCombineAll() function in __anonb82eb5920111::SPIRVPreLegalizerCombinerImpl
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | Combiner.h | 65 virtual bool tryCombineAll(MachineInstr &I) const = 0;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPreLegalizerCombiner.cpp | 61 bool tryCombineAll(MachineInstr &I) const override; 103 bool AMDGPUPreLegalizerCombinerImpl::tryCombineAll(MachineInstr &MI) const { in tryCombineAll() function in __anonc43491060111::AMDGPUPreLegalizerCombinerImpl
|
| H A D | AMDGPUPostLegalizerCombiner.cpp | 64 bool tryCombineAll(MachineInstr &I) const override; 144 bool AMDGPUPostLegalizerCombinerImpl::tryCombineAll(MachineInstr &MI) const { in tryCombineAll() function in __anon9d625cc50111::AMDGPUPostLegalizerCombinerImpl
|
| H A D | AMDGPURegBankCombiner.cpp | 63 bool tryCombineAll(MachineInstr &I) const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
| H A D | RISCVO0PreLegalizerCombiner.cpp | 54 bool tryCombineAll(MachineInstr &I) const override;
|
| H A D | RISCVPostLegalizerCombiner.cpp | 61 bool tryCombineAll(MachineInstr &I) const override;
|
| H A D | RISCVPreLegalizerCombiner.cpp | 57 bool tryCombineAll(MachineInstr &I) const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsPreLegalizerCombiner.cpp | 57 bool tryCombineAll(MachineInstr &MI) const override { in tryCombineAll() function in __anonb65b3b5c0111::MipsPreLegalizerCombinerImpl
|
| H A D | MipsPostLegalizerCombiner.cpp | 58 bool tryCombineAll(MachineInstr &I) const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Combiner.cpp | 314 bool AppliedCombine = tryCombineAll(CurrInst); in combineMachineInstrs()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/ |
| H A D | Combine.td | 61 // Combiners can use this so they're free to define tryCombineAll themselves 63 string CombineAllMethodName = "tryCombineAll";
|