Searched refs:SimpleVT (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelDAGToDAG.cpp | 925 MVT SimpleVT = LoadedVT.getSimpleVT(); in tryLoad() local 926 MVT ScalarVT = SimpleVT.getScalarType(); in tryLoad() 933 if (SimpleVT.isVector()) { in tryLoad() 1051 MVT SimpleVT = LoadedVT.getSimpleVT(); in tryLoadVector() local 1059 MVT ScalarVT = SimpleVT.getScalarType(); in tryLoadVector() 1698 MVT SimpleVT = StoreVT.getSimpleVT(); in tryStore() local 1704 MVT ScalarVT = SimpleVT.getScalarType(); in tryStore() 1706 if (SimpleVT.isVector()) { in tryStore()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 11005 MVT SimpleVT = VT.getSimpleVT(); in LowerATOMIC_CMP_SWAP() local 11006 MVT VecType = MVT::getVectorVT(SimpleVT, 2); in LowerATOMIC_CMP_SWAP()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 44874 MVT SimpleVT = VT.getSimpleVT(); in combineSelect() local 44878 getTargetShuffleMask(LHS.getNode(), SimpleVT, true, LHSOps, LHSMask) && in combineSelect() 44879 getTargetShuffleMask(RHS.getNode(), SimpleVT, true, RHSOps, RHSMask)) { in combineSelect() 44893 getConstVector(LHSMask, SimpleVT, DAG, DL, true)); in combineSelect() 44895 getConstVector(RHSMask, SimpleVT, DAG, DL, true)); in combineSelect()
|