Searched refs:ExpandLibCall (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp112 SDValue ExpandLibCall(RTLIB::Libcall LC, SDNode *Node, bool isSigned);
113 SDValue ExpandLibCall(RTLIB::Libcall LC, EVT RetVT, const SDValue *Ops,
1939 SDValue SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, SDNode *Node,
1989 SDValue SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, EVT RetVT,
2019 // ExpandLibCall except that the first operand is the in-chain.
2067 return ExpandLibCall(LC, Node, false);
2085 return ExpandLibCall(LC, Node, isSigned);
3435 SDValue Ret = ExpandLibCall(LC, WideVT, Args, 4, isSigned, dl);
3927 Results.push_back(ExpandLibCall(RTLIB::FPEXT_F16_F32, Node, false));
3934 Results.push_back(ExpandLibCall(L
[all...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp116 SDValue ExpandLibCall(RTLIB::Libcall LC, SDNode *Node, bool isSigned);
117 SDValue ExpandLibCall(RTLIB::Libcall LC, EVT RetVT, const SDValue *Ops,
2187 // ExpandLibCall - Expand a node into a call to a libcall. If the result value
2191 SDValue SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, SDNode *Node,
2235 /// ExpandLibCall - Generate a libcall taking the given operands as arguments
2237 SDValue SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, EVT RetVT,
2270 // ExpandLibCall except that the first operand is the in-chain.
2320 return ExpandLibCall(LC, Node, false);
2338 return ExpandLibCall(LC, Node, isSigned);
3402 Results.push_back(ExpandLibCall(RTLI
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
H A DSPUISelLowering.cpp61 ExpandLibCall(RTLIB::Libcall LC, SDValue Op, SelectionDAG &DAG, function in namespace:__anon22855
2475 return ExpandLibCall(LC, Op, DAG, false, Dummy, TLI);
2501 return ExpandLibCall(LC, Op, DAG, false, Dummy, TLI);

Completed in 361 milliseconds