Home
last modified time | relevance | path

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

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