Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h780 SDValue combineFP_EXTEND(SDNode *N, DAGCombinerInfo &DCI) const;
H A DSystemZISelLowering.cpp8449 SDValue SystemZTargetLowering::combineFP_EXTEND( in combineFP_EXTEND() function in SystemZTargetLowering
9145 case ISD::FP_EXTEND: return combineFP_EXTEND(N, DCI); in PerformDAGCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp60157 static SDValue combineFP_EXTEND(SDNode *N, SelectionDAG &DAG, in combineFP_EXTEND() function
60671 case ISD::FP_EXTEND: return combineFP_EXTEND(N, DAG, DCI, Subtarget); in PerformDAGCombine()