Home
last modified time | relevance | path

Searched refs:RestoreBB (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp582 std::prev(RestoreBB->getIterator()) in fixupUnconditionalBranch()
583 ->setIsEndSection(RestoreBB->isEndSection()); in fixupUnconditionalBranch()
584 RestoreBB->setIsEndSection(false); in fixupUnconditionalBranch()
596 if (!RestoreBB->empty()) { in fixupUnconditionalBranch()
633 RestoreBB->addSuccessor(DestBB); in fixupUnconditionalBranch()
634 BranchBB->replaceSuccessor(DestBB, RestoreBB); in fixupUnconditionalBranch()
636 computeAndAddLiveIns(LiveRegs, *RestoreBB); in fixupUnconditionalBranch()
638 BlockInfo[RestoreBB->getNumber()].Size = computeBlockSize(*RestoreBB); in fixupUnconditionalBranch()
643 RestoreBB->setSectionID(DestBB->getSectionID()); in fixupUnconditionalBranch()
646 RelaxedUnconditionals.insert({BranchBB, RestoreBB}); in fixupUnconditionalBranch()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.cpp408 MachineBasicBlock &RestoreBB, in insertIndirectBranch() argument
460 PCALAU12I.getOperand(1).setMBB(&RestoreBB); in insertIndirectBranch()
461 ADDI.getOperand(2).setMBB(&RestoreBB); in insertIndirectBranch()
462 loadRegFromStackSlot(RestoreBB, RestoreBB.end(), Scav, FrameIndex, in insertIndirectBranch()
464 TRI->eliminateFrameIndex(RestoreBB.back(), in insertIndirectBranch()
H A DLoongArchInstrInfo.h75 MachineBasicBlock &RestoreBB, const DebugLoc &DL,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.h116 MachineBasicBlock &RestoreBB, const DebugLoc &DL,
H A DAVRInstrInfo.cpp562 MachineBasicBlock &RestoreBB, in insertIndirectBranch() argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h116 MachineBasicBlock &RestoreBB, const DebugLoc &DL,
H A DRISCVInstrInfo.cpp1096 MachineBasicBlock &RestoreBB, in insertIndirectBranch() argument
1103 assert(RestoreBB.empty() && in insertIndirectBranch()
1147 MI.getOperand(1).setMBB(&RestoreBB); in insertIndirectBranch()
1149 loadRegFromStackSlot(RestoreBB, RestoreBB.end(), TmpGPR, FrameIndex, in insertIndirectBranch()
1151 TRI->eliminateFrameIndex(RestoreBB.back(), in insertIndirectBranch()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h234 MachineBasicBlock &RestoreBB, const DebugLoc &DL,
H A DAArch64InstrInfo.cpp260 MachineBasicBlock &RestoreBB, in insertIndirectBranch() argument
268 assert(RestoreBB.empty() && in insertIndirectBranch()
321 BuildMI(MBB, MBB.end(), DL, get(AArch64::B)).addMBB(&RestoreBB); in insertIndirectBranch()
323 BuildMI(RestoreBB, RestoreBB.end(), DL, get(AArch64::LDRXpost)) in insertIndirectBranch()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1482 llvm::BasicBlock *RestoreBB = Builder.GetInsertBlock(); in EmitCaseStmtRange() local
1515 if (RestoreBB) in EmitCaseStmtRange()
1516 Builder.SetInsertPoint(RestoreBB); in EmitCaseStmtRange()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h615 MachineBasicBlock &RestoreBB,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h339 MachineBasicBlock &RestoreBB, const DebugLoc &DL,
H A DSIInstrInfo.cpp2829 MachineBasicBlock &RestoreBB, in insertIndirectBranch() argument
2836 assert(RestoreBB.empty() && in insertIndirectBranch()
2928 TRI->spillEmergencySGPR(GetPC, RestoreBB, AMDGPU::SGPR0_SGPR1, RS); in insertIndirectBranch()
2933 MCSymbol *DestLabel = Scav ? DestBB.getSymbol() : RestoreBB.getSymbol(); in insertIndirectBranch()