Home
last modified time | relevance | path

Searched refs:getRecordFormOpcode (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h586 static int getRecordFormOpcode(unsigned Opcode);
H A DPPC.td411 def getRecordFormOpcode : InstrMapping {
H A DPPCInstrInfo.cpp2564 NewOpC = PPC::getRecordFormOpcode(MIOpC); in optimizeCompareInstr()
5057 int PPCInstrInfo::getRecordFormOpcode(unsigned Opcode) { in getRecordFormOpcode() function in PPCInstrInfo
5058 return PPC::getRecordFormOpcode(Opcode); in getRecordFormOpcode()
H A DPPCISelDAGToDAG.cpp2860 int NewOpc = PPCInstrInfo::getRecordFormOpcode(NonRecOpc); in tryLogicOpOfCompares()