Home
last modified time | relevance | path

Searched refs:combineMachineInstrs (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombiner.h34 bool combineMachineInstrs(MachineFunction &MF, GISelCSEInfo *CSEInfo);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsPreLegalizerCombiner.cpp103 return C.combineMachineInstrs(MF, nullptr); in runOnMachineFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombiner.cpp98 bool Combiner::combineMachineInstrs(MachineFunction &MF, in combineMachineInstrs() function in Combiner
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64O0PreLegalizerCombiner.cpp155 return C.combineMachineInstrs(MF, nullptr /* CSEInfo */); in runOnMachineFunction()
H A DAArch64PreLegalizerCombiner.cpp353 return C.combineMachineInstrs(MF, CSEInfo); in runOnMachineFunction()
H A DAArch64PostLegalizerCombiner.cpp367 return C.combineMachineInstrs(MF, CSEInfo); in runOnMachineFunction()
H A DAArch64PostLegalizerLowering.cpp1054 return C.combineMachineInstrs(MF, /*CSEInfo*/ nullptr); in runOnMachineFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegBankCombiner.cpp259 return C.combineMachineInstrs(MF, /*CSEInfo*/ nullptr); in runOnMachineFunction()
H A DAMDGPUPreLegalizerCombiner.cpp284 return C.combineMachineInstrs(MF, CSEInfo); in runOnMachineFunction()
H A DAMDGPUPostLegalizerCombiner.cpp386 return C.combineMachineInstrs(MF, /*CSEInfo*/ nullptr); in runOnMachineFunction()