Home
last modified time | relevance | path

Searched refs:clearLiveIns (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DLivePhysRegs.h191 MBB.clearLiveIns(); in recomputeLiveIns()
DMachineBasicBlock.h319 void clearLiveIns();
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ExpandPseudoInsts.cpp661 StoreBB->clearLiveIns(); in expandCMP_SWAP()
663 LoadCmpBB->clearLiveIns(); in expandCMP_SWAP()
754 StoreBB->clearLiveIns(); in expandCMP_SWAP_128()
756 LoadCmpBB->clearLiveIns(); in expandCMP_SWAP_128()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMExpandPseudoInsts.cpp1016 StoreBB->clearLiveIns(); in ExpandCMP_SWAP()
1018 LoadCmpBB->clearLiveIns(); in ExpandCMP_SWAP()
1135 StoreBB->clearLiveIns(); in ExpandCMP_SWAP_64()
1137 LoadCmpBB->clearLiveIns(); in ExpandCMP_SWAP_64()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineBasicBlock.cpp1460 void MachineBasicBlock::clearLiveIns() { in clearLiveIns() function in MachineBasicBlock
DBranchFolding.cpp941 MBB->clearLiveIns(); in mergeCommonTails()