OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isEarlyClobber
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/
InlineAsm.h
115
///
isEarlyClobber
- "&": output operand writes result before inputs are all
117
bool
isEarlyClobber
;
/external/llvm/include/llvm/CodeGen/
MachineOperand.h
90
///
IsEarlyClobber
- True if this MO_Register 'def' operand is written to
93
bool
IsEarlyClobber
: 1;
246
bool
isEarlyClobber
() const {
248
return
IsEarlyClobber
;
324
IsEarlyClobber
= Val;
468
bool
isEarlyClobber
= false,
477
Op.
IsEarlyClobber
=
isEarlyClobber
;
/external/llvm/lib/CodeGen/
MachineVerifier.cpp
697
if (VNI->def != DefIdx && !MO->
isEarlyClobber
()) {
[
all
...]
/external/llvm/utils/TableGen/
CodeGenInstruction.h
53
bool
isEarlyClobber
() const { return Kind == EarlyClobber; }
Completed in 41 milliseconds