Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86CmovConversion.cpp776 auto *NewCMOV = NewMIs.pop_back_val(); in convertCmovInstsToBranches() local
777 assert(X86::getCondFromCMovOpc(NewCMOV->getOpcode()) == OppCC && in convertCmovInstsToBranches()
779 LLVM_DEBUG(dbgs() << "\tRewritten cmov: "; NewCMOV->dump()); in convertCmovInstsToBranches()
780 MBB->insert(MachineBasicBlock::iterator(MI), NewCMOV); in convertCmovInstsToBranches()
782 MIItBegin = MachineBasicBlock::iterator(NewCMOV); in convertCmovInstsToBranches()
810 FalseBBRegRewriteTable[NewCMOV->getOperand(0).getReg()] = TmpReg; in convertCmovInstsToBranches()