Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/utils/TableGen/
H A DMveEmitter.cpp1213 Record *TypeRec = cast<DefInit>(D->getArg(0))->getDef(); in getCodeForDag() local
1214 if (!TypeRec->isSubClassOf("Type")) in getCodeForDag()
1225 Record *TypeRec = cast<DefInit>(D->getArg(0))->getDef(); in getCodeForDag() local
1226 if (!TypeRec->isSubClassOf("Type")) in getCodeForDag()
1395 Record *TypeRec = TypeDI->getDef(); in ACLEIntrinsic() local
1396 if (TypeRec->isSubClassOf("Immediate")) { in ACLEIntrinsic()
1399 Record *Bounds = TypeRec->getValueAsDef("bounds"); in ACLEIntrinsic()
1423 if (!TypeRec->isValueUnset("extra")) { in ACLEIntrinsic()
1424 IA.ExtraCheckType = TypeRec->getValueAsString("extra"); in ACLEIntrinsic()
1425 if (!TypeRec->isValueUnset("extraarg")) in ACLEIntrinsic()
[all …]
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp532 if (Record *TypeRec = Records.getDef(Type->getValue())) { in parseFieldType() local
533 if (TypeRec->isSubClassOf("GenericEnum")) { in parseFieldType()
534 Field.Enum = EnumMap[TypeRec]; in parseFieldType()