Searched defs:isEarlyClobber (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/
H A DInlineAsm.h126 /// isEarlyClobber - "&": output operand writes result before inputs are all
128 bool isEarlyClobber; member in struct:llvm::InlineAsm::ConstraintInfo
/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h302 bool isEarlyClobber() const { function in class:llvm::MachineOperand
560 bool isEarlyClobber = false,
571 Op.IsEarlyClobber = isEarlyClobber;
H A DSlotIndexes.h205 /// isEarlyClobber - Returns true if this is an early-clobber slot.
206 bool isEarlyClobber() const { return getSlot() == Slot_EarlyClobber; } function in class:llvm::SlotIndex
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h53 bool isEarlyClobber() const { return Kind == EarlyClobber; } function in class:llvm::CGIOperandList::ConstraintInfo
/external/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1056 DefIdx = DefIdx.getRegSlot(MO->isEarlyClobber());
1366 bool isEarlyClobber = false; local
1379 if (MOI->isEarlyClobber())
1380 isEarlyClobber = true;
1390 if (isEarlyClobber) {
1391 if (!VNI->def.isEarlyClobber()) {
1473 if (I->end.isEarlyClobber()) {

Completed in 220 milliseconds