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