Home
last modified time | relevance | path

Searched refs:EARLY_CLOBBER (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCInstrDesc.h37 EARLY_CLOBBER // If present, operand is an early clobber register. enumerator
45 (1 << MCOI::EARLY_CLOBBER)
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineInstr.cpp270 if (MCID->getOperandConstraint(OpNo, MCOI::EARLY_CLOBBER) != -1) in addOperand()