Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp669 MachineInstr *LastCMOV = Group.back(); in convertCmovInstsToBranches() local
695 if (checkEFLAGSLive(LastCMOV)) { in convertCmovInstsToBranches()
702 std::next(MachineBasicBlock::iterator(LastCMOV)), MBB->end()); in convertCmovInstsToBranches()
718 std::next(MachineBasicBlock::iterator(LastCMOV)); in convertCmovInstsToBranches()
H A DX86ISelLowering.cpp35143 MachineInstr *LastCMOV = &MI; in EmitLoweredSelect() local
35156 LastCMOV = &*NextMIIt; in EmitLoweredSelect()
35163 if (LastCMOV == &MI && NextMIIt != ThisMBB->end() && in EmitLoweredSelect()
35188 if (!LastCMOV->killsRegister(X86::EFLAGS, /*TRI=*/nullptr) && in EmitLoweredSelect()
35189 !checkAndUpdateEFLAGSKill(LastCMOV, ThisMBB, TRI)) { in EmitLoweredSelect()
35196 MachineBasicBlock::iterator(LastCMOV)); in EmitLoweredSelect()
35203 std::next(MachineBasicBlock::iterator(LastCMOV)), in EmitLoweredSelect()
35222 std::next(MachineBasicBlock::iterator(LastCMOV)); in EmitLoweredSelect()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp3156 MachineInstr *LastCMOV = &MI; in EmitLoweredSelect() local
3171 LastCMOV = &*NextMIIt; in EmitLoweredSelect()
3178 if (LastCMOV == &MI && NextMIIt != MBB->end() && in EmitLoweredSelect()
3210 MachineInstr *LastCCRSUser = CascadedCMOV ? CascadedCMOV : LastCMOV; in EmitLoweredSelect()
3219 std::next(MachineBasicBlock::iterator(LastCMOV)), MBB->end()); in EmitLoweredSelect()
3258 std::next(MachineBasicBlock::iterator(LastCMOV)); in EmitLoweredSelect()