| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | BranchRelaxation.cpp | 582 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 D | LoongArchInstrInfo.cpp | 408 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 D | LoongArchInstrInfo.h | 75 MachineBasicBlock &RestoreBB, const DebugLoc &DL,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.h | 116 MachineBasicBlock &RestoreBB, const DebugLoc &DL,
|
| H A D | AVRInstrInfo.cpp | 562 MachineBasicBlock &RestoreBB, in insertIndirectBranch() argument
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.h | 116 MachineBasicBlock &RestoreBB, const DebugLoc &DL,
|
| H A D | RISCVInstrInfo.cpp | 1096 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 D | AArch64InstrInfo.h | 234 MachineBasicBlock &RestoreBB, const DebugLoc &DL,
|
| H A D | AArch64InstrInfo.cpp | 260 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 D | CGStmt.cpp | 1482 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 D | TargetInstrInfo.h | 615 MachineBasicBlock &RestoreBB,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.h | 339 MachineBasicBlock &RestoreBB, const DebugLoc &DL,
|
| H A D | SIInstrInfo.cpp | 2829 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()
|