Home
last modified time | relevance | path

Searched refs:NewMaskVT (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp473 EVT NewMaskVT = getSetCCResultType(NVT); in PromoteIntRes_MLOAD() local
474 if (NewMaskVT != N->getMask().getValueType()) in PromoteIntRes_MLOAD()
475 Mask = PromoteTargetBoolean(Mask, NewMaskVT); in PromoteIntRes_MLOAD()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp22625 EVT NewMaskVT = EVT::getVectorVT(*DAG.getContext(), MVT::i1, in PerformMLOADCombine() local
22635 NewMask = DAG.getNode(ISD::CONCAT_VECTORS, dl, NewMaskVT, Ops); in PerformMLOADCombine()
22709 EVT NewMaskVT = EVT::getVectorVT(*DAG.getContext(), MVT::i1, in PerformMSTORECombine() local
22719 NewMask = DAG.getNode(ISD::CONCAT_VECTORS, dl, NewMaskVT, Ops); in PerformMSTORECombine()