Searched refs:LowerSINT_TO_FP (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h67 SDValue LowerSINT_TO_FP(SDValue Op, SelectionDAG &DAG) const;
H A DAMDGPUISelLowering.cpp1248 case ISD::SINT_TO_FP: return LowerSINT_TO_FP(Op, DAG);
2491 // TODO: Factor out code common with LowerSINT_TO_FP.
2526 SDValue AMDGPUTargetLowering::LowerSINT_TO_FP(SDValue Op, function in class:AMDGPUTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1487 SDValue LowerSINT_TO_FP(SDValue Op, SelectionDAG &DAG) const;
H A DX86ISelLowering.cpp19414 SDValue X86TargetLowering::LowerSINT_TO_FP(SDValue Op,
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2364 static SDValue LowerSINT_TO_FP(SDValue Op, SelectionDAG &DAG, function
3027 case ISD::SINT_TO_FP: return LowerSINT_TO_FP(Op, DAG, *this,

Completed in 295 milliseconds