Searched refs:computeAndAddLiveIns (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsExpandPseudo.cpp | 193 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 …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ExpandPseudoInsts.cpp | 657 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | LivePhysRegs.h | 185 void computeAndAddLiveIns(LivePhysRegs &LiveRegs, 192 computeAndAddLiveIns(LPR, MBB); in recomputeLiveIns()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | BranchRelaxation.cpp | 274 computeAndAddLiveIns(LiveRegs, *NewBB); in splitBlockBeforeInstr() 339 computeAndAddLiveIns(LiveRegs, *NewBB); in fixupConditionalBranch()
|
D | LivePhysRegs.cpp | 327 void llvm::computeAndAddLiveIns(LivePhysRegs &LiveRegs, in computeAndAddLiveIns() function in llvm
|
D | BranchFolding.cpp | 476 computeAndAddLiveIns(LiveRegs, *NewMBB); in SplitMBBAt()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMExpandPseudoInsts.cpp | 1012 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() 1131 computeAndAddLiveIns(LiveRegs, *DoneBB); in ExpandCMP_SWAP_64() 1132 computeAndAddLiveIns(LiveRegs, *StoreBB); in ExpandCMP_SWAP_64() 1133 computeAndAddLiveIns(LiveRegs, *LoadCmpBB); in ExpandCMP_SWAP_64() 1136 computeAndAddLiveIns(LiveRegs, *StoreBB); in ExpandCMP_SWAP_64() 1138 computeAndAddLiveIns(LiveRegs, *LoadCmpBB); in ExpandCMP_SWAP_64()
|