Searched refs:SimpleVT (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| D | NVPTXISelDAGToDAG.cpp | 885 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-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | SIISelLowering.cpp | 8793 MVT SimpleVT = VT.getSimpleVT(); in LowerATOMIC_CMP_SWAP() local 8794 MVT VecType = MVT::getVectorVT(SimpleVT, 2); in LowerATOMIC_CMP_SWAP()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 41797 MVT SimpleVT = VT.getSimpleVT(); in combineSelect() local 41801 getTargetShuffleMask(LHS.getNode(), SimpleVT, true, LHSOps, LHSMask) && in combineSelect() 41802 getTargetShuffleMask(RHS.getNode(), SimpleVT, true, RHSOps, RHSMask)) { in combineSelect() 41811 getConstVector(LHSMask, SimpleVT, DAG, DL, true)); in combineSelect() 41813 getConstVector(RHSMask, SimpleVT, DAG, DL, true)); in combineSelect()
|