OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isInternalRead
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineOperand.h
117
///
IsInternalRead
- True if this operand reads a value that was defined
126
bool
IsInternalRead
: 1;
299
bool
isInternalRead
() const {
301
return
IsInternalRead
;
328
return !isUndef() && !
isInternalRead
() && (isUse() || getSubReg());
385
IsInternalRead
= Val;
566
bool
isInternalRead
= false) {
573
Op.
IsInternalRead
=
isInternalRead
;
/external/llvm/lib/CodeGen/
MachineInstrBundle.cpp
54
if (MO.isReg() && MO.
isInternalRead
())
97
///
IsInternalRead
markers to MachineOperands which are defined inside the
MachineInstr.cpp
152
IsInternalRead
= false;
270
isInternalRead
() || isEarlyClobber() || isTied()) {
305
if (
isInternalRead
()) {
[
all
...]
/external/llvm/lib/Target/R600/
R600ControlFlowFinalizer.cpp
236
if (MO.isReg() && MO.
isInternalRead
())
Completed in 30 milliseconds