Home
last modified time | relevance | path

Searched refs:onlyFoldImmediate (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h574 bool onlyFoldImmediate(MachineInstr &UseMI, MachineInstr &DefMI,
H A DPPCMIPeephole.cpp487 Simplified |= TII->onlyFoldImmediate(UseMI, MI, MIDestReg); in simplifyCode()
H A DPPCInstrInfo.cpp2065 bool PPCInstrInfo::onlyFoldImmediate(MachineInstr &UseMI, MachineInstr &DefMI, in onlyFoldImmediate() function in PPCInstrInfo
2134 bool Changed = onlyFoldImmediate(UseMI, DefMI, Reg); in FoldImmediate()