Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp885 MVT SimpleVT = LoadedVT.getSimpleVT(); in tryLoad() local
886 MVT ScalarVT = SimpleVT.getScalarType(); in tryLoad()
893 if (SimpleVT.isVector()) { in tryLoad()
1024 MVT SimpleVT = LoadedVT.getSimpleVT(); in tryLoadVector() local
1032 MVT ScalarVT = SimpleVT.getScalarType(); in tryLoadVector()
1746 MVT SimpleVT = StoreVT.getSimpleVT(); in tryStore() local
1752 MVT ScalarVT = SimpleVT.getScalarType(); in tryStore()
1754 if (SimpleVT.isVector()) { in tryStore()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp704 MVT SimpleVT = LoadedVT.getSimpleVT(); in tryLoad() local
706 if (SimpleVT.isVector()) { in tryLoad()
707 unsigned num = SimpleVT.getVectorNumElements(); in tryLoad()
722 MVT ScalarVT = SimpleVT.getScalarType(); in tryLoad()
944 MVT SimpleVT = LoadedVT.getSimpleVT(); in tryLoadVector() local
952 MVT ScalarVT = SimpleVT.getScalarType(); in tryLoadVector()
2143 MVT SimpleVT = StoreVT.getSimpleVT(); in tryStore() local
2145 if (SimpleVT.isVector()) { in tryStore()
2146 unsigned num = SimpleVT.getVectorNumElements(); in tryStore()
2158 MVT ScalarVT = SimpleVT.getScalarType(); in tryStore()
/external/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp2399 MVT SimpleVT = VT.getSimpleVT(); in LowerATOMIC_CMP_SWAP() local
2400 MVT VecType = MVT::getVectorVT(SimpleVT, 2); in LowerATOMIC_CMP_SWAP()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp6136 MVT SimpleVT = VT.getSimpleVT(); in LowerATOMIC_CMP_SWAP() local
6137 MVT VecType = MVT::getVectorVT(SimpleVT, 2); in LowerATOMIC_CMP_SWAP()