Searched refs:SimpleVT (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelDAGToDAG.cpp | 909 MVT SimpleVT = LoadedVT.getSimpleVT(); in tryLoad() local 910 MVT ScalarVT = SimpleVT.getScalarType(); in tryLoad() 917 if (SimpleVT.isVector()) { in tryLoad() 1040 MVT SimpleVT = LoadedVT.getSimpleVT(); in tryLoadVector() local 1048 MVT ScalarVT = SimpleVT.getScalarType(); in tryLoadVector() 1754 MVT SimpleVT = StoreVT.getSimpleVT(); in tryStore() local 1760 MVT ScalarVT = SimpleVT.getScalarType(); in tryStore() 1762 if (SimpleVT.isVector()) { in tryStore()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 9387 MVT SimpleVT = VT.getSimpleVT(); in LowerATOMIC_CMP_SWAP() local 9388 MVT VecType = MVT::getVectorVT(SimpleVT, 2); in LowerATOMIC_CMP_SWAP()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 45769 MVT SimpleVT = VT.getSimpleVT(); in combineSelect() local 45773 getTargetShuffleMask(LHS.getNode(), SimpleVT, true, LHSOps, LHSMask) && in combineSelect() 45774 getTargetShuffleMask(RHS.getNode(), SimpleVT, true, RHSOps, RHSMask)) { in combineSelect() 45788 getConstVector(LHSMask, SimpleVT, DAG, DL, true)); in combineSelect() 45790 getConstVector(RHSMask, SimpleVT, DAG, DL, true)); in combineSelect()
|