Searched refs:TypeRecord (Results 1 – 4 of 4) sorted by relevance
117 class TypeRecord {119 TypeRecord() = default;129 class ModifierRecord : public TypeRecord {145 class ProcedureRecord : public TypeRecord {205 class LabelRecord : public TypeRecord {235 class ArgListRecord : public TypeRecord {263 class PointerRecord : public TypeRecord {395 class ArrayRecord : public TypeRecord {415 class TagRecord : public TypeRecord {609 class FuncIdRecord : public TypeRecord {[all …]
13 // If the type is known, then we have a record describing it in TypeRecord.h.19 // If the type is known, then we have a record describing it in TypeRecord.h.
1958 Record *TypeRecord = CGI.Operands[SO.first].Rec; in populateInstruction() local1972 TypeRecord = DI->getDef(); in populateInstruction()1976 if (TypeRecord->isSubClassOf("RegisterOperand")) in populateInstruction()1977 TypeRecord = TypeRecord->getValueAsDef("RegClass"); in populateInstruction()1978 if (TypeRecord->isSubClassOf("RegisterClass")) { in populateInstruction()1981 } else if (TypeRecord->isSubClassOf("PointerLikeRegClass")) { in populateInstruction()1983 utostr(TypeRecord->getValueAsInt("RegClassKind")); in populateInstruction()1987 DecoderString = TypeRecord->getValue("DecoderMethod"); in populateInstruction()1994 TypeRecord->getValue("hasCompleteDecoder"); in populateInstruction()2051 Record *TypeRecord = cast<DefInit>(TI)->getDef(); in populateInstruction() local[all …]
36 class TypeRecord;