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

  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 100 /// IsUndef - True if this register operand reads an "undef" value, i.e. the
117 bool IsUndef : 1;
299 bool isUndef() const {
301 return IsUndef;
333 return !isUndef() && !isInternalRead() && (isUse() || getSubReg());
385 IsUndef = Val;
552 bool isUndef = false, bool isDebug = false);
578 bool isUndef = false,
590 Op.IsUndef = isUndef;
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 129 bool isKill, bool isDead, bool isUndef,
150 IsUndef = isUndef;
274 if (isDef() || isKill() || isDead() || isImplicit() || isUndef() ||
288 if (isUndef() && getSubReg())
305 if (isUndef() && isUse()) {
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 295 typedef llvm::StringMap<std::pair<StringRef, bool /*IsUndef*/> >
421 bool IsUndef = PPOpts.Macros[I].second;
428 if (IsUndef) {
474 llvm::StringMap<std::pair<StringRef, bool /*IsUndef*/> >::iterator Known
    [all...]

Completed in 354 milliseconds