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

/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp646 MVT SimpleVT = LoadedVT.getSimpleVT(); local
648 if (SimpleVT.isVector()) {
649 unsigned num = SimpleVT.getVectorNumElements();
664 MVT ScalarVT = SimpleVT.getScalarType();
880 MVT SimpleVT = LoadedVT.getSimpleVT(); local
888 MVT ScalarVT = SimpleVT.getScalarType();
2016 MVT SimpleVT = StoreVT.getSimpleVT(); local
2018 if (SimpleVT.isVector()) {
2019 unsigned num = SimpleVT.getVectorNumElements();
2031 MVT ScalarVT = SimpleVT
[all...]

Completed in 47 milliseconds