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

  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 106 /// IsInternalRead - True if this operand reads a value that was defined
115 bool IsInternalRead : 1;
277 bool isInternalRead() const {
279 return IsInternalRead;
301 return !isUndef() && !isInternalRead() && (isUse() || getSubReg());
372 IsInternalRead = Val;
552 Op.IsInternalRead = false;
  /external/llvm/lib/CodeGen/
MachineInstrBundle.cpp 54 if (MO.isReg() && MO.isInternalRead())
97 /// IsInternalRead markers to MachineOperands which are defined inside the
MachineInstr.cpp 182 IsInternalRead = false;
247 isInternalRead() || isEarlyClobber()) {
263 if (isKill() || isDead() || isUndef() || isInternalRead()) {
279 if (isInternalRead()) {
    [all...]

Completed in 573 milliseconds