Searched refs:memory_layout (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVInstrInfo.td | 888 (ins TYPE:$resType, ID:$pointer, ID:$memory_layout, variable_ops), 889 "$res = OpCooperativeMatrixLoadKHR $resType $pointer $memory_layout">; 891 (ins ID:$pointer, ID:$objectToStore, ID:$memory_layout, variable_ops), 892 "OpCooperativeMatrixStoreKHR $pointer $objectToStore $memory_layout">; 901 …(ins TYPE:$resType, ID:$pointer, ID:$xOffset, ID:$yOffset, ID:$memory_layout, ID:$height, ID:$widt… 902 …ooperativeMatrixLoadCheckedINTEL $resType $pointer $xOffset $yOffset $memory_layout $height $width… 904 …(ins ID:$pointer, ID:$xOffset, ID:$yOffset, ID:$objectToStore, ID:$memory_layout, ID:$height, ID:$… 905 …iveMatrixStoreCheckedINTEL $pointer $xOffset $yOffset $objectToStore $memory_layout $height $width… 913 … (ins ID:$pointer, ID:$rows, ID:$columns, i32imm:$cacheLevel, ID:$memory_layout, variable_ops), 914 … "OpCooperativeMatrixPrefetchINTEL $pointer $rows $columns $cacheLevel $memory_layout">;
|