Home
last modified time | relevance | path

Searched refs:hasDefault (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DInfoByHwMode.h112 bool hasDefault() const { in hasDefault() function
122 assert(hasDefault()); in get()
146 assert(hasMode(Mode) || hasDefault()); in makeSimple()
H A DCodeGenDAGPatterns.cpp153 if (hasDefault()) { in constrain()
166 if (VTS.hasMode(M) || VTS.hasDefault()) { in constrain()
224 bool HaveDefault = IsSimple || hasDefault(); in operator ==()
225 bool VTSHaveDefault = VTSIsSimple || VTS.hasDefault(); in operator ==()
498 assert(Small.hasDefault() && Big.hasDefault()); in EnforceSmallerThan()
H A DRegisterInfoEmitter.cpp1240 if (VVT.hasDefault() || VVT.hasMode(M)) in runTargetDesc()
1291 if (VVT.hasDefault() || VVT.hasMode(M)) in runTargetDesc()
H A DCodeGenRegisters.cpp792 assert((RSI.hasDefault() || Size != 0 || VTs[0].isSimple()) && in CodeGenRegisterClass()
794 if (!RSI.hasDefault()) { in CodeGenRegisterClass()