| /netbsd-src/external/apache2/llvm/dist/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() 105 if (!MO.isJTI() && !MO.isMBB() && MO.getOffset()) { in LowerSymbolOperand()
|
| H A D | M68kInstrInfo.cpp | 120 if (!iter->getOperand(0).isMBB()) in AnalyzeBranchImpl() 161 if (!iter->getOperand(0).isMBB()) in AnalyzeBranchImpl() 235 if (!iter->getOperand(0).isMBB()) in AnalyzeBranchImpl()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86OptimizeLEAs.cpp | 210 MO.isGlobal() || MO.isBlockAddress() || MO.isMCSymbol() || MO.isMBB(); in isValidDispOp() 229 (MO1.isMBB() && MO2.isMBB() && MO1.getMBB() == MO2.getMBB()); in isSimilarDispOp()
|
| H A D | X86FlagsCopyLowering.cpp | 275 return MOp.isMBB() && MOp.getMBB() == &UnsplitSucc; in splitBlock() 318 assert(OpMBB.isMBB() && "Block operand to a PHI is not a block!"); in splitBlock()
|
| H A D | X86MCInstLower.cpp | 147 assert((MO.isGlobal() || MO.isSymbol() || MO.isMBB()) && in GetSymbolFromOperand() 176 } else if (MO.isMBB()) { in GetSymbolFromOperand() 311 if (!MO.isJTI() && !MO.isMBB() && MO.getOffset()) in LowerSymbolOperand()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
| H A D | VEMCInstLower.cpp | 35 if (!MO.isJTI() && !MO.isMBB() && MO.getOffset()) in LowerSymbolOperand()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | SIPreEmitPeephole.cpp | 192 assert(Dst.isMBB() && "destination is not basic block"); in optimizeVccBranch() 206 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 __anon8dbf25c70211::MRT 570 if (CI->isMBB()) { in contains() 810 if (CI->isMBB()) { in storeLiveOuts() 1268 if (UI.isMBB() && UI.getMBB() != Succ) { in fixMBBTerminator() 1300 if (UI.isMBB()) { in fixRegionTerminator() 2538 if (UI.isMBB() && UI.getMBB() == Entry) { in splitEntry() 2586 if (Tree->isMBB()) { in containsNewBackedge()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | MachineOperand.h | 329 bool isMBB() const { return OpKind == MO_MachineBasicBlock; } in isMBB() function 553 assert(isMBB() && "Wrong MachineOperand accessor"); in getMBB() 690 assert(isMBB() && "Wrong MachineOperand mutator"); in setMBB()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonFixupHwLoops.cpp | 145 assert(MII->getOperand(0).isMBB() && in fixupLoopInstrs()
|
| H A D | HexagonBranchRelaxation.cpp | 216 assert(MO.isMBB() && "Branch with unknown expandable field type"); in reGenerateBranch()
|
| H A D | HexagonInstrInfo.cpp | 434 I->getOperand(0).isMBB(); in analyzeBranch() 469 if (LastOpcode == Hexagon::J2_jump && !LastInst->getOperand(0).isMBB()) in analyzeBranch() 472 !SecondLastInst->getOperand(0).isMBB()) in analyzeBranch() 478 if (LastOpcodeHasJMP_c && !LastInst->getOperand(1).isMBB()) in analyzeBranch() 516 if (!SecondLastInst->getOperand(1).isMBB()) in analyzeBranch() 621 assert(Cond[1].isMBB()); in insertBranch() 663 assert(Cond[1].isMBB()); in insertBranch() 2080 if (MO.isMBB()) in isConstExtended() 3679 if (BrTarget.isMBB()) { in getDotNewPredJumpOp() 3726 if (!Op.isMBB()) in getDotNewPredJumpOp() [all …]
|
| H A D | HexagonNewValueJump.cpp | 548 if (!MI.getOperand(1).isMBB()) in runOnMachineFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.cpp | 1306 if (!LastInst.getOperand(0).isMBB()) in analyzeBranch() 1311 if (!LastInst.getOperand(2).isMBB()) in analyzeBranch() 1319 if (!LastInst.getOperand(1).isMBB()) in analyzeBranch() 1327 if (!LastInst.getOperand(1).isMBB()) in analyzeBranch() 1336 if (!LastInst.getOperand(0).isMBB()) in analyzeBranch() 1347 if (!LastInst.getOperand(0).isMBB()) in analyzeBranch() 1372 if (!SecondLastInst.getOperand(2).isMBB() || in analyzeBranch() 1373 !LastInst.getOperand(0).isMBB()) in analyzeBranch() 1382 if (!SecondLastInst.getOperand(1).isMBB() || in analyzeBranch() 1383 !LastInst.getOperand(0).isMBB()) in analyzeBranch() [all …]
|
| H A D | PPCEarlyReturn.cpp | 129 if (J->getOperand(i).isMBB() && in processBlock()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | UnreachableBlockElim.cpp | 132 if (start->getOperand(i).isMBB() && in runOnMachineFunction()
|
| H A D | RDFGraph.cpp | 233 return Op.isMBB() || Op.isGlobal() || Op.isSymbol(); in operator <<() 237 if (T->isMBB()) in operator <<()
|
| H A D | MIRPrinter.cpp | 585 if (!MO.isMBB()) in guessSuccessors()
|
| H A D | TargetInstrInfo.cpp | 351 } else if (MO.isMBB()) { in PredicateInstruction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| H A D | RISCVMCInstLower.cpp | 81 if (!MO.isJTI() && !MO.isMBB() && MO.getOffset()) in lowerSymbolOperand()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.h | 130 bool hasMBBTarget() { return Target != nullptr && Target->isMBB(); } in hasMBBTarget()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyCFGStackify.cpp | 167 if (MO.isMBB() && MO.getMBB() == MBB) in explicitlyBranchesTo() 1431 if (MO.isMBB() && NewEndTryBBs.count(MO.getMBB())) { in fixCatchUnwindMismatches() 1723 if (MO.isMBB()) { in rewriteDepthImmediates()
|
| H A D | WebAssemblyFixIrreducibleControlFlow.cpp | 467 if (Op.isMBB() && Indices.count(Op.getMBB())) in makeSingleEntryLoop()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinterInlineAsm.cpp | 428 } else if (MI->getOperand(OpNo).isMBB()) { in EmitGCCInlineAsmStr()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsBranchExpansion.cpp | 229 if (MO.isMBB()) in getTargetMBB()
|