Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
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 DSIISelLowering.cpp9308 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 DX86ISelLowering.cpp44572 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()