Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DDXILEmitter.cpp33 struct DXILParam { struct
41 DXILParam(const Record *R);
53 SmallVector<DXILParam> Params; // the operands that this instruction takes
94 Params.emplace_back(DXILParam(Param)); in DXILOperationData()
105 DXILParam::DXILParam(const Record *R) { in DXILParam() function in DXILParam