Searched refs:SimpleVT (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelDAGToDAG.cpp | 885 MVT SimpleVT = LoadedVT.getSimpleVT(); in tryLoad() local 886 MVT ScalarVT = SimpleVT.getScalarType(); in tryLoad() 893 if (SimpleVT.isVector()) { in tryLoad() 1019 MVT SimpleVT = LoadedVT.getSimpleVT(); in tryLoadVector() local 1027 MVT ScalarVT = SimpleVT.getScalarType(); in tryLoadVector() 1739 MVT SimpleVT = StoreVT.getSimpleVT(); in tryStore() local 1745 MVT ScalarVT = SimpleVT.getScalarType(); in tryStore() 1747 if (SimpleVT.isVector()) { in tryStore()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 9308 MVT SimpleVT = VT.getSimpleVT(); in LowerATOMIC_CMP_SWAP() local 9309 MVT VecType = MVT::getVectorVT(SimpleVT, 2); in LowerATOMIC_CMP_SWAP()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 44572 MVT SimpleVT = VT.getSimpleVT(); in combineSelect() local 44576 getTargetShuffleMask(LHS.getNode(), SimpleVT, true, LHSOps, LHSMask) && in combineSelect() 44577 getTargetShuffleMask(RHS.getNode(), SimpleVT, true, RHSOps, RHSMask)) { in combineSelect() 44591 getConstVector(LHSMask, SimpleVT, DAG, DL, true)); in combineSelect() 44593 getConstVector(RHSMask, SimpleVT, DAG, DL, true)); in combineSelect()
|