Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h148 unsigned IsEarlyClobber : 1; variable
446 return IsEarlyClobber; in isEarlyClobber()
544 IsEarlyClobber = Val;
858 Op.IsEarlyClobber = isEarlyClobber;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp1558 bool IsEarlyClobber = llvm::any_of(TiedPairs, [MI](auto const &TP) { in processTiedPairs() local
1631 LIS->getInstructionIndex(*MI).getRegSlot(IsEarlyClobber); in processTiedPairs()
1676 if (MO.getSubReg() == SubRegB && !IsEarlyClobber) { in processTiedPairs()
H A DSplitKit.cpp1403 bool IsEarlyClobber = false; in rewriteAssigned() local
1420 IsEarlyClobber = DefOp.isEarlyClobber(); in rewriteAssigned()
1423 Idx = Idx.getRegSlot(IsEarlyClobber); in rewriteAssigned()
H A DMachineOperand.cpp314 IsEarlyClobber = false; in ChangeToRegister()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td732 /// - CodeGen/MachineOperand.h:MachineOperand::{TiedTo, IsEarlyClobber}.