Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVExpandPseudoInsts.cpp313 computeAndAddLiveIns(LiveRegs, *LoopMBB); in expandAtomicBinOp()
314 computeAndAddLiveIns(LiveRegs, *DoneMBB); in expandAtomicBinOp()
443 computeAndAddLiveIns(LiveRegs, *LoopHeadMBB); in expandAtomicMinMaxOp()
444 computeAndAddLiveIns(LiveRegs, *LoopIfBodyMBB); in expandAtomicMinMaxOp()
445 computeAndAddLiveIns(LiveRegs, *LoopTailMBB); in expandAtomicMinMaxOp()
446 computeAndAddLiveIns(LiveRegs, *DoneMBB); in expandAtomicMinMaxOp()
541 computeAndAddLiveIns(LiveRegs, *LoopHeadMBB); in expandAtomicCmpXchg()
542 computeAndAddLiveIns(LiveRegs, *LoopTailMBB); in expandAtomicCmpXchg()
543 computeAndAddLiveIns(LiveRegs, *DoneMBB); in expandAtomicCmpXchg()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsExpandPseudo.cpp193 computeAndAddLiveIns(LiveRegs, *loop1MBB); in expandAtomicCmpSwapSubword()
194 computeAndAddLiveIns(LiveRegs, *loop2MBB); in expandAtomicCmpSwapSubword()
195 computeAndAddLiveIns(LiveRegs, *sinkMBB); in expandAtomicCmpSwapSubword()
196 computeAndAddLiveIns(LiveRegs, *exitMBB); in expandAtomicCmpSwapSubword()
294 computeAndAddLiveIns(LiveRegs, *loop1MBB); in expandAtomicCmpSwap()
295 computeAndAddLiveIns(LiveRegs, *loop2MBB); in expandAtomicCmpSwap()
296 computeAndAddLiveIns(LiveRegs, *exitMBB); in expandAtomicCmpSwap()
473 computeAndAddLiveIns(LiveRegs, *loopMBB); in expandAtomicBinOpSubword()
474 computeAndAddLiveIns(LiveRegs, *sinkMBB); in expandAtomicBinOpSubword()
475 computeAndAddLiveIns(LiveRegs, *exitMBB); in expandAtomicBinOpSubword()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp657 computeAndAddLiveIns(LiveRegs, *DoneBB); in expandCMP_SWAP()
658 computeAndAddLiveIns(LiveRegs, *StoreBB); in expandCMP_SWAP()
659 computeAndAddLiveIns(LiveRegs, *LoadCmpBB); in expandCMP_SWAP()
662 computeAndAddLiveIns(LiveRegs, *StoreBB); in expandCMP_SWAP()
664 computeAndAddLiveIns(LiveRegs, *LoadCmpBB); in expandCMP_SWAP()
750 computeAndAddLiveIns(LiveRegs, *DoneBB); in expandCMP_SWAP_128()
751 computeAndAddLiveIns(LiveRegs, *StoreBB); in expandCMP_SWAP_128()
752 computeAndAddLiveIns(LiveRegs, *LoadCmpBB); in expandCMP_SWAP_128()
755 computeAndAddLiveIns(LiveRegs, *StoreBB); in expandCMP_SWAP_128()
757 computeAndAddLiveIns(LiveRegs, *LoadCmpBB); in expandCMP_SWAP_128()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DLivePhysRegs.h186 void computeAndAddLiveIns(LivePhysRegs &LiveRegs,
193 computeAndAddLiveIns(LPR, MBB); in recomputeLiveIns()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp274 computeAndAddLiveIns(LiveRegs, *NewBB); in splitBlockBeforeInstr()
339 computeAndAddLiveIns(LiveRegs, *NewBB); in fixupConditionalBranch()
H A DLivePhysRegs.cpp327 void llvm::computeAndAddLiveIns(LivePhysRegs &LiveRegs, in computeAndAddLiveIns() function in llvm
H A DBranchFolding.cpp476 computeAndAddLiveIns(LiveRegs, *NewMBB); in SplitMBBAt()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp1012 computeAndAddLiveIns(LiveRegs, *DoneBB); in ExpandCMP_SWAP()
1013 computeAndAddLiveIns(LiveRegs, *StoreBB); in ExpandCMP_SWAP()
1014 computeAndAddLiveIns(LiveRegs, *LoadCmpBB); in ExpandCMP_SWAP()
1017 computeAndAddLiveIns(LiveRegs, *StoreBB); in ExpandCMP_SWAP()
1019 computeAndAddLiveIns(LiveRegs, *LoadCmpBB); in ExpandCMP_SWAP()
1132 computeAndAddLiveIns(LiveRegs, *DoneBB); in ExpandCMP_SWAP_64()
1133 computeAndAddLiveIns(LiveRegs, *StoreBB); in ExpandCMP_SWAP_64()
1134 computeAndAddLiveIns(LiveRegs, *LoadCmpBB); in ExpandCMP_SWAP_64()
1137 computeAndAddLiveIns(LiveRegs, *StoreBB); in ExpandCMP_SWAP_64()
1139 computeAndAddLiveIns(LiveRegs, *LoadCmpBB); in ExpandCMP_SWAP_64()