Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp327 struct ImmBranch { struct in __anon449aa4850111::MipsConstantIslands
332 ImmBranch(MachineInstr *mi, unsigned maxdisp, bool cond, int ubr) in ImmBranch() function
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)); in initializeFunctionInfo()
1277 ImmBranches.push_back(ImmBranch(&UserMBB->back(), in createNewWater()
1526 bool MipsConstantIslands::fixupImmediateBr(ImmBranch &Br) { in fixupImmediateBr()
1545 MipsConstantIslands::fixupUnconditionalBr(ImmBranch &Br) { in fixupUnconditionalBr()
[all …]
/external/vixl/src/a64/
Dinstructions-a64.cc160 offset = ImmBranch() << kInstructionSizeLog2; in ImmPCOffsetTarget()
166 inline int Instruction::ImmBranch() const { in ImmBranch() function in vixl::Instruction
Dinstructions-a64.h353 inline int ImmBranch() const;
/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() argument
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)); in initializeFunctionInfo()
1266 ImmBranches.push_back(ImmBranch(&UserMBB->back(), in createNewWater()
1530 bool ARMConstantIslands::fixupImmediateBr(ImmBranch &Br) { in fixupImmediateBr()
1548 ARMConstantIslands::fixupUnconditionalBr(ImmBranch &Br) { in fixupUnconditionalBr()
[all …]
/external/chromium_org/v8/src/arm64/
Dinstructions-arm64.cc193 offset = ImmBranch() << kInstructionSizeLog2; in ImmPCOffset()
Dinstructions-arm64.h298 int ImmBranch() const { in ImmBranch() function