Searched refs:isConcrete (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h356 virtual bool isConcrete() const { return false; } function in class:llvm::Init
478 bool isConcrete() const override { return true; }
507 bool isConcrete() const override { return true; }
552 bool isConcrete() const override;
585 bool isConcrete() const override { return true; }
614 bool isConcrete() const override { return true; }
649 bool isConcrete() const override { return true; }
711 bool isConcrete() const override;
979 bool isConcrete() const override;
1203 bool isConcrete() cons
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DJSONBackend.cpp117 assert(!I.isConcrete());
H A DRecord.cpp403 bool BitsInit::isConcrete() const {
405 if (!getBit(i)->isConcrete())
661 bool ListInit::isConcrete() const {
663 if (!Element->isConcrete())
1781 bool FieldInit::isConcrete() const {
1784 return FieldVal->isConcrete();
1881 bool CondOpInit::isConcrete() const {
1883 if (!Case->isConcrete())
1887 if (!Val->isConcrete())
1899 if (!Val->isConcrete())
[all...]
H A DTGParser.cpp85 if (!(IsReference || Bit->isConcrete()))
101 bool Ok = isa<BitsInit>(V) ? checkBitsConcrete(R, RV) : V->isConcrete();
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h266 bool isConcrete(const TypeSetByHwMode &VTS, bool AllowEmpty) const { function in struct:llvm::TypeInfer
H A DCodeGenDAGPatterns.cpp1681 if (!TP.getInfer().isConcrete(Types[i], true))
2383 if (!TP.getInfer().isConcrete(Types[0], false))
4109 if (N->getExtType(i).empty() || TI.isConcrete(N->getExtType(i), false))

Completed in 105 milliseconds