Home
last modified time | relevance | path

Searched defs:EarlyClobber (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.h32 enum { None, EarlyClobber, Tied } Kind = None; enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h56 EarlyClobber = 0x40, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveInterval.cpp979 bool EarlyClobber = MO.isEarlyClobber(); computeSubRangeUndefs() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2347 const AsmStmt &Stmt, const bool EarlyClobber, in AddVariableConstraints()