HomeSort by: relevance | last modified time | path
    Searched defs:isUndef (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 367 bool isUndef(SDValue Op) const {
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 140 bool isUndef() const {
227 bool isUndef() const = delete;
240 return !V.isUndef();
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ValueLattice.h 238 bool isUndef() const { return Tag == undef; }
294 if (isUndef())
316 assert(isUnknown() || isUndef());
357 (isUndef() || isConstantRangeIncludingUndef() || Opts.MayIncludeUndef)
376 assert(isUnknown() || isUndef());
395 if (isUndef()) {
397 if (RHS.isUndef())
416 if (RHS.isUndef())
431 if (RHS.isUndef()) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineInstrBundle.cpp 168 if (MO.isUndef())
222 bool isUndef = UndefUseSet.count(Reg);
223 MIB.addReg(Reg, getKillRegState(isKill) | getUndefRegState(isUndef) |
LiveDebugVariables.cpp 185 bool isUndef() const { return LocNoCount == 0 || containsLocNo(UndefLocNo); }
697 if (I.value().isUndef())
1067 if (!I.value().isUndef())
1571 if (DbgValue.isUndef()) {
1576 /* isUndef */ false, /* isEarlyClobber */ false,
1654 !DbgValue.isUndef() ? SpillOffsets.find(LocNo) : SpillOffsets.end();
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
Clustering.h 58 bool isUndef() const { return Id_ == kUndef; }
97 assert(!Id.isUndef() && "unlabeled cluster");
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetBuiltins.h 264 bool isUndef() const { return Flags & IsUndef; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineOperand.h 115 /// IsUndef - True if this register operand reads an "undef" value, i.e. the
132 unsigned IsUndef : 1;
395 bool isUndef() const {
397 return IsUndef;
460 return !isUndef() && !isInternalRead() && (isUse() || getSubReg());
513 IsUndef = Val;
718 /// for liveness related flags (isKill, isUndef and isDead). Note that this
762 bool isUndef = false, bool isDebug = false);
793 bool isUndef = false,
805 Op.IsUndef = isUndef
    [all...]
SelectionDAGNodes.h 209 inline bool isUndef() const;
644 bool isUndef() const { return NodeType == ISD::UNDEF; }
1149 inline bool SDValue::isUndef() const {
1150 return Node->isUndef();
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IntrinsicInst.h 247 bool isUndef() const {

Completed in 39 milliseconds