Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp155 static bool Is16bitsType(MVT VT) { in Is16bitsType() function
210 if ((Is16bitsType(EltVT.getSimpleVT())) && NumElts % 2 == 0) { in ComputePTXValueVTs()
2958 assert(Is16bitsType(EltVT.getSimpleVT()) && "Wrong type for the vector."); in LowerSTOREVector()
5772 assert(Is16bitsType(EltVT.getSimpleVT()) && "Unsupported v8 vector type."); in ReplaceLoadVector()