| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kMCInstLower.cpp | 41 assert((MO.isGlobal() || MO.isSymbol() || MO.isMBB()) && in GetSymbolFromOperand() 62 } else if (MO.isMBB()) { in GetSymbolFromOperand() 121 if (!MO.isJTI() && !MO.isMBB() && MO.getOffset()) { in LowerSymbolOperand()
|
| H A D | M68kInstrInfo.cpp | 123 if (!iter->getOperand(0).isMBB()) in AnalyzeBranchImpl() 164 if (!iter->getOperand(0).isMBB()) in AnalyzeBranchImpl() 238 if (!iter->getOperand(0).isMBB()) in AnalyzeBranchImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEMCInstLower.cpp | 35 if (!MO.isJTI() && !MO.isMBB() && MO.getOffset()) in LowerSymbolOperand()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86OptimizeLEAs.cpp | 209 MO.isGlobal() || MO.isBlockAddress() || MO.isMCSymbol() || MO.isMBB(); in isValidDispOp() 228 (MO1.isMBB() && MO2.isMBB() && MO1.getMBB() == MO2.getMBB()); in isSimilarDispOp()
|
| H A D | X86FlagsCopyLowering.cpp | 173 return MOp.isMBB() && MOp.getMBB() == &UnsplitSucc; in splitBlock() 216 assert(OpMBB.isMBB() && "Block operand to a PHI is not a block!"); in splitBlock()
|
| H A D | X86MCInstLower.cpp | 161 assert((MO.isGlobal() || MO.isSymbol() || MO.isMBB()) && in GetSymbolFromOperand() 190 } else if (MO.isMBB()) { in GetSymbolFromOperand() 328 if (!MO.isJTI() && !MO.isMBB() && MO.getOffset()) in LowerSymbolOperand()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineOperand.h | 336 bool isMBB() const { return OpKind == MO_MachineBasicBlock; } in isMBB() function 572 assert(isMBB() && "Wrong MachineOperand accessor"); in getMBB() 729 assert(isMBB() && "Wrong MachineOperand mutator"); in setMBB()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonFixupHwLoops.cpp | 137 assert(MII->getOperand(0).isMBB() && in fixupLoopInstrs()
|
| H A D | HexagonBranchRelaxation.cpp | 208 assert(MO.isMBB() && "Branch with unknown expandable field type"); in reGenerateBranch()
|
| H A D | HexagonInstrInfo.cpp | 477 I->getOperand(0).isMBB(); in analyzeBranch() 512 if (LastOpcode == Hexagon::J2_jump && !LastInst->getOperand(0).isMBB()) in analyzeBranch() 515 !SecondLastInst->getOperand(0).isMBB()) in analyzeBranch() 521 if (LastOpcodeHasJMP_c && !LastInst->getOperand(1).isMBB()) in analyzeBranch() 559 if (!SecondLastInst->getOperand(1).isMBB()) in analyzeBranch() 664 assert(Cond[1].isMBB()); in insertBranch() 706 assert(Cond[1].isMBB()); in insertBranch() 2171 if (MO.isMBB()) in isConstExtended() 3790 if (BrTarget.isMBB()) { in getDotNewPredJumpOp() 3837 if (!Op.isMBB()) in getDotNewPredJumpOp() [all …]
|
| H A D | HexagonNewValueJump.cpp | 535 if (!MI.getOperand(1).isMBB()) in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIPreEmitPeephole.cpp | 216 assert(Dst.isMBB() && "destination is not basic block"); in optimizeVccBranch() 230 assert(Dst.isMBB() && "destination is not basic block"); in optimizeVccBranch()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCEarlyReturn.cpp | 117 if (J->getOperand(i).isMBB() && in processBlock()
|
| H A D | PPCInstrInfo.cpp | 1293 if (!LastInst.getOperand(0).isMBB()) in analyzeBranch() 1298 if (!LastInst.getOperand(2).isMBB()) in analyzeBranch() 1306 if (!LastInst.getOperand(1).isMBB()) in analyzeBranch() 1314 if (!LastInst.getOperand(1).isMBB()) in analyzeBranch() 1323 if (!LastInst.getOperand(0).isMBB()) in analyzeBranch() 1334 if (!LastInst.getOperand(0).isMBB()) in analyzeBranch() 1359 if (!SecondLastInst.getOperand(2).isMBB() || in analyzeBranch() 1360 !LastInst.getOperand(0).isMBB()) in analyzeBranch() 1369 if (!SecondLastInst.getOperand(1).isMBB() || in analyzeBranch() 1370 !LastInst.getOperand(0).isMBB()) in analyzeBranch() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchMCInstLower.cpp | 130 if (!MO.isJTI() && !MO.isMBB() && MO.getOffset()) in lowerSymbolOperand()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | UnreachableBlockElim.cpp | 162 if (Phi.getOperand(i).isMBB() && in run()
|
| H A D | WindowScheduler.cpp | 705 else if (MO.isMBB() && MO.getMBB() == MBB) in getAntiRegister()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.h | 141 bool hasMBBTarget() { return Target != nullptr && Target->isMBB(); } in hasMBBTarget()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaInstrInfo.cpp | 379 if (!ThisTarget->isMBB()) in analyzeBranch() 448 if (!Target->isMBB()) in removeBranch()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinterInlineAsm.cpp | 303 } else if (MI->getOperand(OpNo).isMBB()) { in EmitInlineAsmStr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFixIrreducibleControlFlow.cpp | 466 if (Op.isMBB() && Indices.count(Op.getMBB())) in makeSingleEntryLoop()
|
| H A D | WebAssemblyCFGStackify.cpp | 198 if (MO.isMBB() && MO.getMBB() == MBB) in explicitlyBranchesTo() 2279 if (MO.isMBB() && NewEndTryBBs.count(MO.getMBB())) { in fixCatchUnwindMismatches() 2560 if (MO.isMBB()) { in rewriteDepthImmediates()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFMIPeephole.cpp | 719 if (!MO.isMBB() || MO.getMBB() != Prev_MBB) in removeMayGotoZero()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYInstrInfo.cpp | 150 assert(MI.getOperand(NumOp - 1).isMBB() && "Expected MBB!"); in getBranchDestBlock()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsBranchExpansion.cpp | 234 if (MO.isMBB()) in getTargetMBB()
|