Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDXILEmitter.cpp185 for (const Record *ArgSelect : Args) { in DXILOperationDesc() local
186 IntrSelect.ArgSelectRecords.emplace_back(ArgSelect); in DXILOperationDesc()
447 for (const Record *ArgSelect : MappedIntr.ArgSelectRecords) { in emitDXILIntrinsicMap() local
449 ArgSelect->getValueAsDef("type")->getNameInitAsString(); in emitDXILIntrinsicMap()
450 int Value = ArgSelect->getValueAsInt("value"); in emitDXILIntrinsicMap()