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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp886 MVT SimpleVT = LoadedVT.getSimpleVT();
887 MVT ScalarVT = SimpleVT.getScalarType();
894 if (SimpleVT.isVector()) {
1024 MVT SimpleVT = LoadedVT.getSimpleVT();
1032 MVT ScalarVT = SimpleVT.getScalarType();
1744 MVT SimpleVT = StoreVT.getSimpleVT();
1750 MVT ScalarVT = SimpleVT.getScalarType();
1752 if (SimpleVT.isVector()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp8488 MVT SimpleVT = VT.getSimpleVT(); local
8489 MVT VecType = MVT::getVectorVT(SimpleVT, 2);

Completed in 192 milliseconds