Searched refs:PVF_LAST (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp267 PVF_LAST = 0x2, // Last element of the vector. enumerator in enum:ParamVectorizationFlags
269 PVF_SCALAR = PVF_FIRST | PVF_LAST
306 VectorInfo[I + 1] = PVF_LAST;
314 VectorInfo[I + 3] = PVF_LAST;
1515 if (VectorInfo[j] & PVF_LAST) {
1788 if (VectorInfo[i] & PVF_LAST) {
2555 if (VectorInfo[parti] & PVF_LAST) {
2695 if (VectorInfo[i] & PVF_LAST) {

Completed in 31 milliseconds