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 98 /// IsUndef - True if this register operand reads an "undef" value, i.e. the
115 bool IsUndef : 1;
294 bool isUndef() const {
296 return IsUndef;
328 return !isUndef() && !isInternalRead() && (isUse() || getSubReg());
380 IsUndef = Val;
536 bool isUndef = false, bool isDebug = false);
562 bool isUndef = false,
572 Op.IsUndef = isUndef;
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 211 typedef llvm::StringMap<std::pair<StringRef, bool /*IsUndef*/> >
222 bool IsUndef = PPOpts.Macros[I].second;
229 if (IsUndef) {
274 llvm::StringMap<std::pair<StringRef, bool /*IsUndef*/> >::iterator Known
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 130 bool isKill, bool isDead, bool isUndef,
151 IsUndef = isUndef;
269 if (isDef() || isKill() || isDead() || isImplicit() || isUndef() ||
283 if (isUndef() && getSubReg())
300 if (isUndef() && isUse()) {
    [all...]

Completed in 38 milliseconds