Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h340 SDValue PromoteIntRes_LOAD(LoadSDNode *N);
H A DLegalizeIntegerTypes.cpp85 case ISD::LOAD: Res = PromoteIntRes_LOAD(cast<LoadSDNode>(N)); break; in PromoteIntegerResult()
943 SDValue DAGTypeLegalizer::PromoteIntRes_LOAD(LoadSDNode *N) { in PromoteIntRes_LOAD() function in DAGTypeLegalizer