Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenInstruction.h33 enum { None, EarlyClobber, Tied } Kind = None; enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h54 EarlyClobber = 0x40, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveInterval.cpp993 bool EarlyClobber = MO.isEarlyClobber(); in computeSubRangeUndefs() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp2019 const AsmStmt &Stmt, const bool EarlyClobber, in AddVariableConstraints()