Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h326 SDValue PromoteIntRes_MLOAD(MaskedLoadSDNode *N);
H A DLegalizeIntegerTypes.cpp72 case ISD::MLOAD: Res = PromoteIntRes_MLOAD(cast<MaskedLoadSDNode>(N)); in PromoteIntegerResult()
697 SDValue DAGTypeLegalizer::PromoteIntRes_MLOAD(MaskedLoadSDNode *N) { in PromoteIntRes_MLOAD() function in DAGTypeLegalizer