Home
last modified time | relevance | path

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

/freebsd-14.2/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(LiveRegs, *DoneMBB); in expandAtomicCmpXchg()
H A DLoongArchExpandPseudoInsts.cpp424 computeAndAddLiveIns(LiveRegs, *FalseBB); in expandCopyCFR()
425 computeAndAddLiveIns(LiveRegs, *SinkBB); in expandCopyCFR()
/freebsd-14.2/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()
567 computeAndAddLiveIns(LiveRegs, *loopMBB); in expandAtomicBinOpSubword()
568 computeAndAddLiveIns(LiveRegs, *sinkMBB); in expandAtomicBinOpSubword()
569 computeAndAddLiveIns(LiveRegs, *exitMBB); in expandAtomicBinOpSubword()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVExpandAtomicPseudoInsts.cpp421 computeAndAddLiveIns(LiveRegs, *LoopMBB); in expandAtomicBinOp()
422 computeAndAddLiveIns(LiveRegs, *DoneMBB); in expandAtomicBinOp()
551 computeAndAddLiveIns(LiveRegs, *LoopHeadMBB); in expandAtomicMinMaxOp()
552 computeAndAddLiveIns(LiveRegs, *LoopIfBodyMBB); in expandAtomicMinMaxOp()
553 computeAndAddLiveIns(LiveRegs, *LoopTailMBB); in expandAtomicMinMaxOp()
554 computeAndAddLiveIns(LiveRegs, *DoneMBB); in expandAtomicMinMaxOp()
724 computeAndAddLiveIns(LiveRegs, *LoopHeadMBB); in expandAtomicCmpXchg()
725 computeAndAddLiveIns(LiveRegs, *LoopTailMBB); in expandAtomicCmpXchg()
726 computeAndAddLiveIns(LiveRegs, *DoneMBB); in expandAtomicCmpXchg()
H A DRISCVExpandPseudoInsts.cpp255 computeAndAddLiveIns(LiveRegs, *TrueBB); in expandCCOp()
256 computeAndAddLiveIns(LiveRegs, *MergeBB); in expandCCOp()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLivePhysRegs.h193 void computeAndAddLiveIns(LivePhysRegs &LiveRegs,
203 computeAndAddLiveIns(LPR, MBB); in recomputeLiveIns()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp290 computeAndAddLiveIns(LiveRegs, *DoneBB); in expandCMP_SWAP()
291 computeAndAddLiveIns(LiveRegs, *StoreBB); in expandCMP_SWAP()
295 computeAndAddLiveIns(LiveRegs, *StoreBB); in expandCMP_SWAP()
422 computeAndAddLiveIns(LiveRegs, *DoneBB); in expandCMP_SWAP_128()
423 computeAndAddLiveIns(LiveRegs, *FailBB); in expandCMP_SWAP_128()
424 computeAndAddLiveIns(LiveRegs, *StoreBB); in expandCMP_SWAP_128()
429 computeAndAddLiveIns(LiveRegs, *FailBB); in expandCMP_SWAP_128()
735 computeAndAddLiveIns(LiveRegs, *DoneBB); in expandSetTagLoop()
736 computeAndAddLiveIns(LiveRegs, *LoopBB); in expandSetTagLoop()
740 computeAndAddLiveIns(LiveRegs, *LoopBB); in expandSetTagLoop()
[all …]
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp322 computeAndAddLiveIns(LiveRegs, *NewBB); in splitBlockBeforeInstr()
392 computeAndAddLiveIns(LiveRegs, *NewBB); in fixupConditionalBranch()
636 computeAndAddLiveIns(LiveRegs, *RestoreBB); in fixupUnconditionalBranch()
H A DLivePhysRegs.cpp336 void llvm::computeAndAddLiveIns(LivePhysRegs &LiveRegs, in computeAndAddLiveIns() function in llvm
H A DBranchFolding.cpp423 computeAndAddLiveIns(LiveRegs, *NewMBB); in SplitMBBAt()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBlockPlacement.cpp139 computeAndAddLiveIns(LiveRegs, *NewBlock); in revertWhileToDoLoop()
H A DARMExpandPseudoInsts.cpp1895 computeAndAddLiveIns(LiveRegs, *DoneBB); in ExpandCMP_SWAP()
1896 computeAndAddLiveIns(LiveRegs, *StoreBB); in ExpandCMP_SWAP()
1897 computeAndAddLiveIns(LiveRegs, *LoadCmpBB); in ExpandCMP_SWAP()
1900 computeAndAddLiveIns(LiveRegs, *StoreBB); in ExpandCMP_SWAP()
1902 computeAndAddLiveIns(LiveRegs, *LoadCmpBB); in ExpandCMP_SWAP()
2016 computeAndAddLiveIns(LiveRegs, *DoneBB); in ExpandCMP_SWAP_64()
2017 computeAndAddLiveIns(LiveRegs, *StoreBB); in ExpandCMP_SWAP_64()
2018 computeAndAddLiveIns(LiveRegs, *LoadCmpBB); in ExpandCMP_SWAP_64()
2021 computeAndAddLiveIns(LiveRegs, *StoreBB); in ExpandCMP_SWAP_64()
2023 computeAndAddLiveIns(LiveRegs, *LoadCmpBB); in ExpandCMP_SWAP_64()