Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h204 bool simplifyToLI(MachineInstr &MI, MachineInstr &DefMI,
H A DPPCInstrInfo.cpp3684 if (!HasImmForm && simplifyToLI(MI, *DefMI, ForwardingOperand, KilledDef)) in convertToImmediateForm()
4441 bool PPCInstrInfo::simplifyToLI(MachineInstr &MI, MachineInstr &DefMI, in simplifyToLI() function in PPCInstrInfo