Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h87 unsigned getEquivalentCompactForm(const MachineBasicBlock::iterator I) const;
H A DMipsDelaySlotFiller.cpp565 unsigned NewOpcode = TII->getEquivalentCompactForm(Branch); in replaceWithCompactBranch()
618 !TII->getEquivalentCompactForm(I)) { in runOnMachineBasicBlock()
663 TII->getEquivalentCompactForm(I)) { in runOnMachineBasicBlock()
H A DMipsInstrInfo.cpp439 unsigned MipsInstrInfo::getEquivalentCompactForm( in getEquivalentCompactForm() function in MipsInstrInfo