| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchExpandAtomicPseudoInsts.cpp | 350 computeAndAddLiveIns(LiveRegs, *LoopMBB); in expandAtomicBinOp() 351 computeAndAddLiveIns(LiveRegs, *DoneMBB); in expandAtomicBinOp() 491 computeAndAddLiveIns(LiveRegs, *LoopHeadMBB); in expandAtomicMinMaxOp() 492 computeAndAddLiveIns(LiveRegs, *LoopIfBodyMBB); in expandAtomicMinMaxOp() 493 computeAndAddLiveIns(LiveRegs, *LoopTailMBB); in expandAtomicMinMaxOp() 494 computeAndAddLiveIns(LiveRegs, *DoneMBB); in expandAtomicMinMaxOp() 631 computeAndAddLiveIns(LiveRegs, *LoopHeadMBB); in expandAtomicCmpXchg() 632 computeAndAddLiveIns(LiveRegs, *LoopTailMBB); in expandAtomicCmpXchg() 633 computeAndAddLiveIns(LiveRegs, *TailMBB); in expandAtomicCmpXchg() 634 computeAndAddLiveIns(LiveRegs, *DoneMBB); in expandAtomicCmpXchg() [all …]
|
| H A D | LoongArchExpandPseudoInsts.cpp | 766 computeAndAddLiveIns(LiveRegs, *FalseBB); in expandCopyCFR() 767 computeAndAddLiveIns(LiveRegs, *SinkBB); in expandCopyCFR()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsExpandPseudo.cpp | 191 computeAndAddLiveIns(LiveRegs, *loop1MBB); in expandAtomicCmpSwapSubword() 192 computeAndAddLiveIns(LiveRegs, *loop2MBB); in expandAtomicCmpSwapSubword() 193 computeAndAddLiveIns(LiveRegs, *sinkMBB); in expandAtomicCmpSwapSubword() 194 computeAndAddLiveIns(LiveRegs, *exitMBB); in expandAtomicCmpSwapSubword() 292 computeAndAddLiveIns(LiveRegs, *loop1MBB); in expandAtomicCmpSwap() 293 computeAndAddLiveIns(LiveRegs, *loop2MBB); in expandAtomicCmpSwap() 294 computeAndAddLiveIns(LiveRegs, *exitMBB); in expandAtomicCmpSwap() 693 computeAndAddLiveIns(LiveRegs, *loopMBB); in expandAtomicBinOpSubword() 696 computeAndAddLiveIns(LiveRegs, *loop1MBB); in expandAtomicBinOpSubword() 697 computeAndAddLiveIns(LiveRegs, *loop2MBB); in expandAtomicBinOpSubword() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVExpandAtomicPseudoInsts.cpp | 419 computeAndAddLiveIns(LiveRegs, *LoopMBB); in expandAtomicBinOp() 420 computeAndAddLiveIns(LiveRegs, *DoneMBB); in expandAtomicBinOp() 549 computeAndAddLiveIns(LiveRegs, *LoopHeadMBB); in expandAtomicMinMaxOp() 550 computeAndAddLiveIns(LiveRegs, *LoopIfBodyMBB); in expandAtomicMinMaxOp() 551 computeAndAddLiveIns(LiveRegs, *LoopTailMBB); in expandAtomicMinMaxOp() 552 computeAndAddLiveIns(LiveRegs, *DoneMBB); in expandAtomicMinMaxOp() 722 computeAndAddLiveIns(LiveRegs, *LoopHeadMBB); in expandAtomicCmpXchg() 723 computeAndAddLiveIns(LiveRegs, *LoopTailMBB); in expandAtomicCmpXchg() 724 computeAndAddLiveIns(LiveRegs, *DoneMBB); in expandAtomicCmpXchg()
|
| H A D | RISCVExpandPseudoInsts.cpp | 274 computeAndAddLiveIns(LiveRegs, *TrueBB); in expandCCOp() 275 computeAndAddLiveIns(LiveRegs, *MergeBB); in expandCCOp()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LivePhysRegs.h | 195 void computeAndAddLiveIns(LivePhysRegs &LiveRegs, 208 computeAndAddLiveIns(LPR, MBB); in recomputeLiveIns()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ExpandPseudoInsts.cpp | 303 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/CodeGen/ |
| H A D | BranchRelaxation.cpp | 340 computeAndAddLiveIns(LiveRegs, *NewBB); in splitBlockBeforeInstr() 415 computeAndAddLiveIns(LiveRegs, *NewBB); in fixupConditionalBranch() 661 computeAndAddLiveIns(LiveRegs, *RestoreBB); in fixupUnconditionalBranch()
|
| H A D | LivePhysRegs.cpp | 336 void llvm::computeAndAddLiveIns(LivePhysRegs &LiveRegs, in computeAndAddLiveIns() function in llvm
|
| H A D | BranchFolding.cpp | 452 computeAndAddLiveIns(LiveRegs, *NewMBB); in SplitMBBAt()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMBlockPlacement.cpp | 139 computeAndAddLiveIns(LiveRegs, *NewBlock); in revertWhileToDoLoop()
|
| H A D | ARMExpandPseudoInsts.cpp | 1946 computeAndAddLiveIns(LiveRegs, *DoneBB); in ExpandCMP_SWAP() 1947 computeAndAddLiveIns(LiveRegs, *StoreBB); in ExpandCMP_SWAP() 1948 computeAndAddLiveIns(LiveRegs, *LoadCmpBB); in ExpandCMP_SWAP() 1951 computeAndAddLiveIns(LiveRegs, *StoreBB); in ExpandCMP_SWAP() 1953 computeAndAddLiveIns(LiveRegs, *LoadCmpBB); in ExpandCMP_SWAP() 2070 computeAndAddLiveIns(LiveRegs, *DoneBB); in ExpandCMP_SWAP_64() 2071 computeAndAddLiveIns(LiveRegs, *StoreBB); in ExpandCMP_SWAP_64() 2072 computeAndAddLiveIns(LiveRegs, *LoadCmpBB); in ExpandCMP_SWAP_64() 2075 computeAndAddLiveIns(LiveRegs, *StoreBB); in ExpandCMP_SWAP_64() 2077 computeAndAddLiveIns(LiveRegs, *LoadCmpBB); in ExpandCMP_SWAP_64()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FrameLowering.cpp | 1164 computeAndAddLiveIns(LiveRegs, *ContinueMBB); in emitStackProbeInlineWindowsCoreCLR64()
|