HomeSort by relevance Sort by last modified time
    Searched defs:isUndef (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/CodeGen/
MachineInstrBundle.cpp 157 if (MO.isUndef())
211 bool isUndef = UndefUseSet.count(Reg);
212 MIB.addReg(Reg, getKillRegState(isKill) | getUndefRegState(isUndef) |
  /frameworks/compile/mclinker/lib/LD/
ResolveInfo.cpp 138 bool ResolveInfo::isUndef() const {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 121 inline bool isUndef() const {
206 bool isUndef() const = delete;
220 return !V.isUndef();
  /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...]
SelectionDAGNodes.h 166 inline bool isUndef() const;
455 bool isUndef() const { return NodeType == ISD::UNDEF; }
    [all...]
  /external/llvm/lib/IR/
Constants.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 98 milliseconds