HomeSort by: relevance | last modified time | path
    Searched refs:getRecipEstimate (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.h 243 SDValue getRecipEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled,
AMDGPUISelLowering.cpp 4376 SDValue AMDGPUTargetLowering::getRecipEstimate(SDValue Operand,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 1009 SDValue getRecipEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled,
AArch64ISelLowering.cpp 7737 SDValue AArch64TargetLowering::getRecipEstimate(SDValue Operand,
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.h 1345 SDValue getRecipEstimate(SDValue Operand, SelectionDAG &DAG, int Enabled,
PPCISelLowering.cpp 12679 SDValue PPCTargetLowering::getRecipEstimate(SDValue Operand, SelectionDAG &DAG,
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.h 1662 SDValue getRecipEstimate(SDValue Op, SelectionDAG &DAG, int Enabled,
X86ISelLowering.cpp 22512 SDValue X86TargetLowering::getRecipEstimate(SDValue Op, SelectionDAG &DAG,
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 4296 virtual SDValue getRecipEstimate(SDValue Operand, SelectionDAG &DAG,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 22544 if (SDValue Est = TLI.getRecipEstimate(Op, DAG, Enabled, Iterations)) {

Completed in 197 milliseconds