Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h500 bool onlyFoldImmediate(MachineInstr &UseMI, MachineInstr &DefMI,
H A DPPCMIPeephole.cpp604 Folded |= TII->onlyFoldImmediate(UseMI, MI, MIDestReg); in simplifyCode()
H A DPPCInstrInfo.cpp2047 bool PPCInstrInfo::onlyFoldImmediate(MachineInstr &UseMI, MachineInstr &DefMI, in onlyFoldImmediate() function in PPCInstrInfo
2120 bool Changed = onlyFoldImmediate(UseMI, DefMI, Reg); in foldImmediate()