Home
last modified time | relevance | path

Searched refs:optimizeFMulOrFDivAsShiftAddBitcast (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1817 bool optimizeFMulOrFDivAsShiftAddBitcast(SDNode *N, SDValue FPConst,
H A DX86ISelLowering.cpp22789 bool X86TargetLowering::optimizeFMulOrFDivAsShiftAddBitcast( in optimizeFMulOrFDivAsShiftAddBitcast() function in X86TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h876 virtual bool optimizeFMulOrFDivAsShiftAddBitcast(SDNode *N, SDValue FPConst, in optimizeFMulOrFDivAsShiftAddBitcast() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16912 if (!TLI.optimizeFMulOrFDivAsShiftAddBitcast(N, ConstOp, Pow2Op)) in combineFMulOrFDivWithIntPow2()