Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h396 SDValue PromoteIntOp_MGATHER(MaskedGatherSDNode *N, unsigned OpNo);
H A DLegalizeIntegerTypes.cpp1660 case ISD::MGATHER: Res = PromoteIntOp_MGATHER(cast<MaskedGatherSDNode>(N), in PromoteIntegerOperand()
2067 SDValue DAGTypeLegalizer::PromoteIntOp_MGATHER(MaskedGatherSDNode *N, in PromoteIntOp_MGATHER() function in DAGTypeLegalizer