/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
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()
|
D | X86FlagsCopyLowering.cpp | 274 return MOp.isMBB() && MOp.getMBB() == &UnsplitSucc; in splitBlock() 317 assert(OpMBB.isMBB() && "Block operand to a PHI is not a block!"); in splitBlock()
|
D | X86MCInstLower.cpp | 120 assert((MO.isGlobal() || MO.isSymbol() || MO.isMBB()) && in GetSymbolFromOperand() 149 } else if (MO.isMBB()) { in GetSymbolFromOperand() 284 if (!MO.isJTI() && !MO.isMBB() && MO.getOffset()) in LowerSymbolOperand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 327 bool isMBB() const { return OpKind == MO_MachineBasicBlock; } in isMBB() function 551 assert(isMBB() && "Wrong MachineOperand accessor"); in getMBB() 688 assert(isMBB() && "Wrong MachineOperand mutator"); in setMBB()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.cpp | 530 if (!LastInst.getOperand(0).isMBB()) in analyzeBranch() 535 if (!LastInst.getOperand(2).isMBB()) in analyzeBranch() 543 if (!LastInst.getOperand(1).isMBB()) in analyzeBranch() 551 if (!LastInst.getOperand(1).isMBB()) in analyzeBranch() 560 if (!LastInst.getOperand(0).isMBB()) in analyzeBranch() 571 if (!LastInst.getOperand(0).isMBB()) in analyzeBranch() 596 if (!SecondLastInst.getOperand(2).isMBB() || in analyzeBranch() 597 !LastInst.getOperand(0).isMBB()) in analyzeBranch() 606 if (!SecondLastInst.getOperand(1).isMBB() || in analyzeBranch() 607 !LastInst.getOperand(0).isMBB()) in analyzeBranch() [all …]
|
D | PPCEarlyReturn.cpp | 123 if (J->getOperand(i).isMBB() && in processBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVMCInstLower.cpp | 80 if (!MO.isJTI() && !MO.isMBB() && MO.getOffset()) in lowerSymbolOperand()
|
D | RISCVInstrInfo.cpp | 750 if (MO.isMBB() || MO.isBlockAddress() || MO.isCPI()) in getOutliningType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonFixupHwLoops.cpp | 145 assert(MII->getOperand(0).isMBB() && in fixupLoopInstrs()
|
D | HexagonBranchRelaxation.cpp | 216 assert(MO.isMBB() && "Branch with unknown expandable field type"); in reGenerateBranch()
|
D | HexagonInstrInfo.cpp | 428 I->getOperand(0).isMBB(); in analyzeBranch() 463 if (LastOpcode == Hexagon::J2_jump && !LastInst->getOperand(0).isMBB()) in analyzeBranch() 466 !SecondLastInst->getOperand(0).isMBB()) in analyzeBranch() 472 if (LastOpcodeHasJMP_c && !LastInst->getOperand(1).isMBB()) in analyzeBranch() 510 if (!SecondLastInst->getOperand(1).isMBB()) in analyzeBranch() 615 assert(Cond[1].isMBB()); in insertBranch() 657 assert(Cond[1].isMBB()); in insertBranch() 2052 if (MO.isMBB()) in isConstExtended() 3587 if (BrTarget.isMBB()) { in getDotNewPredJumpOp() 3634 if (!Op.isMBB()) in getDotNewPredJumpOp() [all …]
|
D | HexagonNewValueJump.cpp | 548 if (!MI.getOperand(1).isMBB()) in runOnMachineFunction()
|
D | RDFGraph.cpp | 233 return Op.isMBB() || Op.isGlobal() || Op.isSymbol(); in operator <<() 237 if (T->isMBB()) in operator <<()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | UnreachableBlockElim.cpp | 136 if (start->getOperand(i).isMBB() && in runOnMachineFunction()
|
D | MIRPrinter.cpp | 558 if (!MO.isMBB()) in guessSuccessors()
|
D | TargetInstrInfo.cpp | 341 } else if (MO.isMBB()) { in PredicateInstruction()
|
D | MachineBasicBlock.cpp | 1207 if (I->getOperand(i).isMBB() && in ReplaceUsesOfBlockWith()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.h | 130 bool hasMBBTarget() { return Target != nullptr && Target->isMBB(); } in hasMBBTarget()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUMachineCFGStructurizer.cpp | 461 bool isMBB() { return getMBBMRT() != nullptr; } in isMBB() function in __anonffb9c4130211::MRT 589 if (CI->isMBB()) { in contains() 829 if (CI->isMBB()) { in storeLiveOuts() 1286 if (UI.isMBB() && UI.getMBB() != Succ) { in fixMBBTerminator() 1318 if (UI.isMBB()) { in fixRegionTerminator() 2560 if (UI.isMBB() && UI.getMBB() == Entry) { in splitEntry() 2608 if (Tree->isMBB()) { in containsNewBackedge()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsBranchExpansion.cpp | 229 if (MO.isMBB()) in getTargetMBB() 346 assert(MO.isMBB() && "MBB operand expected."); in replaceBranch()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFixIrreducibleControlFlow.cpp | 455 if (Op.isMBB() && Indices.count(Op.getMBB())) in makeSingleEntryLoop()
|
D | WebAssemblyCFGStackify.cpp | 125 if (MO.isMBB() && MO.getMBB() == MBB) in explicitlyBranchesTo() 1333 if (MO.isMBB()) in rewriteDepthImmediates()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterInlineAsm.cpp | 465 } else if (MI->getOperand(OpNo).isMBB()) { in EmitGCCInlineAsmStr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMLowOverheadLoops.cpp | 432 if (!End->getOperand(1).isMBB()) in CheckLegality()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | InstructionSelectorImpl.h | 694 if (!State.MIs[InsnID]->getOperand(OpIdx).isMBB()) { in executeMatchTable()
|