Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DInfoByHwMode.h110 bool hasDefault() const { in hasDefault() function
120 assert(hasDefault()); in get()
144 assert(hasMode(Mode) || hasDefault()); in makeSimple()
H A DCodeGenDAGPatterns.cpp144 if (hasDefault()) { in constrain()
157 if (VTS.hasMode(M) || VTS.hasDefault()) { in constrain()
214 bool HaveDefault = IsSimple || hasDefault(); in operator ==()
215 bool VTSHaveDefault = VTSIsSimple || VTS.hasDefault(); in operator ==()
492 assert(Small.hasDefault() && Big.hasDefault()); in EnforceSmallerThan()
H A DCodeGenRegisters.cpp61 if (!Range.hasDefault()) in CodeGenSubRegIndex()
812 assert((RSI.hasDefault() || Size != 0 || VTs[0].isSimple()) && in CodeGenRegisterClass()
814 if (!RSI.hasDefault()) { in CodeGenRegisterClass()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp1226 if (VVT.hasDefault() || VVT.hasMode(M)) in runTargetDesc()
1290 if (VVT.hasDefault() || VVT.hasMode(M)) in runTargetDesc()