Home
last modified time | relevance | path

Searched refs:LowerINT_TO_FP (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DSIISelLowering.h43 SDValue LowerINT_TO_FP(SDValue Op, SelectionDAG &DAG, bool Signed) const;
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h495 SDValue LowerINT_TO_FP(SDValue Op, SelectionDAG &DAG) const;
DAArch64ISelLowering.cpp1939 SDValue AArch64TargetLowering::LowerINT_TO_FP(SDValue Op, in LowerINT_TO_FP() function in AArch64TargetLowering
2328 return LowerINT_TO_FP(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/ARM/
DARMISelLowering.h556 SDValue LowerINT_TO_FP(SDValue Op, SelectionDAG &DAG) const;
DARMISelLowering.cpp3960 SDValue ARMTargetLowering::LowerINT_TO_FP(SDValue Op, SelectionDAG &DAG) const { in LowerINT_TO_FP() function in ARMTargetLowering
6845 case ISD::UINT_TO_FP: return LowerINT_TO_FP(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h747 SDValue LowerINT_TO_FP(SDValue Op, SelectionDAG &DAG) const;
DPPCISelLowering.cpp6324 SDValue PPCTargetLowering::LowerINT_TO_FP(SDValue Op, in LowerINT_TO_FP() function in PPCTargetLowering
7985 case ISD::SINT_TO_FP: return LowerINT_TO_FP(Op, DAG); in LowerOperation()