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.h267 bool isLoadFromConstantPool(MachineInstr *I) const;
H A DPPCInstrInfo.cpp476 if (isLoadFromConstantPool(MULInstrL) && IsUsedOnceR && in getFMAPatterns()
484 if ((isLoadFromConstantPool(MULInstrR) && IsUsedOnceL && in getFMAPatterns()
656 bool PPCInstrInfo::isLoadFromConstantPool(MachineInstr *I) const { in isLoadFromConstantPool() function in PPCInstrInfo
H A DPPCMIPeephole.cpp784 TII->isLoadFromConstantPool(DefMI)) { in simplifyCode()