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

/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp217 MVT SimpleVT = LoadedVT.getSimpleVT(); local
219 if (SimpleVT.isVector()) {
220 unsigned num = SimpleVT.getVectorNumElements();
235 MVT ScalarVT = SimpleVT.getScalarType();
453 MVT SimpleVT = LoadedVT.getSimpleVT(); local
461 MVT ScalarVT = SimpleVT.getScalarType();
1320 MVT SimpleVT = StoreVT.getSimpleVT(); local
1322 if (SimpleVT.isVector()) {
1323 unsigned num = SimpleVT.getVectorNumElements();
1335 MVT ScalarVT = SimpleVT
[all...]

Completed in 221 milliseconds