Home
last modified time | relevance | path

Searched refs:CurrentMBB (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCExpandAtomicPseudoInsts.cpp157 PairedCopy(TII, *CurrentMBB, CurrentMBB->end(), DL, ScratchHi, ScratchLo, in expandAtomicRMW128()
200 CurrentMBB->addSuccessor(LoopMBB); in expandAtomicRMW128()
201 CurrentMBB->addSuccessor(ExitMBB); in expandAtomicRMW128()
271 CurrentMBB->addSuccessor(CmpSuccMBB); in expandAtomicCmpSwap128()
272 CurrentMBB->addSuccessor(CmpFailMBB); in expandAtomicCmpSwap128()
274 CurrentMBB = CmpSuccMBB; in expandAtomicCmpSwap128()
275 PairedCopy(TII, *CurrentMBB, CurrentMBB->end(), DL, ScratchHi, ScratchLo, in expandAtomicCmpSwap128()
283 CurrentMBB->addSuccessor(LoopCmpMBB); in expandAtomicCmpSwap128()
284 CurrentMBB->addSuccessor(ExitMBB); in expandAtomicCmpSwap128()
285 CurrentMBB = CmpFailMBB; in expandAtomicCmpSwap128()
[all …]
H A DPPCFrameLowering.cpp1248 MachineBasicBlock *CurrentMBB = &PrologMBB; in inlineStackProbe() local
1466 CurrentMBB = probeRealignedStack(*CurrentMBB, {MI}, ScratchReg, FPReg); in inlineStackProbe()
1468 buildDefCFAReg(*CurrentMBB, {MI}, FPReg); in inlineStackProbe()
1474 buildDefCFA(*CurrentMBB, {MI}, FPReg, 0); in inlineStackProbe()
1493 buildDefCFAReg(*CurrentMBB, {MI}, SPReg); in inlineStackProbe()
1500 MaterializeImm(*CurrentMBB, {MI}, NumBlocks, ScratchReg); in inlineStackProbe()
1507 std::next(CurrentMBB->getIterator()); in inlineStackProbe()
1520 ExitMBB->splice(ExitMBB->end(), CurrentMBB, in inlineStackProbe()
1522 CurrentMBB->end()); in inlineStackProbe()
1523 ExitMBB->transferSuccessorsAndUpdatePHIs(CurrentMBB); in inlineStackProbe()
[all …]