Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp147 SDValue ExpandIntLibCall(SDNode *Node, bool isSigned,
2121 SDValue SelectionDAGLegalize::ExpandIntLibCall(SDNode* Node, bool isSigned, in ExpandIntLibCall() function in SelectionDAGLegalize
4149 Results.push_back(ExpandIntLibCall(Node, true, in ConvertNodeToLibcall()
4155 Results.push_back(ExpandIntLibCall(Node, false, in ConvertNodeToLibcall()
4161 Results.push_back(ExpandIntLibCall(Node, true, in ConvertNodeToLibcall()
4167 Results.push_back(ExpandIntLibCall(Node, false, in ConvertNodeToLibcall()
4178 Results.push_back(ExpandIntLibCall(Node, false, in ConvertNodeToLibcall()