Home
last modified time | relevance | path

Searched refs:isMBB (Results 1 – 25 of 30) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86OptimizeLEAs.cpp210 MO.isGlobal() || MO.isBlockAddress() || MO.isMCSymbol() || MO.isMBB(); in isValidDispOp()
229 (MO1.isMBB() && MO2.isMBB() && MO1.getMBB() == MO2.getMBB()); in isSimilarDispOp()
DX86FlagsCopyLowering.cpp274 return MOp.isMBB() && MOp.getMBB() == &UnsplitSucc; in splitBlock()
317 assert(OpMBB.isMBB() && "Block operand to a PHI is not a block!"); in splitBlock()
DX86MCInstLower.cpp120 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/
DMachineOperand.h327 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/
DPPCInstrInfo.cpp530 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 …]
DPPCEarlyReturn.cpp123 if (J->getOperand(i).isMBB() && in processBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVMCInstLower.cpp80 if (!MO.isJTI() && !MO.isMBB() && MO.getOffset()) in lowerSymbolOperand()
DRISCVInstrInfo.cpp750 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/
DHexagonFixupHwLoops.cpp145 assert(MII->getOperand(0).isMBB() && in fixupLoopInstrs()
DHexagonBranchRelaxation.cpp216 assert(MO.isMBB() && "Branch with unknown expandable field type"); in reGenerateBranch()
DHexagonInstrInfo.cpp428 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 …]
DHexagonNewValueJump.cpp548 if (!MI.getOperand(1).isMBB()) in runOnMachineFunction()
DRDFGraph.cpp233 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/
DUnreachableBlockElim.cpp136 if (start->getOperand(i).isMBB() && in runOnMachineFunction()
DMIRPrinter.cpp558 if (!MO.isMBB()) in guessSuccessors()
DTargetInstrInfo.cpp341 } else if (MO.isMBB()) { in PredicateInstruction()
DMachineBasicBlock.cpp1207 if (I->getOperand(i).isMBB() && in ReplaceUsesOfBlockWith()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h130 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/
DAMDGPUMachineCFGStructurizer.cpp461 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/
DMipsBranchExpansion.cpp229 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/
DWebAssemblyFixIrreducibleControlFlow.cpp455 if (Op.isMBB() && Indices.count(Op.getMBB())) in makeSingleEntryLoop()
DWebAssemblyCFGStackify.cpp125 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/
DAsmPrinterInlineAsm.cpp465 } else if (MI->getOperand(OpNo).isMBB()) { in EmitGCCInlineAsmStr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMLowOverheadLoops.cpp432 if (!End->getOperand(1).isMBB()) in CheckLegality()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelectorImpl.h694 if (!State.MIs[InsnID]->getOperand(OpIdx).isMBB()) { in executeMatchTable()

12