Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveIntervalCalc.cpp189 bool isEarlyClobber = false; in extendToUses() local
H A DMachineVerifier.cpp2777 bool isEarlyClobber = false; in verifyLiveRangeValue() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInlineAsm.h127 bool isEarlyClobber = false; member
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenInstruction.h54 bool isEarlyClobber() const { return Kind == EarlyClobber; } in isEarlyClobber() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineOperand.h436 bool isEarlyClobber() const { in isEarlyClobber() function