Home
last modified time | relevance | path

Searched refs:UncondBr (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp147 MachineInstr *UncondBr; member
226 MachineInstr *Br, MachineInstr *&UncondBr, in splitEdge() argument
248 if (!UncondBr) { in splitEdge()
257 UncondBr = &*BrBuilder; in splitEdge()
267 assert(!UncondBr && in splitEdge()
648 Info.UncondBr = &MI; in collectBlockCondInfo()
663 Info.UncondBr = &MI; in collectBlockCondInfo()
702 MachineInstr *UncondBr = Info.UncondBr; in tracePredStateThroughCFG() local
711 UncondBr ? (UncondBr->getOpcode() == X86::JMP_1 in tracePredStateThroughCFG()
712 ? UncondBr->getOperand(0).getMBB() in tracePredStateThroughCFG()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp327 int UncondBr; member
330 : MI(mi), MaxDisp(maxdisp), isCond(cond), UncondBr(ubr) {} in ImmBranch()
1232 int UncondBr = Mips::Bimm16; in createNewWater() local
1233 BuildMI(UserMBB, DebugLoc(), TII->get(UncondBr)).addMBB(NewMBB); in createNewWater()
1234 unsigned MaxDisp = getUnconditionalBrDisp(UncondBr); in createNewWater()
1236 MaxDisp, false, UncondBr)); in createNewWater()
1621 BuildMI(MBB, DebugLoc(), TII->get(Br.UncondBr)).addMBB(DestBB); in fixupConditionalBr()
1623 unsigned MaxDisp = getUnconditionalBrDisp(Br.UncondBr); in fixupConditionalBr()
1624 ImmBranches.push_back(ImmBranch(&MBB->back(), MaxDisp, false, Br.UncondBr)); in fixupConditionalBr()
H A DMipsInstrInfo.cpp40 MipsInstrInfo::MipsInstrInfo(const MipsSubtarget &STI, unsigned UncondBr) in MipsInstrInfo() argument
42 Subtarget(STI), UncondBrOpc(UncondBr) {} in MipsInstrInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp194 unsigned UncondBr; member
197 : MI(mi), MaxDisp(maxdisp), isCond(cond), UncondBr(ubr) {} in ImmBranch()
1338 int UncondBr = isThumb ? ((isThumb2) ? ARM::t2B : ARM::tB) : ARM::B; in createNewWater() local
1340 BuildMI(UserMBB, DebugLoc(), TII->get(UncondBr)).addMBB(NewMBB); in createNewWater()
1342 BuildMI(UserMBB, DebugLoc(), TII->get(UncondBr)) in createNewWater()
1345 unsigned MaxDisp = getUnconditionalBrDisp(UncondBr); in createNewWater()
1347 MaxDisp, false, UncondBr)); in createNewWater()
1715 BMI->getOpcode() == Br.UncondBr) { in fixupConditionalBr()
1764 BuildMI(MBB, DebugLoc(), TII->get(Br.UncondBr)) in fixupConditionalBr()
1768 BuildMI(MBB, DebugLoc(), TII->get(Br.UncondBr)).addMBB(DestBB); in fixupConditionalBr()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1165 BranchInst *UncondBr = in processBlock() local
1167 UncondBr->setDebugLoc(CondBr->getDebugLoc()); in processBlock()