Home
last modified time | relevance | path

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

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