Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp252 computeAndAddLiveIns(LiveRegs, *DoneBB); in expandCMP_SWAP()
253 computeAndAddLiveIns(LiveRegs, *StoreBB); in expandCMP_SWAP()
254 computeAndAddLiveIns(LiveRegs, *LoadCmpBB); in expandCMP_SWAP()
257 computeAndAddLiveIns(LiveRegs, *StoreBB); in expandCMP_SWAP()
259 computeAndAddLiveIns(LiveRegs, *LoadCmpBB); in expandCMP_SWAP()
345 computeAndAddLiveIns(LiveRegs, *DoneBB); in expandCMP_SWAP_128()
346 computeAndAddLiveIns(LiveRegs, *StoreBB); in expandCMP_SWAP_128()
347 computeAndAddLiveIns(LiveRegs, *LoadCmpBB); in expandCMP_SWAP_128()
350 computeAndAddLiveIns(LiveRegs, *StoreBB); in expandCMP_SWAP_128()
352 computeAndAddLiveIns(LiveRegs, *LoadCmpBB); in expandCMP_SWAP_128()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLivePhysRegs.h188 void computeAndAddLiveIns(LivePhysRegs &LiveRegs,
195 computeAndAddLiveIns(LPR, MBB); in recomputeLiveIns()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp266 computeAndAddLiveIns(LiveRegs, *NewBB); in splitBlockBeforeInstr()
331 computeAndAddLiveIns(LiveRegs, *NewBB); in fixupConditionalBranch()
H A DLivePhysRegs.cpp335 void llvm::computeAndAddLiveIns(LivePhysRegs &LiveRegs, in computeAndAddLiveIns() function in llvm
H A DBranchFolding.cpp419 computeAndAddLiveIns(LiveRegs, *NewMBB); in SplitMBBAt()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp1681 computeAndAddLiveIns(LiveRegs, *DoneBB); in ExpandCMP_SWAP()
1682 computeAndAddLiveIns(LiveRegs, *StoreBB); in ExpandCMP_SWAP()
1683 computeAndAddLiveIns(LiveRegs, *LoadCmpBB); in ExpandCMP_SWAP()
1686 computeAndAddLiveIns(LiveRegs, *StoreBB); in ExpandCMP_SWAP()
1688 computeAndAddLiveIns(LiveRegs, *LoadCmpBB); in ExpandCMP_SWAP()
1801 computeAndAddLiveIns(LiveRegs, *DoneBB); in ExpandCMP_SWAP_64()
1802 computeAndAddLiveIns(LiveRegs, *StoreBB); in ExpandCMP_SWAP_64()
1803 computeAndAddLiveIns(LiveRegs, *LoadCmpBB); in ExpandCMP_SWAP_64()
1806 computeAndAddLiveIns(LiveRegs, *StoreBB); in ExpandCMP_SWAP_64()
1808 computeAndAddLiveIns(LiveRegs, *LoadCmpBB); in ExpandCMP_SWAP_64()