Searched refs:ImmBranch (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/ |
| H A D | CSKYConstantIslandPass.cpp | 185 struct ImmBranch { struct in __anonc8bd999c0111::CSKYConstantIslands 191 ImmBranch(MachineInstr *Mi, unsigned Maxdisp, bool Cond, int Ubr) in ImmBranch() argument 197 std::vector<ImmBranch> ImmBranches; 262 bool fixupImmediateBr(ImmBranch &Br); 263 bool fixupConditionalBr(ImmBranch &Br); 264 bool fixupUnconditionalBr(ImmBranch &Br); 524 ImmBranches.push_back(ImmBranch(&MI, MaxOffs, IsCond, UOpc)); in initializeFunctionInfo() 998 ImmBranch(&UserMBB->back(), MaxDisp, false, UncondBr)); in createNewWater() 1236 bool CSKYConstantIslands::fixupImmediateBr(ImmBranch &Br) { in fixupImmediateBr() 1253 bool CSKYConstantIslands::fixupUnconditionalBr(ImmBranch &Br) { in fixupUnconditionalBr() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsConstantIslandPass.cpp | 323 struct ImmBranch { struct in __anon101efffa0111::MipsConstantIslands 329 ImmBranch(MachineInstr *mi, unsigned maxdisp, bool cond, int ubr) in ImmBranch() function 335 std::vector<ImmBranch> ImmBranches; 405 bool fixupImmediateBr(ImmBranch &Br); 406 bool fixupConditionalBr(ImmBranch &Br); 407 bool fixupUnconditionalBr(ImmBranch &Br); 726 ImmBranches.push_back(ImmBranch(&MI, MaxOffs, isCond, UOpc)); in initializeFunctionInfo() 1235 ImmBranches.push_back(ImmBranch(&UserMBB->back(), in createNewWater() 1477 bool MipsConstantIslands::fixupImmediateBr(ImmBranch &Br) { in fixupImmediateBr() 1496 MipsConstantIslands::fixupUnconditionalBr(ImmBranch &Br) { in fixupUnconditionalBr() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMConstantIslandPass.cpp | 194 struct ImmBranch { struct in __anonce701f480111::ARMConstantIslands 200 ImmBranch(MachineInstr *mi, unsigned maxdisp, bool cond, unsigned ubr) in ImmBranch() function 205 std::vector<ImmBranch> ImmBranches; 270 bool fixupImmediateBr(ImmBranch &Br); 271 bool fixupConditionalBr(ImmBranch &Br); 272 bool fixupUnconditionalBr(ImmBranch &Br); 833 ImmBranches.push_back(ImmBranch(&I, MaxOffs, isCond, UOpc)); in initializeFunctionInfo() 1392 ImmBranches.push_back(ImmBranch(&UserMBB->back(), in createNewWater() 1691 bool ARMConstantIslands::fixupImmediateBr(ImmBranch &Br) { in fixupImmediateBr() 1709 ARMConstantIslands::fixupUnconditionalBr(ImmBranch &Br) { in fixupUnconditionalBr() [all …]
|