/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVExpandAtomicPseudoInsts.cpp | 373 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 D | RISCVExpandPseudoInsts.cpp | 191 computeAndAddLiveIns(LiveRegs, *NewMBB); in expandAuipcInstPair()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsExpandPseudo.cpp | 192 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 D | AArch64ExpandPseudoInsts.cpp | 252 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 D | LivePhysRegs.h | 188 void computeAndAddLiveIns(LivePhysRegs &LiveRegs, 195 computeAndAddLiveIns(LPR, MBB); in recomputeLiveIns()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCExpandISEL.cpp | 386 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 D | BranchRelaxation.cpp | 266 computeAndAddLiveIns(LiveRegs, *NewBB); in splitBlockBeforeInstr() 331 computeAndAddLiveIns(LiveRegs, *NewBB); in fixupConditionalBranch()
|
H A D | LivePhysRegs.cpp | 335 void llvm::computeAndAddLiveIns(LivePhysRegs &LiveRegs, in computeAndAddLiveIns() function in llvm
|
H A D | BranchFolding.cpp | 419 computeAndAddLiveIns(LiveRegs, *NewMBB); in SplitMBBAt()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMExpandPseudoInsts.cpp | 1681 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()
|