Home
last modified time | relevance | path

Searched refs:detectFoldable (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchMergeBaseOffset.cpp37 bool detectFoldable(MachineInstr &Hi20, MachineInstr *&Lo12,
40 bool detectFoldable(MachineInstr &Hi20, MachineInstr *&Add,
100 bool LoongArchMergeBaseOffsetOpt::detectFoldable(MachineInstr &Hi20, in INITIALIZE_PASS()
194 bool LoongArchMergeBaseOffsetOpt::detectFoldable(MachineInstr &Hi20, in detectFoldable() function in LoongArchMergeBaseOffsetOpt
821 if (!detectFoldable(Hi20, Lo12, Lo20, Hi12, Last)) in runOnMachineFunction()
826 if (!detectFoldable(Hi20, Add, Lo12)) in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMergeBaseOffset.cpp35 bool detectFoldable(MachineInstr &Hi, MachineInstr *&Lo);
84 bool RISCVMergeBaseOffsetOpt::detectFoldable(MachineInstr &Hi, in INITIALIZE_PASS()
570 if (!detectFoldable(Hi, Lo)) in runOnMachineFunction()