Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp9463 TargetRecip Recips = DCI.DAG.getTarget().Options.Reciprocals; in getRsqrtEstimate() local
9465 if (!Recips.isEnabled(RecipOp)) in getRsqrtEstimate()
9468 RefinementSteps = Recips.getRefinementSteps(RecipOp); in getRsqrtEstimate()
9485 TargetRecip Recips = DCI.DAG.getTarget().Options.Reciprocals; in getRecipEstimate() local
9487 if (!Recips.isEnabled(RecipOp)) in getRecipEstimate()
9490 RefinementSteps = Recips.getRefinementSteps(RecipOp); in getRecipEstimate()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp4574 TargetRecip Recips = DCI.DAG.getTarget().Options.Reciprocals; in getEstimate() local
4575 if (!Recips.isEnabled(RecipOp)) in getEstimate()
4578 ExtraSteps = Recips.getRefinementSteps(RecipOp); in getEstimate()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp14940 TargetRecip Recips = DCI.DAG.getTarget().Options.Reciprocals; in getRsqrtEstimate() local
14941 if (!Recips.isEnabled(RecipOp)) in getRsqrtEstimate()
14944 RefinementSteps = Recips.getRefinementSteps(RecipOp); in getRsqrtEstimate()
14972 TargetRecip Recips = DCI.DAG.getTarget().Options.Reciprocals; in getRecipEstimate() local
14973 if (!Recips.isEnabled(RecipOp)) in getRecipEstimate()
14976 RefinementSteps = Recips.getRefinementSteps(RecipOp); in getRecipEstimate()