Home
last modified time | relevance | path

Searched refs:ParamTypeRecs (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDXILEmitter.cpp112 SmallVector<const Record *> ParamTypeRecs; in DXILOperationDesc() local
114 ParamTypeRecs.push_back(R->getValueAsDef("result")); in DXILOperationDesc()
116 llvm::append_range(ParamTypeRecs, R->getValueAsListOfDefs("arguments")); in DXILOperationDesc()
117 size_t ParamTypeRecsSize = ParamTypeRecs.size(); in DXILOperationDesc()
127 const Record *TR = ParamTypeRecs[I]; in DXILOperationDesc()
131 assert(TR == ParamTypeRecs[OverloadParamIndex] && in DXILOperationDesc()