Home
last modified time | relevance | path

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

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