Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h604 bool onlyFoldImmediate(MachineInstr &UseMI, MachineInstr &DefMI,
DPPCMIPeephole.cpp493 Simplified |= TII->onlyFoldImmediate(UseMI, MI, MIDestReg); in simplifyCode()
DPPCInstrInfo.cpp2063 bool PPCInstrInfo::onlyFoldImmediate(MachineInstr &UseMI, MachineInstr &DefMI, in onlyFoldImmediate() function in PPCInstrInfo
2136 bool Changed = onlyFoldImmediate(UseMI, DefMI, Reg); in FoldImmediate()