Searched refs:ExpandConstantFP (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 158 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/ |
D | LegalizeDAG.cpp | 185 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/ |
D | LegalizeDAG.cpp | 335 static SDValue ExpandConstantFP(ConstantFPSDNode *CFP, bool UseCP, in ExpandConstantFP() function 3414 Results.push_back(ExpandConstantFP(CFP, true, DAG, TLI)); in ExpandNode()
|