Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsLongBranch.cpp61 class MipsLongBranch : public MachineFunctionPass { class
65 MipsLongBranch(TargetMachine &tm) in MipsLongBranch() function in __anonc7f176c60111::MipsLongBranch
96 char MipsLongBranch::ID = 0;
102 return new MipsLongBranch(tm); in createMipsLongBranchPass()
129 void MipsLongBranch::splitMBB(MachineBasicBlock *MBB) { in splitMBB()
164 void MipsLongBranch::initMBBInfo() { in initMBBInfo()
195 int64_t MipsLongBranch::computeOffset(const MachineInstr *Br) { in computeOffset()
217 void MipsLongBranch::replaceBranch(MachineBasicBlock &MBB, Iter Br, in replaceBranch()
255 void MipsLongBranch::expandToLongBranch(MBBInfo &I) { in expandToLongBranch()
461 bool MipsLongBranch::runOnMachineFunction(MachineFunction &F) { in runOnMachineFunction()
DCMakeLists.txt35 MipsLongBranch.cpp
DMips64InstrInfo.td340 // long branches. See the comment in file MipsLongBranch.cpp for detailed
DMipsInstrInfo.td1653 // branches. See the comment in file MipsLongBranch.cpp for detailed