Home
last modified time | relevance | path

Searched defs:TypeRecord (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp2018 getNonParameterizedType(const TargetExtType * ExtensionType,const SPIRV::BuiltinType * TypeRecord,MachineIRBuilder & MIRBuilder,SPIRVGlobalRegistry * GR) getNonParameterizedType() argument
2149 const SPIRV::BuiltinType *TypeRecord = SPIRV::lookupBuiltinType(Name); lowerBuiltinType() local
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp1842 getOpInfo(Record * TypeRecord) getOpInfo() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h121 explicit TypeRecord(TypeRecordKind Kind) : Kind(Kind) {} in TypeRecord() function