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

  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 101 /// IsUndef - True if this register operand reads an "undef" value, i.e. the
118 bool IsUndef : 1;
302 bool isUndef() const {
304 return IsUndef;
336 return !isUndef() && !isInternalRead() && (isUse() || getSubReg());
388 IsUndef = Val;
573 bool isUndef = false, bool isDebug = false);
599 bool isUndef = false,
611 Op.IsUndef = isUndef;
    [all...]
MachineInstr.h     [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 177 bool isKill, bool isDead, bool isUndef,
198 IsUndef = isUndef;
318 if (isDef() || isKill() || isDead() || isImplicit() || isUndef() ||
332 if (isUndef() && getSubReg())
349 if (isUndef() && isUse()) {
    [all...]
RegisterCoalescer.cpp 740 if (UseMO.isUndef())
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 333 typedef llvm::StringMap<std::pair<StringRef, bool /*IsUndef*/> >
459 bool IsUndef = PPOpts.Macros[I].second;
466 if (IsUndef) {
512 llvm::StringMap<std::pair<StringRef, bool /*IsUndef*/> >::iterator Known
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 120 milliseconds