Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h360 virtual bool isConcrete() const { return false; } in isConcrete() function
483 bool isConcrete() const override { return true; } in isConcrete() function
545 bool isConcrete() const override { return false; } in isConcrete() function
583 bool isConcrete() const override { return true; } in isConcrete() function
621 bool isConcrete() const override;
654 bool isConcrete() const override { return true; } in isConcrete() function
728 bool isConcrete() const override { return true; } in isConcrete() function
797 bool isConcrete() const override;
1055 bool isConcrete() const override;
1310 bool isConcrete() const override { return true; } in isConcrete() function
[all …]
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp546 bool BitsInit::isConcrete() const { in isConcrete() function in BitsInit
547 return all_of(getBits(), [](const Init *Bit) { return Bit->isConcrete(); }); in isConcrete()
792 bool ListInit::isConcrete() const { in isConcrete() function in ListInit
794 [](const Init *Element) { return Element->isConcrete(); }); in isConcrete()
842 if (LHS->isConcrete()) { in Fold()
927 if (LHS->isConcrete()) in Fold()
2107 Expr->isConcrete()) || in Fold()
2562 if (FieldVal->isConcrete()) in Fold()
2568 bool FieldInit::isConcrete() const { in isConcrete() function in FieldInit
2571 return FieldVal->isConcrete(); in isConcrete()
[all …]
H A DJSONBackend.cpp113 assert(!I.isConcrete()); in translateInit()
H A DTGParser.cpp83 if (!(IsReference || Bit->isConcrete())) in checkBitsConcrete()
99 bool Ok = isa<BitsInit>(V) ? checkBitsConcrete(R, RV) : V->isConcrete(); in checkConcrete()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DVarLenCodeEmitterGen.cpp154 if (!BI->isConcrete()) in buildRec()
H A DCodeGenDAGPatterns.h248 bool isConcrete(const TypeSetByHwMode &VTS, bool AllowEmpty) const { in isConcrete() function
H A DCodeGenDAGPatterns.cpp1828 if (!TP.getInfer().isConcrete(Type, true)) in ContainsUnresolvedType()
2547 if (!TP.getInfer().isConcrete(Types[0], false)) in ApplyTypeConstraints()
4268 if (N.getExtType(i).empty() || TI.isConcrete(N.getExtType(i), false)) in ForceArbitraryInstResultType()