Home
last modified time | relevance | path

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

/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()