Home
last modified time | relevance | path

Searched defs:isConcrete (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h340 virtual bool isConcrete() const { return false; } in isConcrete() function
463 bool isConcrete() const override { return true; } in isConcrete() function
494 bool isConcrete() const override { return true; } in isConcrete() function
572 bool isConcrete() const override { return true; } in isConcrete() function
645 bool isConcrete() const override { return true; } in isConcrete() function
1203 bool isConcrete() const override { return true; } in isConcrete() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DRecord.cpp391 bool BitsInit::isConcrete() const { in isConcrete() function in BitsInit
666 bool ListInit::isConcrete() const { in isConcrete() function in ListInit
1962 bool FieldInit::isConcrete() const { in isConcrete() function in FieldInit
2062 bool CondOpInit::isConcrete() const { in isConcrete() function in CondOpInit
2181 bool DagInit::isConcrete() const { in isConcrete() function in DagInit
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h262 bool isConcrete(const TypeSetByHwMode &VTS, bool AllowEmpty) const { in isConcrete() function