Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h392 SDValue PromoteIntOp_FRAMERETURNADDR(SDNode *N);
H A DLegalizeIntegerTypes.cpp1539 case ISD::RETURNADDR: Res = PromoteIntOp_FRAMERETURNADDR(N); break; in PromoteIntegerOperand()
1974 SDValue DAGTypeLegalizer::PromoteIntOp_FRAMERETURNADDR(SDNode *N) { in PromoteIntOp_FRAMERETURNADDR() function in DAGTypeLegalizer