Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp158 SDValue ExpandConstantFP(ConstantFPSDNode *CFP, bool UseCP);
244 SelectionDAGLegalize::ExpandConstantFP(ConstantFPSDNode *CFP, bool UseCP) { in ExpandConstantFP() function in SelectionDAGLegalize
3199 Results.push_back(ExpandConstantFP(CFP, true)); in ExpandNode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp185 SDValue ExpandConstantFP(ConstantFPSDNode *CFP, bool UseCP);
275 SelectionDAGLegalize::ExpandConstantFP(ConstantFPSDNode *CFP, bool UseCP) { in ExpandConstantFP() function in SelectionDAGLegalize
3307 Results.push_back(ExpandConstantFP(CFP, true)); in ExpandNode()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp335 static SDValue ExpandConstantFP(ConstantFPSDNode *CFP, bool UseCP, in ExpandConstantFP() function
3414 Results.push_back(ExpandConstantFP(CFP, true, DAG, TLI)); in ExpandNode()