Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h475 bool onlyFoldImmediate(MachineInstr &UseMI, MachineInstr &DefMI,
H A DPPCMIPeephole.cpp474 Simplified |= TII->onlyFoldImmediate(UseMI, MI, MIDestReg); in simplifyCode()
H A DPPCInstrInfo.cpp2040 bool PPCInstrInfo::onlyFoldImmediate(MachineInstr &UseMI, MachineInstr &DefMI, in onlyFoldImmediate() function in PPCInstrInfo
2109 bool Changed = onlyFoldImmediate(UseMI, DefMI, Reg); in FoldImmediate()