Home
last modified time | relevance | path

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

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