Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h650 SDValue combineFP_EXTEND(SDNode *N, DAGCombinerInfo &DCI) const;
H A DSystemZISelLowering.cpp6271 SDValue SystemZTargetLowering::combineFP_EXTEND( in combineFP_EXTEND() function in SystemZTargetLowering
6717 case ISD::FP_EXTEND: return combineFP_EXTEND(N, DCI); in PerformDAGCombine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp50610 static SDValue combineFP_EXTEND(SDNode *N, SelectionDAG &DAG, in combineFP_EXTEND() function
50957 case ISD::FP_EXTEND: return combineFP_EXTEND(N, DAG, Subtarget); in PerformDAGCombine()