Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenInstruction.h35 enum { None, EarlyClobber, Tied } Kind = None; enumerator
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h54 EarlyClobber = 0x40, enumerator
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLiveInterval.cpp979 bool EarlyClobber = MO.isEarlyClobber(); in computeSubRangeUndefs() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp2150 const AsmStmt &Stmt, const bool EarlyClobber, in AddVariableConstraints()