Searched refs:TypeRecord (Results 1 – 4 of 4) sorted by relevance
124 class TypeRecord {126 TypeRecord() = default;136 class ModifierRecord : public TypeRecord {152 class ProcedureRecord : public TypeRecord {212 class LabelRecord : public TypeRecord {242 class ArgListRecord : public TypeRecord {270 class PointerRecord : public TypeRecord {402 class ArrayRecord : public TypeRecord {422 class TagRecord : public TypeRecord {616 class FuncIdRecord : public TypeRecord {[all …]
14 // If the type is known, then we have a record describing it in TypeRecord.h.20 // If the type is known, then we have a record describing it in TypeRecord.h.
1893 Record *TypeRecord = CGI.Operands[SO.first].Rec; in populateInstruction() local1907 TypeRecord = DI->getDef(); in populateInstruction()1911 if (TypeRecord->isSubClassOf("RegisterOperand")) in populateInstruction()1912 TypeRecord = TypeRecord->getValueAsDef("RegClass"); in populateInstruction()1913 if (TypeRecord->isSubClassOf("RegisterClass")) { in populateInstruction()1916 } else if (TypeRecord->isSubClassOf("PointerLikeRegClass")) { in populateInstruction()1918 utostr(TypeRecord->getValueAsInt("RegClassKind")); in populateInstruction()1922 DecoderString = TypeRecord->getValue("DecoderMethod"); in populateInstruction()1929 TypeRecord->getValue("hasCompleteDecoder"); in populateInstruction()1985 Record *TypeRecord = cast<DefInit>(TI)->getDef(); in populateInstruction() local[all …]
37 class TypeRecord;