Home
last modified time | relevance | path

Searched refs:computeAndAddLiveIns (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchExpandAtomicPseudoInsts.cpp332 computeAndAddLiveIns(LiveRegs, *LoopMBB); in expandAtomicBinOp()
333 computeAndAddLiveIns(LiveRegs, *DoneMBB); in expandAtomicBinOp()
461 computeAndAddLiveIns(LiveRegs, *LoopHeadMBB); in expandAtomicMinMaxOp()
462 computeAndAddLiveIns(LiveRegs, *LoopIfBodyMBB); in expandAtomicMinMaxOp()
463 computeAndAddLiveIns(LiveRegs, *LoopTailMBB); in expandAtomicMinMaxOp()
464 computeAndAddLiveIns(LiveRegs, *DoneMBB); in expandAtomicMinMaxOp()
597 computeAndAddLiveIns(LiveRegs, *LoopHeadMBB); in expandAtomicCmpXchg()
598 computeAndAddLiveIns(LiveRegs, *LoopTailMBB); in expandAtomicCmpXchg()
599 computeAndAddLiveIns(LiveRegs, *TailMBB); in expandAtomicCmpXchg()
600 computeAndAddLiveIns(LiveReg in expandAtomicCmpXchg()
[all...]
H A DLoongArchExpandPseudoInsts.cpp480 computeAndAddLiveIns(LiveRegs, *FalseBB); in expandCopyCFR()
481 computeAndAddLiveIns(LiveRegs, *SinkBB); in expandCopyCFR()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVExpandAtomicPseudoInsts.cpp421 computeAndAddLiveIns(LiveRegs, *LoopMBB); in expandAtomicMinMaxOp()
422 computeAndAddLiveIns(LiveRegs, *DoneMBB); in expandAtomicMinMaxOp()
551 computeAndAddLiveIns(LiveRegs, *LoopHeadMBB); in tryToFoldBNEOnCmpXchgResult()
552 computeAndAddLiveIns(LiveRegs, *LoopIfBodyMBB); in tryToFoldBNEOnCmpXchgResult()
553 computeAndAddLiveIns(LiveRegs, *LoopTailMBB); in tryToFoldBNEOnCmpXchgResult()
554 computeAndAddLiveIns(LiveRegs, *DoneMBB); in tryToFoldBNEOnCmpXchgResult()
724 computeAndAddLiveIns(LiveRegs, *LoopHeadMBB);
725 computeAndAddLiveIns(LiveRegs, *LoopTailMBB);
726 computeAndAddLiveIns(LiveRegs, *DoneMBB);
H A DRISCVExpandPseudoInsts.cpp255 computeAndAddLiveIns(LiveRegs, *TrueBB); in expandCCOp()
256 computeAndAddLiveIns(LiveRegs, *MergeBB); in expandCCOp()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsExpandPseudo.cpp192 computeAndAddLiveIns(LiveRegs, *loop1MBB); in expandAtomicCmpSwapSubword()
193 computeAndAddLiveIns(LiveRegs, *loop2MBB); in expandAtomicCmpSwapSubword()
194 computeAndAddLiveIns(LiveRegs, *sinkMBB); in expandAtomicCmpSwapSubword()
195 computeAndAddLiveIns(LiveRegs, *exitMBB); in expandAtomicCmpSwapSubword()
293 computeAndAddLiveIns(LiveRegs, *loop1MBB); in expandAtomicCmpSwap()
294 computeAndAddLiveIns(LiveRegs, *loop2MBB); in expandAtomicCmpSwap()
295 computeAndAddLiveIns(LiveRegs, *exitMBB); in expandAtomicCmpSwap()
603 computeAndAddLiveIns(LiveRegs, *loopMBB); in expandAtomicBinOpSubword()
604 computeAndAddLiveIns(LiveRegs, *sinkMBB); in expandAtomicBinOpSubword()
605 computeAndAddLiveIns(LiveRegs, *exitMBB); in expandAtomicBinOpSubword()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLivePhysRegs.h195 void computeAndAddLiveIns(LivePhysRegs &LiveRegs,
205 computeAndAddLiveIns(LPR, MBB); in recomputeLiveIns()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp303 computeAndAddLiveIns(LiveRegs, *DoneBB); in expandCMP_SWAP()
304 computeAndAddLiveIns(LiveRegs, *StoreBB); in expandCMP_SWAP()
305 computeAndAddLiveIns(LiveRegs, *LoadCmpBB); in expandCMP_SWAP()
308 computeAndAddLiveIns(LiveRegs, *StoreBB); in expandCMP_SWAP()
310 computeAndAddLiveIns(LiveRegs, *LoadCmpBB); in expandCMP_SWAP()
435 computeAndAddLiveIns(LiveRegs, *DoneBB); in expandCMP_SWAP_128()
436 computeAndAddLiveIns(LiveRegs, *FailBB); in expandCMP_SWAP_128()
437 computeAndAddLiveIns(LiveRegs, *StoreBB); in expandCMP_SWAP_128()
438 computeAndAddLiveIns(LiveRegs, *LoadCmpBB); in expandCMP_SWAP_128()
442 computeAndAddLiveIns(LiveRegs, *FailBB); in expandCMP_SWAP_128()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCExpandISEL.cpp386 computeAndAddLiveIns(LPR, *NewSuccessor); in reorganizeBlockLayout()
468 computeAndAddLiveIns(LPR, *TrueBlock); in populateBlocks()
474 computeAndAddLiveIns(LPR, *FalseBlock); in populateBlocks()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp322 computeAndAddLiveIns(LiveRegs, *NewBB); in fixupConditionalBranch()
392 computeAndAddLiveIns(LiveRegs, *NewBB); in fixupConditionalBranch()
636 computeAndAddLiveIns(LiveRegs, *RestoreBB); in runOnMachineFunction()
H A DLivePhysRegs.cpp336 void llvm::computeAndAddLiveIns(LivePhysRegs &LiveRegs, in computeAndAddLiveIns() function in llvm
H A DBranchFolding.cpp427 computeAndAddLiveIns(LiveRegs, *NewMBB); in SplitMBBAt()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86WinFixupBufferSecurityCheck.cpp170 computeAndAddLiveIns(LiveRegs, *MBB); in FinishBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBlockPlacement.cpp139 computeAndAddLiveIns(LiveRegs, *NewBlock); in revertWhileToDoLoop()
H A DARMExpandPseudoInsts.cpp1909 computeAndAddLiveIns(LiveRegs, *DoneBB); in ExpandCMP_SWAP()
1910 computeAndAddLiveIns(LiveRegs, *StoreBB); in ExpandCMP_SWAP()
1911 computeAndAddLiveIns(LiveRegs, *LoadCmpBB); in ExpandCMP_SWAP()
1914 computeAndAddLiveIns(LiveRegs, *StoreBB); in ExpandCMP_SWAP()
1916 computeAndAddLiveIns(LiveRegs, *LoadCmpBB); in ExpandCMP_SWAP()
2030 computeAndAddLiveIns(LiveRegs, *DoneBB); in ExpandCMP_SWAP_64()
2031 computeAndAddLiveIns(LiveRegs, *StoreBB); in ExpandCMP_SWAP_64()
2032 computeAndAddLiveIns(LiveRegs, *LoadCmpBB); in ExpandCMP_SWAP_64()
2035 computeAndAddLiveIns(LiveRegs, *StoreBB); in ExpandCMP_SWAP_64()
2037 computeAndAddLiveIns(LiveRegs, *LoadCmpBB); in ExpandCMP_SWAP_64()