Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervalCalc.cpp180 bool isEarlyClobber = false; extendToUses() local
H A DMachineVerifier.cpp3450 bool isEarlyClobber = false; in verifyLiveRangeValue() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.h53 bool isEarlyClobber() const { return Kind == EarlyClobber; } in isEarlyClobber() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h212 bool isEarlyClobber() const { return getSlot() == Slot_EarlyClobber; } in isEarlyClobber() function
H A DMachineOperand.h445 bool isEarlyClobber() const { in isEarlyClobber() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h129 bool isEarlyClobber = false; global() member