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

/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp689 MVT SimpleVT = LoadedVT.getSimpleVT(); local
691 if (SimpleVT.isVector()) {
692 unsigned num = SimpleVT.getVectorNumElements();
707 MVT ScalarVT = SimpleVT.getScalarType();
927 MVT SimpleVT = LoadedVT.getSimpleVT(); local
935 MVT ScalarVT = SimpleVT.getScalarType();
2075 MVT SimpleVT = StoreVT.getSimpleVT(); local
2077 if (SimpleVT.isVector()) {
2078 unsigned num = SimpleVT.getVectorNumElements();
2090 MVT ScalarVT = SimpleVT
[all...]

Completed in 50 milliseconds