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

/freebsd-10.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp191 MVT SimpleVT = LoadedVT.getSimpleVT(); local
193 if (SimpleVT.isVector()) {
194 unsigned num = SimpleVT.getVectorNumElements();
209 MVT ScalarVT = SimpleVT.getScalarType();
426 MVT SimpleVT = LoadedVT.getSimpleVT(); local
434 MVT ScalarVT = SimpleVT.getScalarType();
1008 MVT SimpleVT = StoreVT.getSimpleVT(); local
1010 if (SimpleVT.isVector()) {
1011 unsigned num = SimpleVT.getVectorNumElements();
1023 MVT ScalarVT = SimpleVT
[all...]

Completed in 165 milliseconds