Home
last modified time | relevance | path

Searched refs:ExpandChainLibCall (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp1030 DAGTypeLegalizer::ExpandChainLibCall(RTLIB::Libcall LC, SDNode *Node, in ExpandChainLibCall() function in DAGTypeLegalizer
H A DLegalizeTypes.h230 std::pair<SDValue, SDValue> ExpandChainLibCall(RTLIB::Libcall LC,
H A DLegalizeDAG.cpp143 std::pair<SDValue, SDValue> ExpandChainLibCall(RTLIB::Libcall LC,
2090 SelectionDAGLegalize::ExpandChainLibCall(RTLIB::Libcall LC, in ExpandChainLibCall() function in SelectionDAGLegalize
3803 std::pair<SDValue, SDValue> Tmp = ExpandChainLibCall(LC, Node, false); in ConvertNodeToLibcall()
H A DLegalizeIntegerTypes.cpp1631 return ExpandChainLibCall(LC, Node, false); in ExpandAtomic()