Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h649 SDValue combineFP_ROUND(SDNode *N, DAGCombinerInfo &DCI) const;
H A DSystemZISelLowering.cpp6205 SDValue SystemZTargetLowering::combineFP_ROUND( in combineFP_ROUND() function in SystemZTargetLowering
6715 case ISD::FP_ROUND: return combineFP_ROUND(N, DCI); in PerformDAGCombine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp50718 static SDValue combineFP_ROUND(SDNode *N, SelectionDAG &DAG, in combineFP_ROUND() function
50958 case ISD::FP_ROUND: return combineFP_ROUND(N, DAG, Subtarget); in PerformDAGCombine()