Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
HDAArch64O0PreLegalizerCombiner.cpp60 bool tryCombineAll(MachineInstr &I) const override;
88 bool AArch64O0PreLegalizerCombinerImpl::tryCombineAll(MachineInstr &MI) const { in tryCombineAll() function in __anon9b9302380111::AArch64O0PreLegalizerCombinerImpl
HDAArch64PreLegalizerCombiner.cpp739 bool tryCombineAll(MachineInstr &I) const override;
768 bool AArch64PreLegalizerCombinerImpl::tryCombineAll(MachineInstr &MI) const { in tryCombineAll() function in __anonb113aa190111::AArch64PreLegalizerCombinerImpl
HDAArch64PostLegalizerCombiner.cpp458 bool tryCombineAll(MachineInstr &I) const override;
HDAArch64PostLegalizerLowering.cpp1220 bool tryCombineAll(MachineInstr &I) const override;
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
HDCombiner.h59 virtual bool tryCombineAll(MachineInstr &I) const = 0;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUPreLegalizerCombiner.cpp62 bool tryCombineAll(MachineInstr &I) const override;
104 bool AMDGPUPreLegalizerCombinerImpl::tryCombineAll(MachineInstr &MI) const { in tryCombineAll() function in __anona43c25a00111::AMDGPUPreLegalizerCombinerImpl
HDAMDGPUPostLegalizerCombiner.cpp64 bool tryCombineAll(MachineInstr &I) const override;
144 bool AMDGPUPostLegalizerCombinerImpl::tryCombineAll(MachineInstr &MI) const { in tryCombineAll() function in __anon7e5c849f0111::AMDGPUPostLegalizerCombinerImpl
HDAMDGPURegBankCombiner.cpp65 bool tryCombineAll(MachineInstr &I) const override;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
HDRISCVO0PreLegalizerCombiner.cpp56 bool tryCombineAll(MachineInstr &I) const override;
HDRISCVPostLegalizerCombiner.cpp64 bool tryCombineAll(MachineInstr &I) const override;
HDRISCVPreLegalizerCombiner.cpp59 bool tryCombineAll(MachineInstr &I) const override;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsPreLegalizerCombiner.cpp59 bool tryCombineAll(MachineInstr &MI) const override { in tryCombineAll() function in __anona4ac92f60111::MipsPreLegalizerCombinerImpl
HDMipsPostLegalizerCombiner.cpp59 bool tryCombineAll(MachineInstr &I) const override;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDCombiner.cpp175 Changed |= tryCombineAll(*CurrInst); in combineMachineInstrs()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
HDCombine.td59 // Combiners can use this so they're free to define tryCombineAll themselves
61 string CombineAllMethodName = "tryCombineAll";