Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp565 unsigned NewOpcode = TII->getEquivalentCompactForm(Branch); in replaceWithCompactBranch()
622 !TII->getEquivalentCompactForm(I)) { in runOnMachineBasicBlock()
673 TII->getEquivalentCompactForm(I)) { in runOnMachineBasicBlock()
H A DMipsInstrInfo.h86 unsigned getEquivalentCompactForm(const MachineBasicBlock::iterator I) const;
H A DMipsInstrInfo.cpp439 unsigned MipsInstrInfo::getEquivalentCompactForm( in getEquivalentCompactForm() function in MipsInstrInfo