Home
last modified time | relevance | path

Searched defs:isEarlyClobber (Results 1 – 3 of 3) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenInstruction.h53 bool isEarlyClobber() const { return Kind == EarlyClobber; } in isEarlyClobber() function
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h282 bool isEarlyClobber() const { in isEarlyClobber() function
/external/llvm/lib/CodeGen/
DMachineVerifier.cpp1136 bool isEarlyClobber = false; in verifyLiveIntervals() local