Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86CmovConversion.cpp658 MachineInstr *LastCMOV = Group.back(); in convertCmovInstsToBranches() local
684 if (checkEFLAGSLive(LastCMOV)) { in convertCmovInstsToBranches()
691 std::next(MachineBasicBlock::iterator(LastCMOV)), MBB->end()); in convertCmovInstsToBranches()
707 std::next(MachineBasicBlock::iterator(LastCMOV)); in convertCmovInstsToBranches()
DX86ISelLowering.cpp27275 MachineInstr *LastCMOV = &MI; in EmitLoweredSelect() local
27288 LastCMOV = &*NextMIIt; in EmitLoweredSelect()
27295 if (LastCMOV == &MI && NextMIIt != ThisMBB->end() && in EmitLoweredSelect()
27315 if (!LastCMOV->killsRegister(X86::EFLAGS) && in EmitLoweredSelect()
27316 !checkAndUpdateEFLAGSKill(LastCMOV, ThisMBB, TRI)) { in EmitLoweredSelect()
27323 std::next(MachineBasicBlock::iterator(LastCMOV)), in EmitLoweredSelect()
27343 std::next(MachineBasicBlock::iterator(LastCMOV)); in EmitLoweredSelect()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp23253 MachineInstr *LastCMOV = &MI; in EmitLoweredSelect() local
23268 LastCMOV = &*NextMIIt; in EmitLoweredSelect()
23275 if (LastCMOV == &MI && NextMIIt != BB->end() && in EmitLoweredSelect()
23302 MachineInstr *LastEFLAGSUser = CascadedCMOV ? CascadedCMOV : LastCMOV; in EmitLoweredSelect()
23311 std::next(MachineBasicBlock::iterator(LastCMOV)), BB->end()); in EmitLoweredSelect()
23350 std::next(MachineBasicBlock::iterator(LastCMOV)); in EmitLoweredSelect()