Searched refs:TypeRecord (Results 1 – 4 of 4) sorted by relevance
118 class TypeRecord {120 TypeRecord() = default;130 class ModifierRecord : public TypeRecord {146 class ProcedureRecord : public TypeRecord {206 class LabelRecord : public TypeRecord {236 class ArgListRecord : public TypeRecord {264 class PointerRecord : public TypeRecord {396 class ArrayRecord : public TypeRecord {416 class TagRecord : public TypeRecord {610 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.
2018 const SPIRV::BuiltinType *TypeRecord, in getNonParameterizedType() argument2021 unsigned Opcode = TypeRecord->Opcode; in getNonParameterizedType()2149 const SPIRV::BuiltinType *TypeRecord = SPIRV::lookupBuiltinType(Name); in lowerBuiltinType() local2150 if (!TypeRecord) in lowerBuiltinType()2158 switch (TypeRecord->Opcode) { in lowerBuiltinType()2176 getNonParameterizedType(BuiltinType, TypeRecord, MIRBuilder, GR); in lowerBuiltinType()
1842 OperandInfo getOpInfo(Record *TypeRecord) { in getOpInfo() argument1843 std::string Decoder = findOperandDecoderMethod(TypeRecord); in getOpInfo()1845 RecordVal *HasCompleteDecoderVal = TypeRecord->getValue("hasCompleteDecoder"); in getOpInfo()