HomeSort by: relevance | last modified time | path
    Searched refs:isLoadFromConstantPool (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 255 bool isLoadFromConstantPool(MachineInstr *I) const;
PPCInstrInfo.cpp 493 if (isLoadFromConstantPool(MULInstrL) && IsUsedOnceR &&
501 if ((isLoadFromConstantPool(MULInstrR) && IsUsedOnceL &&
675 bool PPCInstrInfo::isLoadFromConstantPool(MachineInstr *I) const {

Completed in 17 milliseconds