OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EarlyClobber
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h
36
EarlyClobber
= 0x40,
74
flags & RegState::
EarlyClobber
,
/external/llvm/utils/TableGen/
CodeGenInstruction.h
33
enum { None,
EarlyClobber
, Tied } Kind;
40
I.Kind =
EarlyClobber
;
53
bool isEarlyClobber() const { return Kind ==
EarlyClobber
; }
Completed in 87 milliseconds