Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/utils/TableGen/
HDCodeGenInstruction.h34 enum { None, EarlyClobber, Tied } Kind; enumerator
41 I.Kind = EarlyClobber; in getEarlyClobber()
54 bool isEarlyClobber() const { return Kind == EarlyClobber; } in isEarlyClobber()
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDMachineInstrBuilder.h36 EarlyClobber = 0x40, enumerator
78 flags & RegState::EarlyClobber,
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDInstrEmitter.cpp805 RegState::EarlyClobber); in EmitMachineNode()
987 MIB.addReg(Reg, RegState::Define | RegState::EarlyClobber | in EmitSpecialNode()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGStmt.cpp1699 const AsmStmt &Stmt, const bool EarlyClobber) { in AddVariableConstraints() argument
1724 return (EarlyClobber ? "&{" : "{") + Register.str() + "}"; in AddVariableConstraints()