Home
last modified time | relevance | path

Searched refs:TypeRec (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp1217 const Record *TypeRec = cast<DefInit>(D->getArg(0))->getDef(); in getCodeForDag() local
1218 if (!TypeRec->isSubClassOf("Type")) in getCodeForDag()
1220 if (const auto *ST = dyn_cast<ScalarType>(getType(TypeRec, Param))) { in getCodeForDag()
1229 const Record *TypeRec = cast<DefInit>(D->getArg(0))->getDef(); in getCodeForDag() local
1230 if (!TypeRec->isSubClassOf("Type")) in getCodeForDag()
1232 if (const auto *ST = dyn_cast<ScalarType>(getType(TypeRec, Param))) { in getCodeForDag()
1400 const Record *TypeRec = TypeDI->getDef(); in ACLEIntrinsic() local
1401 if (TypeRec->isSubClassOf("Immediate")) { in ACLEIntrinsic()
1404 const Record *Bounds = TypeRec->getValueAsDef("bounds"); in ACLEIntrinsic()
1428 if (!TypeRec->isValueUnset("extra")) { in ACLEIntrinsic()
[all …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp613 if (const Record *TypeRec = Records.getDef(TypeStr)) { in parseFieldType() local
614 if (TypeRec->isSubClassOf("GenericEnum")) { in parseFieldType()
615 Field.Enum = EnumMap[TypeRec]; in parseFieldType()