Searched refs:IsUndef (Results 1 – 8 of 8) sorted by relevance
118 bool IsUndef : 1; variable304 return IsUndef; in isUndef()388 IsUndef = Val;611 Op.IsUndef = isUndef;
1065 void setRegisterDefReadUndef(unsigned Reg, bool IsUndef = true);
3 ; When commuting a VADDSDrr instruction, verify that the 'IsUndef' flag is
198 IsUndef = isUndef; in ChangeToRegister()1938 void MachineInstr::setRegisterDefReadUndef(unsigned Reg, bool IsUndef) { in setRegisterDefReadUndef() argument1942 MO.setIsUndef(IsUndef); in setRegisterDefReadUndef()
1210 bool IsUndef = true; in updateRegDefsUses() local1219 IsUndef = false; in updateRegDefsUses()1223 if (IsUndef) { in updateRegDefsUses()
459 bool IsUndef = PPOpts.Macros[I].second; in collectMacroDefinitions() local466 if (IsUndef) { in collectMacroDefinitions()4799 bool IsUndef = Record[Idx++]; in ParsePreprocessorOptions() local4800 PPOpts.Macros.push_back(std::make_pair(Macro, IsUndef)); in ParsePreprocessorOptions()
739 func (v Value) IsUndef() bool { return C.LLVMIsUndef(v.C) != 0 } func
4370 bool IsUndef = Values[i] < 0 && IsMask; in getConstVector() local4371 SDValue OpNode = IsUndef ? DAG.getUNDEF(EltVT) : in getConstVector()4375 Ops.push_back(IsUndef ? DAG.getUNDEF(EltVT) : in getConstVector()