Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp885 MVT SimpleVT = LoadedVT.getSimpleVT(); in tryLoad() local
886 MVT ScalarVT = SimpleVT.getScalarType(); in tryLoad()
893 if (SimpleVT.isVector()) { in tryLoad()
1023 MVT SimpleVT = LoadedVT.getSimpleVT(); in tryLoadVector() local
1031 MVT ScalarVT = SimpleVT.getScalarType(); in tryLoadVector()
1743 MVT SimpleVT = StoreVT.getSimpleVT(); in tryStore() local
1749 MVT ScalarVT = SimpleVT.getScalarType(); in tryStore()
1751 if (SimpleVT.isVector()) { in tryStore()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp7025 MVT SimpleVT = VT.getSimpleVT(); in LowerATOMIC_CMP_SWAP() local
7026 MVT VecType = MVT::getVectorVT(SimpleVT, 2); in LowerATOMIC_CMP_SWAP()