Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
1023 MVT SimpleVT = LoadedVT.getSimpleVT(); in tryLoadVector() local
1031 MVT ScalarVT = SimpleVT.getScalarType(); in tryLoadVector()
1743 MVT SimpleVT = StoreVT.getSimpleVT(); in tryStore() local
1749 MVT ScalarVT = SimpleVT.getScalarType(); in tryStore()
1751 if (SimpleVT.isVector()) { in tryStore()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp8793 MVT SimpleVT = VT.getSimpleVT(); in LowerATOMIC_CMP_SWAP() local
8794 MVT VecType = MVT::getVectorVT(SimpleVT, 2); in LowerATOMIC_CMP_SWAP()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp41793 MVT SimpleVT = VT.getSimpleVT(); in combineSelect() local
41797 getTargetShuffleMask(LHS.getNode(), SimpleVT, true, LHSOps, LHSMask) && in combineSelect()
41798 getTargetShuffleMask(RHS.getNode(), SimpleVT, true, RHSOps, RHSMask)) { in combineSelect()
41807 getConstVector(LHSMask, SimpleVT, DAG, DL, true)); in combineSelect()
41809 getConstVector(RHSMask, SimpleVT, DAG, DL, true)); in combineSelect()