Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DSIISelLowering.h40 SDValue LowerINT_TO_FP(SDValue Op, SelectionDAG &DAG, bool Signed) const;
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h453 SDValue LowerINT_TO_FP(SDValue Op, SelectionDAG &DAG) const;
DAArch64ISelLowering.cpp1648 SDValue AArch64TargetLowering::LowerINT_TO_FP(SDValue Op, in LowerINT_TO_FP() function in AArch64TargetLowering
2011 return LowerINT_TO_FP(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/ARM/
DARMISelLowering.h500 SDValue LowerINT_TO_FP(SDValue Op, SelectionDAG &DAG) const;
DARMISelLowering.cpp3849 SDValue ARMTargetLowering::LowerINT_TO_FP(SDValue Op, SelectionDAG &DAG) const { in LowerINT_TO_FP() function in ARMTargetLowering
6285 case ISD::UINT_TO_FP: return LowerINT_TO_FP(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h705 SDValue LowerINT_TO_FP(SDValue Op, SelectionDAG &DAG) const;
DPPCISelLowering.cpp6066 SDValue PPCTargetLowering::LowerINT_TO_FP(SDValue Op, in LowerINT_TO_FP() function in PPCTargetLowering
7691 case ISD::SINT_TO_FP: return LowerINT_TO_FP(Op, DAG); in LowerOperation()