Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp5056 const unsigned NewNumOutputs = OldNumOutputs * 2; in combineUnpackingMovIntoLoad() local
5057 SmallVector<EVT> NewVTs(NewNumOutputs, ElementVT.getVectorElementType()); in combineUnpackingMovIntoLoad()
5074 for (unsigned I : seq(NewLoad->getNumValues() - NewNumOutputs)) in combineUnpackingMovIntoLoad()
5075 Results.push_back(NewLoad.getValue(NewNumOutputs + I)); in combineUnpackingMovIntoLoad()