Home
last modified time | relevance | path

Searched refs:ImmBranch (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp328 struct ImmBranch { struct in __anon449aa4850111::MipsConstantIslands
333 ImmBranch(MachineInstr *mi, unsigned maxdisp, bool cond, int ubr) in ImmBranch() argument
339 std::vector<ImmBranch> ImmBranches;
411 bool fixupImmediateBr(ImmBranch &Br);
412 bool fixupConditionalBr(ImmBranch &Br);
413 bool fixupUnconditionalBr(ImmBranch &Br);
749 ImmBranches.push_back(ImmBranch(I, MaxOffs, isCond, UOpc)); in initializeFunctionInfo()
1273 ImmBranches.push_back(ImmBranch(&UserMBB->back(), in createNewWater()
1519 bool MipsConstantIslands::fixupImmediateBr(ImmBranch &Br) { in fixupImmediateBr()
1538 MipsConstantIslands::fixupUnconditionalBr(ImmBranch &Br) { in fixupUnconditionalBr()
[all …]
/external/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp244 struct ImmBranch { struct in __anon8e1325130111::ARMConstantIslands
249 ImmBranch(MachineInstr *mi, unsigned maxdisp, bool cond, unsigned ubr) in ImmBranch() function
255 std::vector<ImmBranch> ImmBranches;
313 bool fixupImmediateBr(ImmBranch &Br);
314 bool fixupConditionalBr(ImmBranch &Br);
315 bool fixupUnconditionalBr(ImmBranch &Br);
804 ImmBranches.push_back(ImmBranch(I, MaxOffs, isCond, UOpc)); in initializeFunctionInfo()
1397 ImmBranches.push_back(ImmBranch(&UserMBB->back(), in createNewWater()
1671 bool ARMConstantIslands::fixupImmediateBr(ImmBranch &Br) { in fixupImmediateBr()
1689 ARMConstantIslands::fixupUnconditionalBr(ImmBranch &Br) { in fixupUnconditionalBr()
[all …]
/external/vixl/src/vixl/a64/
Dinstructions-a64.cc311 offset = ImmBranch() << kInstructionSizeLog2; in ImmPCOffsetTarget()
317 int Instruction::ImmBranch() const { in ImmBranch() function in vixl::Instruction
Dinstructions-a64.h419 int ImmBranch() const;
/external/v8/src/arm64/
Dinstructions-arm64.cc191 offset = ImmBranch() << kInstructionSizeLog2; in ImmPCOffset()
Dinstructions-arm64.h314 int ImmBranch() const { in ImmBranch() function