| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| HD | AArch64O0PreLegalizerCombiner.cpp | 60 bool tryCombineAll(MachineInstr &I) const override; 88 bool AArch64O0PreLegalizerCombinerImpl::tryCombineAll(MachineInstr &MI) const { in tryCombineAll() function in __anon9b9302380111::AArch64O0PreLegalizerCombinerImpl
|
| HD | AArch64PreLegalizerCombiner.cpp | 739 bool tryCombineAll(MachineInstr &I) const override; 768 bool AArch64PreLegalizerCombinerImpl::tryCombineAll(MachineInstr &MI) const { in tryCombineAll() function in __anonb113aa190111::AArch64PreLegalizerCombinerImpl
|
| HD | AArch64PostLegalizerCombiner.cpp | 458 bool tryCombineAll(MachineInstr &I) const override;
|
| HD | AArch64PostLegalizerLowering.cpp | 1220 bool tryCombineAll(MachineInstr &I) const override;
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| HD | Combiner.h | 59 virtual bool tryCombineAll(MachineInstr &I) const = 0;
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| HD | AMDGPUPreLegalizerCombiner.cpp | 62 bool tryCombineAll(MachineInstr &I) const override; 104 bool AMDGPUPreLegalizerCombinerImpl::tryCombineAll(MachineInstr &MI) const { in tryCombineAll() function in __anona43c25a00111::AMDGPUPreLegalizerCombinerImpl
|
| HD | AMDGPUPostLegalizerCombiner.cpp | 64 bool tryCombineAll(MachineInstr &I) const override; 144 bool AMDGPUPostLegalizerCombinerImpl::tryCombineAll(MachineInstr &MI) const { in tryCombineAll() function in __anon7e5c849f0111::AMDGPUPostLegalizerCombinerImpl
|
| HD | AMDGPURegBankCombiner.cpp | 65 bool tryCombineAll(MachineInstr &I) const override;
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
| HD | RISCVO0PreLegalizerCombiner.cpp | 56 bool tryCombineAll(MachineInstr &I) const override;
|
| HD | RISCVPostLegalizerCombiner.cpp | 64 bool tryCombineAll(MachineInstr &I) const override;
|
| HD | RISCVPreLegalizerCombiner.cpp | 59 bool tryCombineAll(MachineInstr &I) const override;
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| HD | MipsPreLegalizerCombiner.cpp | 59 bool tryCombineAll(MachineInstr &MI) const override { in tryCombineAll() function in __anona4ac92f60111::MipsPreLegalizerCombinerImpl
|
| HD | MipsPostLegalizerCombiner.cpp | 59 bool tryCombineAll(MachineInstr &I) const override;
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| HD | Combiner.cpp | 175 Changed |= tryCombineAll(*CurrInst); in combineMachineInstrs()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/ |
| HD | Combine.td | 59 // Combiners can use this so they're free to define tryCombineAll themselves 61 string CombineAllMethodName = "tryCombineAll";
|