Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h309 SDValue PromoteIntOp_MLOAD(MaskedLoadSDNode *N, unsigned OpNo);
DLegalizeIntegerTypes.cpp906 case ISD::MLOAD: Res = PromoteIntOp_MLOAD(cast<MaskedLoadSDNode>(N), in PromoteIntegerOperand()
1221 SDValue DAGTypeLegalizer::PromoteIntOp_MLOAD(MaskedLoadSDNode *N, in PromoteIntOp_MLOAD() function in DAGTypeLegalizer