OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MipsLongBranch
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Mips/
MipsLongBranch.cpp
1
//===--
MipsLongBranch
.cpp - Emit long branches ---------------------------===//
62
class
MipsLongBranch
: public MachineFunctionPass {
66
MipsLongBranch
(TargetMachine &tm)
94
char
MipsLongBranch
::ID = 0;
100
return new
MipsLongBranch
(tm);
128
void
MipsLongBranch
::splitMBB(MachineBasicBlock *MBB) {
163
void
MipsLongBranch
::initMBBInfo() {
196
int64_t
MipsLongBranch
::computeOffset(const MachineInstr *Br) {
218
void
MipsLongBranch
::replaceBranch(MachineBasicBlock &MBB, Iter Br,
244
void
MipsLongBranch
::expandToLongBranch(MBBInfo &I)
[
all
...]
Android.mk
31
MipsLongBranch
.cpp \
Completed in 25 milliseconds