Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp1117 Value *Tiles = II->getOperand(0); in combineCastStore() local
1118 Row = getShapeFromAMXIntrinsic(Tiles, ShapeIdx, true); in combineCastStore()
1119 Col = getShapeFromAMXIntrinsic(Tiles, ShapeIdx, false); in combineCastStore()
H A DX86RegisterInfo.td864 // Tiles
/freebsd/contrib/llvm-project/openmp/runtime/src/i18n/
H A Den_US.txt106 Tiles "tiles"
353 AffTilesNoHWLOC "%1$s: Tiles are only supported if KMP_TOPOLOGY_METHOD=hwloc, using granularity=package instead"
354 AffTilesNoTiles "%1$s: Tiles requested but were not detected on this HW, using granularity=package instead"
/freebsd/lib/libomp/
H A Dkmp_i18n_default.inc302 … "%1$s: Tiles are only supported if KMP_TOPOLOGY_METHOD=hwloc, using granularity=package instead",
303 "%1$s: Tiles requested but were not detected on this HW, using granularity=package instead",
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td1838 // * Tiles:
1867 // Tiles
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp113 return ((plural) ? KMP_I18N_STR(Tiles) : KMP_I18N_STR(Tile)); in __kmp_hw_get_catalog_string()