Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h38 EarlyClobber = 0x40, enumerator
/external/llvm/utils/TableGen/
DCodeGenInstruction.h33 enum { None, EarlyClobber, Tied } Kind; enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h49 EarlyClobber = 0x40, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveInterval.cpp993 bool EarlyClobber = MO.isEarlyClobber(); in computeSubRangeUndefs() local
/external/clang/lib/CodeGen/
DCGStmt.cpp1680 const AsmStmt &Stmt, const bool EarlyClobber) { in AddVariableConstraints()