/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 116 SDValue ExpandLibCall(RTLIB::Libcall LC, SDNode *Node, bool isSigned); 117 SDValue ExpandLibCall(RTLIB::Libcall LC, EVT RetVT, const SDValue *Ops, 2191 SDValue SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, SDNode *Node, in ExpandLibCall() function in SelectionDAGLegalize 2237 SDValue SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, EVT RetVT, in ExpandLibCall() function in SelectionDAGLegalize 2320 return ExpandLibCall(LC, Node, false); in ExpandFPLibCall() 2338 return ExpandLibCall(LC, Node, isSigned); in ExpandIntLibCall() 3402 Results.push_back(ExpandLibCall(RTLIB::FPEXT_F16_F32, Node, false)); in ExpandNode() 3405 Results.push_back(ExpandLibCall(RTLIB::FPROUND_F32_F16, Node, false)); in ExpandNode() 3655 SDValue Ret = ExpandLibCall(LC, WideVT, Args, 4, isSigned, dl); in ExpandNode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 139 SDValue ExpandLibCall(RTLIB::Libcall LC, SDNode *Node, bool isSigned); 140 SDValue ExpandLibCall(RTLIB::Libcall LC, EVT RetVT, const SDValue *Ops, 1963 SDValue SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, SDNode *Node, in ExpandLibCall() function in SelectionDAGLegalize 2023 SDValue SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, EVT RetVT, in ExpandLibCall() function in SelectionDAGLegalize 2111 return ExpandLibCall(LC, Node, false); in ExpandFPLibCall() 2129 return ExpandLibCall(LC, Node, isSigned); in ExpandIntLibCall() 3598 Ret = ExpandLibCall(LC, WideVT, Args, 4, isSigned, dl); in ExpandNode() 3601 Ret = ExpandLibCall(LC, WideVT, Args, 4, isSigned, dl); in ExpandNode() 4213 Results.push_back(ExpandLibCall(RTLIB::FPEXT_F16_F32, Node, false)); in ConvertNodeToLibcall() 4220 Results.push_back(ExpandLibCall(LC, Node, false)); in ConvertNodeToLibcall()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 112 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, in ExpandLibCall() function in SelectionDAGLegalize 1989 SDValue SelectionDAGLegalize::ExpandLibCall(RTLIB::Libcall LC, EVT RetVT, in ExpandLibCall() function in SelectionDAGLegalize 2067 return ExpandLibCall(LC, Node, false); in ExpandFPLibCall() 2085 return ExpandLibCall(LC, Node, isSigned); in ExpandIntLibCall() 3435 SDValue Ret = ExpandLibCall(LC, WideVT, Args, 4, isSigned, dl); in ExpandNode() 3927 Results.push_back(ExpandLibCall(RTLIB::FPEXT_F16_F32, Node, false)); in ConvertNodeToLibcall() 3934 Results.push_back(ExpandLibCall(LC, Node, false)); in ConvertNodeToLibcall()
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUISelLowering.cpp | 61 ExpandLibCall(RTLIB::Libcall LC, SDValue Op, SelectionDAG &DAG, in ExpandLibCall() function 2475 return ExpandLibCall(LC, Op, DAG, false, Dummy, TLI); in LowerFP_TO_INT() 2501 return ExpandLibCall(LC, Op, DAG, false, Dummy, TLI); in LowerINT_TO_FP()
|