Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp48 static bool isV256I32Ty(Type *Ty) { in isV256I32Ty() function
220 assert(isV256I32Ty(Vec->getType()) && "bitcast from non-v256i32 to x86amx"); in createTileLoadStoreLoops()
303 assert(isV256I32Ty(VecC->getType()) && "bitcast from non-v256i32 to x86amx"); in createTileDPLoops()
309 assert(isV256I32Ty(VecA->getType()) && "bitcast from non-v256i32 to x86amx"); in createTileDPLoops()
312 assert(isV256I32Ty(VecB->getType()) && "bitcast from non-v256i32 to x86amx"); in createTileDPLoops()