Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDXILEmitter.cpp191 auto IntrPropList = IntrinsicDef->getValueAsListInit("IntrProperties"); in DXILOperationDesc() local
192 auto IntrPropListSize = IntrPropList->size(); in DXILOperationDesc()
194 OpAttributes.emplace_back(IntrPropList->getElement(i)->getAsString()); in DXILOperationDesc()