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()
1522 bool MipsConstantIslands::fixupImmediateBr(ImmBranch &Br) { in fixupImmediateBr()
1541 MipsConstantIslands::fixupUnconditionalBr(ImmBranch &Br) { in fixupUnconditionalBr()
[all …]
/external/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp234 struct ImmBranch { struct in __anon8e1325130111::ARMConstantIslands
239 ImmBranch(MachineInstr *mi, unsigned maxdisp, bool cond, int ubr) in ImmBranch() function
245 std::vector<ImmBranch> ImmBranches;
301 bool fixupImmediateBr(ImmBranch &Br);
302 bool fixupConditionalBr(ImmBranch &Br);
303 bool fixupUnconditionalBr(ImmBranch &Br);
714 ImmBranches.push_back(ImmBranch(I, MaxOffs, isCond, UOpc)); in initializeFunctionInfo()
1269 ImmBranches.push_back(ImmBranch(&UserMBB->back(), in createNewWater()
1543 bool ARMConstantIslands::fixupImmediateBr(ImmBranch &Br) { in fixupImmediateBr()
1561 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.h418 int ImmBranch() const;
/external/v8/src/arm64/
Dinstructions-arm64.cc193 offset = ImmBranch() << kInstructionSizeLog2; in ImmPCOffset()
Dinstructions-arm64.h298 int ImmBranch() const { in ImmBranch() function