Searched refs:ImmBranch (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsConstantIslandPass.cpp | 327 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/ |
D | instructions-a64.cc | 160 offset = ImmBranch() << kInstructionSizeLog2; in ImmPCOffsetTarget() 166 inline int Instruction::ImmBranch() const { in ImmBranch() function in vixl::Instruction
|
D | instructions-a64.h | 353 inline int ImmBranch() const;
|
/external/llvm/lib/Target/ARM/ |
D | ARMConstantIslandPass.cpp | 234 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/ |
D | instructions-arm64.cc | 193 offset = ImmBranch() << kInstructionSizeLog2; in ImmPCOffset()
|
D | instructions-arm64.h | 298 int ImmBranch() const { in ImmBranch() function
|