Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVExpandAtomicPseudoInsts.cpp373 computeAndAddLiveIns(LiveRegs, *LoopMBB); in expandAtomicBinOp()
374 computeAndAddLiveIns(LiveRegs, *DoneMBB); in expandAtomicBinOp()
503 computeAndAddLiveIns(LiveRegs, *LoopHeadMBB); in expandAtomicMinMaxOp()
504 computeAndAddLiveIns(LiveRegs, *LoopIfBodyMBB); in expandAtomicMinMaxOp()
505 computeAndAddLiveIns(LiveRegs, *LoopTailMBB); in expandAtomicMinMaxOp()
506 computeAndAddLiveIns(LiveRegs, *DoneMBB); in expandAtomicMinMaxOp()
600 computeAndAddLiveIns(LiveRegs, *LoopHeadMBB); in expandAtomicCmpXchg()
601 computeAndAddLiveIns(LiveRegs, *LoopTailMBB); in expandAtomicCmpXchg()
602 computeAndAddLiveIns(LiveRegs, *DoneMBB); in expandAtomicCmpXchg()
H A DRISCVExpandPseudoInsts.cpp191 computeAndAddLiveIns(LiveRegs, *NewMBB); in expandAuipcInstPair()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp252 computeAndAddLiveIns(LiveRegs, *DoneBB); in expandCMP_SWAP()
253 computeAndAddLiveIns(LiveRegs, *StoreBB); in expandCMP_SWAP()
257 computeAndAddLiveIns(LiveRegs, *StoreBB); in expandCMP_SWAP()
384 computeAndAddLiveIns(LiveRegs, *DoneBB); in expandCMP_SWAP_128()
385 computeAndAddLiveIns(LiveRegs, *FailBB); in expandCMP_SWAP_128()
386 computeAndAddLiveIns(LiveRegs, *StoreBB); in expandCMP_SWAP_128()
391 computeAndAddLiveIns(LiveRegs, *FailBB); in expandCMP_SWAP_128()
677 computeAndAddLiveIns(LiveRegs, *DoneBB); in expandSetTagLoop()
678 computeAndAddLiveIns(LiveRegs, *LoopBB); in expandSetTagLoop()
682 computeAndAddLiveIns(LiveRegs, *LoopBB); in expandSetTagLoop()
[all …]
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLivePhysRegs.h192 void computeAndAddLiveIns(LivePhysRegs &LiveRegs,
199 computeAndAddLiveIns(LPR, MBB); in recomputeLiveIns()
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp266 computeAndAddLiveIns(LiveRegs, *NewBB); in splitBlockBeforeInstr()
331 computeAndAddLiveIns(LiveRegs, *NewBB); in fixupConditionalBranch()
H A DLivePhysRegs.cpp339 void llvm::computeAndAddLiveIns(LivePhysRegs &LiveRegs, in computeAndAddLiveIns() function in llvm
H A DBranchFolding.cpp419 computeAndAddLiveIns(LiveRegs, *NewMBB); in SplitMBBAt()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp1730 computeAndAddLiveIns(LiveRegs, *DoneBB); in ExpandCMP_SWAP()
1731 computeAndAddLiveIns(LiveRegs, *StoreBB); in ExpandCMP_SWAP()
1732 computeAndAddLiveIns(LiveRegs, *LoadCmpBB); in ExpandCMP_SWAP()
1735 computeAndAddLiveIns(LiveRegs, *StoreBB); in ExpandCMP_SWAP()
1737 computeAndAddLiveIns(LiveRegs, *LoadCmpBB); in ExpandCMP_SWAP()
1850 computeAndAddLiveIns(LiveRegs, *DoneBB); in ExpandCMP_SWAP_64()
1851 computeAndAddLiveIns(LiveRegs, *StoreBB); in ExpandCMP_SWAP_64()
1852 computeAndAddLiveIns(LiveRegs, *LoadCmpBB); in ExpandCMP_SWAP_64()
1855 computeAndAddLiveIns(LiveRegs, *StoreBB); in ExpandCMP_SWAP_64()
1857 computeAndAddLiveIns(LiveRegs, *LoadCmpBB); in ExpandCMP_SWAP_64()