/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kMCInstLower.cpp | 40 assert((MO.isGlobal() || MO.isSymbol() || MO.isMBB()) && in GetSymbolFromOperand() 61 } else if (MO.isMBB()) { in GetSymbolFromOperand() 120 if (!MO.isJTI() && !MO.isMBB() && MO.getOffset()) { in LowerSymbolOperand()
|
H A D | M68kInstrInfo.cpp | 121 if (!iter->getOperand(0).isMBB()) in AnalyzeBranchImpl() 162 if (!iter->getOperand(0).isMBB()) in AnalyzeBranchImpl() 236 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/lib/Target/AMDGPU/ |
H A D | SIPreEmitPeephole.cpp | 214 assert(Dst.isMBB() && "destination is not basic block"); in optimizeVccBranch() 228 assert(Dst.isMBB() && "destination is not basic block"); in optimizeVccBranch()
|
H A D | AMDGPUMachineCFGStructurizer.cpp | 442 bool isMBB() { return getMBBMRT() != nullptr; } in isMBB() function in __anon3d3c1dbc0211::MRT 570 if (CI->isMBB()) { in contains() 806 if (CI->isMBB()) { in storeLiveOuts() 1257 if (UI.isMBB() && UI.getMBB() != Succ) { in fixMBBTerminator() 1286 if (UI.isMBB()) { in fixRegionTerminator() 2505 if (UI.isMBB() && UI.getMBB() == Entry) { in splitEntry() 2551 if (Tree->isMBB()) { in containsNewBackedge()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineOperand.h | 336 /// isMBB - Tests if this is a MO_MachineBasicBlock operand. 337 bool isMBB() const { return OpKind == MO_MachineBasicBlock; } in isMBB() function 572 assert(isMBB() && "Wrong MachineOperand accessor"); in getMBB() 728 assert(isMBB() && "Wrong MachineOperand mutator"); in setMBB()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonFixupHwLoops.cpp | 145 assert(MII->getOperand(0).isMBB() && in fixupLoopInstrs()
|
H A D | HexagonBranchRelaxation.cpp | 217 assert(MO.isMBB() && "Branch with unknown expandable field type"); in reGenerateBranch()
|
H A D | HexagonInstrInfo.cpp | 479 I->getOperand(0).isMBB(); in analyzeBranch() 514 if (LastOpcode == Hexagon::J2_jump && !LastInst->getOperand(0).isMBB()) in analyzeBranch() 517 !SecondLastInst->getOperand(0).isMBB()) in analyzeBranch() 523 if (LastOpcodeHasJMP_c && !LastInst->getOperand(1).isMBB()) in analyzeBranch() 561 if (!SecondLastInst->getOperand(1).isMBB()) in analyzeBranch() 666 assert(Cond[1].isMBB()); in insertBranch() 708 assert(Cond[1].isMBB()); in insertBranch() 2168 if (MO.isMBB()) in isConstExtended() 3786 if (BrTarget.isMBB()) { in getDotNewPredJumpOp() 3833 if (!Op.isMBB()) in getDotNewPredJumpOp() [all …]
|
H A D | HexagonNewValueJump.cpp | 543 if (!MI.getOperand(1).isMBB()) in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCEarlyReturn.cpp | 128 if (J->getOperand(i).isMBB() && in processBlock()
|
H A D | PPCInstrInfo.cpp | 1295 if (!LastInst.getOperand(0).isMBB()) in analyzeBranch() 1300 if (!LastInst.getOperand(2).isMBB()) in analyzeBranch() 1308 if (!LastInst.getOperand(1).isMBB()) in analyzeBranch() 1316 if (!LastInst.getOperand(1).isMBB()) in analyzeBranch() 1325 if (!LastInst.getOperand(0).isMBB()) in analyzeBranch() 1336 if (!LastInst.getOperand(0).isMBB()) in analyzeBranch() 1361 if (!SecondLastInst.getOperand(2).isMBB() || in analyzeBranch() 1362 !LastInst.getOperand(0).isMBB()) in analyzeBranch() 1371 if (!SecondLastInst.getOperand(1).isMBB() || in analyzeBranch() 1372 !LastInst.getOperand(0).isMBB()) in analyzeBranch() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | UnreachableBlockElim.cpp | 129 if (Phi.getOperand(i).isMBB() && in runOnMachineFunction()
|
H A D | WindowScheduler.cpp | 705 else if (MO.isMBB() && MO.getMBB() == MBB) in getAntiRegister()
|
H A D | TargetInstrInfo.cpp | 350 } else if (MO.isMBB()) { in PredicateInstruction() 1881 if (MOP.isMBB() || MOP.isBlockAddress() || MOP.isCPI() || MOP.isJTI()) in getOutliningType()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchMCInstLower.cpp | 125 if (!MO.isJTI() && !MO.isMBB() && MO.getOffset()) in lowerSymbolOperand()
|
/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/WebAssembly/ |
H A D | WebAssemblyCFGStackify.cpp | 166 if (MO.isMBB() && MO.getMBB() == MBB) in explicitlyBranchesTo() 1412 if (MO.isMBB() && NewEndTryBBs.count(MO.getMBB())) { in fixCatchUnwindMismatches() 1664 if (MO.isMBB()) { in rewriteDepthImmediates()
|
H A D | WebAssemblyFixIrreducibleControlFlow.cpp | 466 if (Op.isMBB() && Indices.count(Op.getMBB())) in makeSingleEntryLoop()
|
/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/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()
|