Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h378 SDValue PromoteIntOp_MGATHER(MaskedGatherSDNode *N, unsigned OpNo);
H A DLegalizeIntegerTypes.cpp1070 case ISD::MGATHER: Res = PromoteIntOp_MGATHER(cast<MaskedGatherSDNode>(N), in PromoteIntegerOperand()
1379 SDValue DAGTypeLegalizer::PromoteIntOp_MGATHER(MaskedGatherSDNode *N, in PromoteIntOp_MGATHER() function in DAGTypeLegalizer