Searched defs:WideMaskVT (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 5139 EVT WideMaskVT = EVT::getVectorVT(*DAG.getContext(), MVT::i1, in WidenVecRes_LOAD() local 5230 EVT WideMaskVT = EVT::getVectorVT(*DAG.getContext(), in WidenVecRes_MLOAD() local 5256 EVT WideMaskVT = EVT::getVectorVT(*DAG.getContext(), in WidenVecRes_MGATHER() local 6212 EVT WideMaskVT = EVT::getVectorVT(*DAG.getContext(), MVT::i1, in WidenVecOp_STORE() local 6320 EVT WideMaskVT = EVT::getVectorVT(*DAG.getContext(), in WidenVecOp_MSTORE() local 6326 EVT WideMaskVT = TLI.getTypeToTransformTo(*DAG.getContext(), MaskVT); in WidenVecOp_MSTORE() local 6386 EVT WideMaskVT = EVT::getVectorVT(*DAG.getContext(), in WidenVecOp_MSCATTER() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 32934 MVT WideMaskVT = MVT::getVectorVT(MVT::i1, NumEltsInWideVec); in LowerMLOAD() local 32981 MVT WideMaskVT = MVT::getVectorVT(MVT::i1, NumEltsInWideVec); in LowerMSTORE() local
|