Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ExpandPseudoInsts.cpp246 StoreBB->clearLiveIns(); in expandCMP_SWAP()
248 LoadCmpBB->clearLiveIns(); in expandCMP_SWAP()
339 StoreBB->clearLiveIns(); in expandCMP_SWAP_128()
341 LoadCmpBB->clearLiveIns(); in expandCMP_SWAP_128()
397 LoopBB->clearLiveIns(); in expandSetTagLoop()
399 DoneBB->clearLiveIns(); in expandSetTagLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLivePhysRegs.h194 MBB.clearLiveIns(); in recomputeLiveIns()
DMachineBasicBlock.h329 void clearLiveIns();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMExpandPseudoInsts.cpp1024 StoreBB->clearLiveIns(); in ExpandCMP_SWAP()
1026 LoadCmpBB->clearLiveIns(); in ExpandCMP_SWAP()
1144 StoreBB->clearLiveIns(); in ExpandCMP_SWAP_64()
1146 LoadCmpBB->clearLiveIns(); in ExpandCMP_SWAP_64()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBasicBlock.cpp1496 void MachineBasicBlock::clearLiveIns() { in clearLiveIns() function in MachineBasicBlock
DBranchFolding.cpp912 MBB->clearLiveIns(); in mergeCommonTails()