Searched refs:IsEarlyClobber (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineOperand.h128 /// IsEarlyClobber - True if this MO_Register 'def' operand is written to
131 bool IsEarlyClobber : 1;
306 return IsEarlyClobber;
390 IsEarlyClobber = Val;
576 Op.IsEarlyClobber = isEarlyClobber;
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp1341 bool IsEarlyClobber = false; local
1344 IsEarlyClobber |= DstMO.isEarlyClobber();
1402 LIS->getInstructionIndex(MI).getRegSlot(IsEarlyClobber);
1430 if (!IsEarlyClobber) {
1458 SlotIndex UseIdx = MIIdx.getRegSlot(IsEarlyClobber);
H A DMachineInstr.cpp153 IsEarlyClobber = false;

Completed in 109 milliseconds