HomeSort by relevance Sort by last modified time
    Searched refs:IsUndef (Results 1 - 18 of 18) 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;
582 bool isUndef = false, bool isDebug = false);
608 bool isUndef = false,
620 Op.IsUndef = isUndef;
    [all...]
MachineInstr.h     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineOperand.h 86 /// IsUndef - True if this register operand reads an "undef" value, i.e. the
103 bool IsUndef : 1;
256 bool isUndef() const {
258 return IsUndef;
277 return !isUndef() && (isUse() || getSubReg());
343 IsUndef = Val;
465 bool isUndef = false, bool isDebug = false);
491 bool isUndef = false,
500 Op.IsUndef = isUndef;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineOperand.h 111 /// IsUndef - True if this register operand reads an "undef" value, i.e. the
128 unsigned IsUndef : 1;
384 bool isUndef() const {
386 return IsUndef;
449 return !isUndef() && !isInternalRead() && (isUse() || getSubReg());
502 IsUndef = Val;
692 /// for liveness related flags (isKill, isUndef and isDead). Note that this
732 bool isUndef = false, bool isDebug = false);
758 bool isUndef = false,
770 Op.IsUndef = isUndef
    [all...]
MachineInstr.h     [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 178 bool isKill, bool isDead, bool isUndef,
199 IsUndef = isUndef;
319 if (isDef() || isKill() || isDead() || isImplicit() || isUndef() ||
333 if (isUndef() && getSubReg())
350 if (isUndef() && isUse()) {
    [all...]
RegisterCoalescer.cpp 750 if (UseMO.isUndef())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLoweringHVX.cpp 368 bool IsSplat = true, IsUndef = true;
371 if (isUndef(Words[i]))
373 IsUndef = false;
379 if (IsUndef)
475 SDValue W0 = isUndef(PredV)
545 SDValue Ext = !V.isUndef() ? DAG.getZExtOrTrunc(V, dl, MVT::i8)
558 if (!Values[I+B].isUndef())
571 assert(Values[I+B].isUndef() || Values[I+B] == F);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineInstr.cpp 797 Use |= !MO.isUndef();
798 else if (MO.getSubReg() && !MO.isUndef())
    [all...]
MachineOperand.cpp 220 bool isKill, bool isDead, bool isUndef,
241 IsUndef = isUndef;
741 if (isUndef())
    [all...]
RegisterCoalescer.cpp 800 if (UseMO.isUndef())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineInstr.cpp 156 bool isKill, bool isDead, bool isUndef,
180 IsUndef = isUndef;
242 if (isDef() || isKill() || isDead() || isImplicit() || isUndef() ||
259 if (isKill() || isDead() || isUndef()) {
263 if (isUndef()) {
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 339 typedef llvm::StringMap<std::pair<StringRef, bool /*IsUndef*/> >
465 bool IsUndef = PPOpts.Macros[I].second;
472 if (IsUndef) {
518 llvm::StringMap<std::pair<StringRef, bool /*IsUndef*/> >::iterator Known
    [all...]
  /external/llvm/bindings/go/llvm/
ir.go 739 func (v Value) IsUndef() bool { return C.LLVMIsUndef(v.C) != 0 }
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
ir.go 772 func (v Value) IsUndef() bool { return C.LLVMIsUndef(v.C) != 0 }
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1837 milliseconds