Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenInstruction.h33 enum { None, EarlyClobber, Tied } Kind; enumerator
40 I.Kind = EarlyClobber; in getEarlyClobber()
53 bool isEarlyClobber() const { return Kind == EarlyClobber; } in isEarlyClobber()
/external/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h36 EarlyClobber = 0x40, enumerator
78 flags & RegState::EarlyClobber,
/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp803 RegState::EarlyClobber); in EmitMachineNode()
982 MIB.addReg(Reg, RegState::Define | RegState::EarlyClobber | in EmitSpecialNode()
/external/clang/lib/CodeGen/
DCGStmt.cpp1704 const AsmStmt &Stmt, const bool EarlyClobber) { in AddVariableConstraints() argument
1729 return (EarlyClobber ? "&{" : "{") + Register.str() + "}"; in AddVariableConstraints()