Searched defs:ImmBranch (Results 1 - 4 of 4) sorted by relevance

/external/vixl/src/a64/
H A Dinstructions-a64.cc160 offset = ImmBranch() << kInstructionSizeLog2;
166 inline int Instruction::ImmBranch() const { function in class:vixl::Instruction
/external/chromium_org/v8/src/arm64/
H A Dinstructions-arm64.h298 int ImmBranch() const { function in class:v8::internal::Instruction
/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp230 /// ImmBranch - One per immediate branch, keeping the machine instruction
234 struct ImmBranch { struct in class:__anon25967::ARMConstantIslands
239 ImmBranch(MachineInstr *mi, unsigned maxdisp, bool cond, int ubr) function in struct:__anon25967::ARMConstantIslands::ImmBranch
245 std::vector<ImmBranch> ImmBranches;
300 bool fixupImmediateBr(ImmBranch &Br);
301 bool fixupConditionalBr(ImmBranch &Br);
302 bool fixupUnconditionalBr(ImmBranch &Br);
712 ImmBranches.push_back(ImmBranch(I, MaxOffs, isCond, UOpc));
1266 ImmBranches.push_back(ImmBranch(&UserMBB->back(),
1530 bool ARMConstantIslands::fixupImmediateBr(ImmBranch
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp323 /// ImmBranch - One per immediate branch, keeping the machine instruction
327 struct ImmBranch { struct in class:__anon26048::MipsConstantIslands
332 ImmBranch(MachineInstr *mi, unsigned maxdisp, bool cond, int ubr) function in struct:__anon26048::MipsConstantIslands::ImmBranch
338 std::vector<ImmBranch> ImmBranches;
413 bool fixupImmediateBr(ImmBranch &Br);
414 bool fixupConditionalBr(ImmBranch &Br);
415 bool fixupUnconditionalBr(ImmBranch &Br);
753 ImmBranches.push_back(ImmBranch(I, MaxOffs, isCond, UOpc));
1277 ImmBranches.push_back(ImmBranch(&UserMBB->back(),
1526 bool MipsConstantIslands::fixupImmediateBr(ImmBranch
[all...]

Completed in 186 milliseconds