Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h374 bool isLoadFromConstantPool(MachineInstr *I) const;
H A DPPCInstrInfo.cpp474 if (isLoadFromConstantPool(MULInstrL) && IsUsedOnceR && in getFMAPatterns()
482 if ((isLoadFromConstantPool(MULInstrR) && IsUsedOnceL && in getFMAPatterns()
654 bool PPCInstrInfo::isLoadFromConstantPool(MachineInstr *I) const { in isLoadFromConstantPool() function in PPCInstrInfo
H A DPPCMIPeephole.cpp779 TII->isLoadFromConstantPool(DefMI)) { in simplifyCode()