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

/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h420 SDValue LowerFP_TO_INT(SDValue Op, SelectionDAG &DAG) const;
H A DAArch64ISelLowering.cpp1410 SDValue AArch64TargetLowering::LowerFP_TO_INT(SDValue Op, function in class:AArch64TargetLowering
1610 return LowerFP_TO_INT(Op, DAG);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h556 SDValue LowerFP_TO_INT(SDValue Op, SelectionDAG &DAG, SDLoc dl) const;
H A DPPCISelLowering.cpp5077 SDValue PPCTargetLowering::LowerFP_TO_INT(SDValue Op, SelectionDAG &DAG, function in class:PPCTargetLowering
6155 case ISD::FP_TO_SINT: return LowerFP_TO_INT(Op, DAG,
6242 // LowerFP_TO_INT() can only handle f32 and f64.
6245 Results.push_back(LowerFP_TO_INT(SDValue(N, 0), DAG, dl));
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3727 static SDValue LowerFP_TO_INT(SDValue Op, SelectionDAG &DAG) { function
6214 case ISD::FP_TO_UINT: return LowerFP_TO_INT(Op, DAG);

Completed in 2163 milliseconds