Home
last modified time | relevance | path

Searched refs:HasDefault (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DInfoByHwMode.h49 bool HasDefault = false; in union_modes() local
51 HasDefault = true; in union_modes()
55 HasDefault = true; in union_modes()
83 if (HasDefault) in union_modes()
H A DCodeGenDAGPatterns.cpp4511 bool HasDefault = Modes.count(DefaultMode); in ExpandHwModeBasedTypes() local
4512 if (HasDefault) in ExpandHwModeBasedTypes()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp3353 bool HasDefault = false; in checkTargetVersionAttr() local
3371 if (HasDefault) in checkTargetVersionAttr()
3373 HasDefault = true; in checkTargetVersionAttr()
3388 if (((HasPriority || HasArch) && HasDefault) || DuplicateAttr || in checkTargetVersionAttr()
3431 Decl *D, bool &HasDefault, bool &HasCommas, bool &HasNotDefault, in checkTargetClonesAttrString() argument
3460 DefaultIsDupe = HasDefault; in checkTargetClonesAttrString()
3461 HasDefault = true; in checkTargetClonesAttrString()
3528 DefaultIsDupe = HasDefault; in checkTargetClonesAttrString()
3529 HasDefault = true; in checkTargetClonesAttrString()
3558 DefaultIsDupe = HasDefault; in checkTargetClonesAttrString()
[all …]
H A DSemaOverload.cpp7028 bool HasDefault = false; in isNonViableMultiVersionOverload() local
7034 HasDefault = true; in isNonViableMultiVersionOverload()
7037 return HasDefault || SeenAt != 0; in isNonViableMultiVersionOverload()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5673 bool HasDefault = !SI->defaultDestUnreachable(); in turnSwitchRangeIntoICmp() local
5678 BasicBlock *DestA = HasDefault ? SI->getDefaultDest() : nullptr; in turnSwitchRangeIntoICmp()
5707 assert(!CasesA.empty() || HasDefault); in turnSwitchRangeIntoICmp()
5781 if (!HasDefault) in turnSwitchRangeIntoICmp()
5789 if (!HasDefault && DTU) in turnSwitchRangeIntoICmp()
5836 bool HasDefault = !SI->defaultDestUnreachable(); in eliminateDeadSwitchCases() local
5840 if (HasDefault && DeadCases.empty() && in eliminateDeadSwitchCases()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp3001 bool HasDefault = false; in EmitRISCVMultiVersionResolver() local
3008 HasDefault = true; in EmitRISCVMultiVersionResolver()
3072 if (HasDefault) { in EmitRISCVMultiVersionResolver()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4929 Decl *D, bool &HasDefault, bool &HasCommas, bool &HasNotDefault,