Searched defs:EarlyClobber (Results 1 – 9 of 9) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.h | 33 enum { None, EarlyClobber, Tied } Kind; enumerator
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstrBuilder.h | 38 EarlyClobber = 0x40, enumerator
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | MachineInstrBuilder.h | 55 EarlyClobber = 0x40, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineInstrBuilder.h | 49 EarlyClobber = 0x40, enumerator
|
/external/llvm-project/llvm/utils/TableGen/ |
D | CodeGenInstruction.h | 33 enum { None, EarlyClobber, Tied } Kind = None; enumerator
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | LiveInterval.cpp | 993 bool EarlyClobber = MO.isEarlyClobber(); in computeSubRangeUndefs() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LiveInterval.cpp | 993 bool EarlyClobber = MO.isEarlyClobber(); in computeSubRangeUndefs() local
|
/external/clang/lib/CodeGen/ |
D | CGStmt.cpp | 1680 const AsmStmt &Stmt, const bool EarlyClobber) { in AddVariableConstraints()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmt.cpp | 1991 const AsmStmt &Stmt, const bool EarlyClobber, in AddVariableConstraints()
|