Searched refs:MipsLongBranch (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsLongBranch.cpp1 //===-- MipsLongBranch.cpp - Emit long branches ---------------------------===//
60 class MipsLongBranch : public MachineFunctionPass { class in namespace:__anon26053
64 MipsLongBranch(TargetMachine &tm) function in class:__anon26053::MipsLongBranch
93 char MipsLongBranch::ID = 0;
99 return new MipsLongBranch(tm);
127 void MipsLongBranch::splitMBB(MachineBasicBlock *MBB) {
162 void MipsLongBranch::initMBBInfo() {
195 int64_t MipsLongBranch::computeOffset(const MachineInstr *Br) {
217 void MipsLongBranch::replaceBranch(MachineBasicBlock &MBB, Iter Br,
248 void MipsLongBranch
[all...]
H A DAndroid.mk34 MipsLongBranch.cpp \

Completed in 171 milliseconds