HomeSort by relevance Sort by last modified time
    Searched refs:isInternalRead (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 119 /// IsInternalRead - True if this operand reads a value that was defined
128 bool IsInternalRead : 1;
304 bool isInternalRead() const {
306 return IsInternalRead;
333 return !isUndef() && !isInternalRead() && (isUse() || getSubReg());
390 IsInternalRead = Val;
582 bool isInternalRead = false) {
591 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 151 IsInternalRead = false;
275 isInternalRead() || isEarlyClobber() || isTied()) {
310 if (isInternalRead()) {
    [all...]
  /external/llvm/lib/Target/R600/
R600ControlFlowFinalizer.cpp 404 if (MO.isReg() && MO.isInternalRead())

Completed in 84 milliseconds