HomeSort by: relevance | last modified time | path
    Searched refs:SimpleVT (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 885 MVT SimpleVT = LoadedVT.getSimpleVT();
886 MVT ScalarVT = SimpleVT.getScalarType();
893 if (SimpleVT.isVector()) {
1023 MVT SimpleVT = LoadedVT.getSimpleVT();
1031 MVT ScalarVT = SimpleVT.getScalarType();
1743 MVT SimpleVT = StoreVT.getSimpleVT();
1749 MVT ScalarVT = SimpleVT.getScalarType();
1751 if (SimpleVT.isVector()) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 8751 MVT SimpleVT = VT.getSimpleVT();
8752 MVT VecType = MVT::getVectorVT(SimpleVT, 2);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 107 milliseconds