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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenTarget.cpp689 Record *TyEl = TypeList->getElementAsRecord(i); local
690 assert(TyEl->isSubClassOf("LLVMType") && "Expected a type!");
692 if (TyEl->isSubClassOf("LLVMMatchType"))
695 MVT::SimpleValueType VT = getValueType(TyEl->getValueAsDef("VT"));
706 Record *TyEl = TypeList->getElementAsRecord(i); local
707 assert(TyEl->isSubClassOf("LLVMType") && "Expected a type!");
709 if (TyEl->isSubClassOf("LLVMMatchType")) {
710 unsigned MatchTy = TyEl->getValueAsInt("Number");
717 assert(((!TyEl->isSubClassOf("LLVMExtendedType") &&
718 !TyEl
737 Record *TyEl = TypeList->getElementAsRecord(i); local
[all...]

Completed in 100 milliseconds