Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3583 GetExponent(SelectionDAG &DAG, SDValue Op, const TargetLowering &TLI, in GetExponent() function
3750 SDValue Exp = GetExponent(DAG, Op1, TLI, dl); in visitLog()
3860 SDValue LogOfExponent = GetExponent(DAG, Op1, TLI, dl); in visitLog2()
3969 SDValue Exp = GetExponent(DAG, Op1, TLI, dl); in visitLog10()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp4136 static SDValue GetExponent(SelectionDAG &DAG, SDValue Op, in GetExponent() function
4280 SDValue Exp = GetExponent(DAG, Op1, TLI, dl); in expandLog()
4379 SDValue LogOfExponent = GetExponent(DAG, Op1, TLI, dl); in expandLog2()
4477 SDValue Exp = GetExponent(DAG, Op1, TLI, dl); in expandLog10()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp4373 static SDValue GetExponent(SelectionDAG &DAG, SDValue Op, in GetExponent() function
4516 SDValue Exp = GetExponent(DAG, Op1, TLI, dl); in expandLog()
4614 SDValue LogOfExponent = GetExponent(DAG, Op1, TLI, dl); in expandLog2()
4711 SDValue Exp = GetExponent(DAG, Op1, TLI, dl); in expandLog10()