Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp1207 Record *TypeRec = cast<DefInit>(D->getArg(0))->getDef(); in getCodeForDag() local
1208 if (!TypeRec->isSubClassOf("Type")) in getCodeForDag()
1219 Record *TypeRec = cast<DefInit>(D->getArg(0))->getDef(); in getCodeForDag() local
1220 if (!TypeRec->isSubClassOf("Type")) in getCodeForDag()
1389 Record *TypeRec = TypeDI->getDef(); in ACLEIntrinsic() local
1390 if (TypeRec->isSubClassOf("Immediate")) { in ACLEIntrinsic()
1393 Record *Bounds = TypeRec->getValueAsDef("bounds"); in ACLEIntrinsic()
1417 if (!TypeRec->isValueUnset("extra")) { in ACLEIntrinsic()
1418 IA.ExtraCheckType = TypeRec->getValueAsString("extra"); in ACLEIntrinsic()
1419 if (!TypeRec->isValueUnset("extraarg")) in ACLEIntrinsic()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp534 if (Record *TypeRec = Records.getDef(Type->getValue())) { in parseFieldType() local
535 if (TypeRec->isSubClassOf("GenericEnum")) { in parseFieldType()
536 Field.Enum = EnumMap[TypeRec]; in parseFieldType()