Searched refs:LowerINT_TO_FP (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/R600/ |
D | SIISelLowering.h | 40 SDValue LowerINT_TO_FP(SDValue Op, SelectionDAG &DAG, bool Signed) const;
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 453 SDValue LowerINT_TO_FP(SDValue Op, SelectionDAG &DAG) const;
|
D | AArch64ISelLowering.cpp | 1648 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/ |
D | ARMISelLowering.h | 500 SDValue LowerINT_TO_FP(SDValue Op, SelectionDAG &DAG) const;
|
D | ARMISelLowering.cpp | 3849 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/ |
D | PPCISelLowering.h | 705 SDValue LowerINT_TO_FP(SDValue Op, SelectionDAG &DAG) const;
|
D | PPCISelLowering.cpp | 6066 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()
|