Home
last modified time | relevance | path

Searched refs:SMBB (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp995 MachineBasicBlock *SMBB = MBB.splitAt(PrevMI, /*UpdateLiveIns*/ true); in expandRestoreZA() local
996 MachineBasicBlock *EndBB = std::next(MI.getIterator()) == SMBB->end() in expandRestoreZA()
997 ? *SMBB->successors().begin() in expandRestoreZA()
998 : SMBB->splitAt(MI, /*UpdateLiveIns*/ true); in expandRestoreZA()
1001 Cbz.addMBB(SMBB); in expandRestoreZA()
1008 BuildMI(*SMBB, SMBB->end(), DL, TII->get(AArch64::BL)); in expandRestoreZA()
1012 BuildMI(SMBB, DL, TII->get(AArch64::B)).addMBB(EndBB); in expandRestoreZA()
1094 MachineBasicBlock *SMBB = MBB.splitAt(PrevMI, /*UpdateLiveIns*/ true); in expandCondSMToggle() local
1095 MachineBasicBlock *EndBB = std::next(MI.getIterator()) == SMBB->end() in expandCondSMToggle()
1096 ? *SMBB->successors().begin() in expandCondSMToggle()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp74 for (const MachineBasicBlock *SMBB : MBB.successors()) { in computeLastInsertPoint() local
75 if (SMBB->isEHPad()) { in computeLastInsertPoint()
76 ExceptionalSuccessors.push_back(SMBB); in computeLastInsertPoint()
78 } else if (SMBB->isInlineAsmBrIndirectTarget()) in computeLastInsertPoint()
79 ExceptionalSuccessors.push_back(SMBB); in computeLastInsertPoint()
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dqcom_smbb.txt13 Description: Base address of registers for SMBB block
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp11338 MachineBasicBlock *SMBB = Successors.pop_back_val(); in EmitSjLjDispatchBlock() local
11339 if (SMBB->isEHPad()) { in EmitSjLjDispatchBlock()
11340 BB->removeSuccessor(SMBB); in EmitSjLjDispatchBlock()
11341 MBBLPads.push_back(SMBB); in EmitSjLjDispatchBlock()