Home
last modified time | relevance | path

Searched refs:CombinerHelper (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp22 CombinerHelper::CombinerHelper(GISelChangeObserver &Observer, in CombinerHelper() function in CombinerHelper
26 void CombinerHelper::replaceRegWith(MachineRegisterInfo &MRI, unsigned FromReg, in replaceRegWith()
38 void CombinerHelper::replaceRegOpWith(MachineRegisterInfo &MRI, in replaceRegOpWith()
49 bool CombinerHelper::tryCombineCopy(MachineInstr &MI) { in tryCombineCopy()
155 bool CombinerHelper::tryCombineExtendingLoads(MachineInstr &MI) { in tryCombineExtendingLoads()
331 bool CombinerHelper::tryCombine(MachineInstr &MI) { in tryCombine()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h29 class CombinerHelper {
35 CombinerHelper(GISelChangeObserver &Observer, MachineIRBuilder &B);
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64PreLegalizerCombiner.cpp42 CombinerHelper Helper(Observer, B); in combine()
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile200 SRCS_MIN+= CodeGen/GlobalISel/CombinerHelper.cpp