Searched defs:WideMaskVT (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 5160 if (EVT WideMaskVT = EVT::getVectorVT(*DAG.getContext(), MVT::i1, in WidenVecRes_BinaryCanTrap() local 6093 EVT WideMaskVT = EVT::getVectorVT(*DAG.getContext(), MVT::i1, in WidenVecRes_LOAD() local 6201 EVT WideMaskVT = EVT::getVectorVT(*DAG.getContext(), in WidenVecRes_VECTOR_COMPRESS() local 6221 EVT WideMaskVT = in WidenVecRes_MLOAD() local 6280 EVT WideMaskVT = EVT::getVectorVT(*DAG.getContext(), in WidenVecRes_MGATHER() local 7328 EVT WideMaskVT = EVT::getVectorVT(*DAG.getContext(), MVT::i1, in WidenVecOp_STORE() local 7443 EVT WideVT, WideMaskVT; in WidenVecOp_MSTORE() local 7530 EVT WideMaskVT = EVT::getVectorVT(*DAG.getContext(), in WidenVecOp_MSCATTER() local 7691 EVT WideMaskVT = EVT::getVectorVT(*DAG.getContext(), MVT::i1, in WidenVecOp_VECREDUCE() local 7740 EVT WideMaskVT = EVT::getVectorVT(*DAG.getContext(), MVT::i1, in WidenVecOp_VECREDUCE_SEQ() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 33276 MVT WideMaskVT = MVT::getVectorVT(MVT::i1, NumEltsInWideVec); in LowerMLOAD() local 33323 MVT WideMaskVT = MVT::getVectorVT(MVT::i1, NumEltsInWideVec); in LowerMSTORE() local
|