Home
last modified time | relevance | path

Searched refs:FCEIL (Results 1 – 23 of 23) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
DAMDGPUISelLowering.cpp35 setOperationAction(ISD::FCEIL, MVT::f32, Legal); in AMDGPUTargetLowering()
144 return DAG.getNode(ISD::FCEIL, DL, VT, Op.getOperand(1)); in LowerINTRINSIC_WO_CHAIN()
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h517 FCEIL, FTRUNC, FRINT, FNEARBYINT, FROUND, FFLOOR, enumerator
DBasicTTIImpl.h657 ISD = ISD::FCEIL; in getIntrinsicInstrCost()
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp303 case Intrinsic::ceil: Opcode = ISD::FCEIL; break; in mightUseCTR()
354 Opcode = ISD::FCEIL; break; in mightUseCTR()
DPPCISelLowering.cpp138 setOperationAction(ISD::FCEIL, MVT::ppcf128, Expand); in PPCTargetLowering()
197 setOperationAction(ISD::FCEIL, MVT::f64, Legal); in PPCTargetLowering()
202 setOperationAction(ISD::FCEIL, MVT::f32, Legal); in PPCTargetLowering()
466 setOperationAction(ISD::FCEIL, VT, Expand); in PPCTargetLowering()
514 setOperationAction(ISD::FCEIL, MVT::v4f32, Legal); in PPCTargetLowering()
573 setOperationAction(ISD::FCEIL, MVT::v2f64, Legal); in PPCTargetLowering()
784 setOperationAction(ISD::FCEIL, MVT::v4f64, Legal); in PPCTargetLowering()
789 setOperationAction(ISD::FCEIL, MVT::v4f32, Legal); in PPCTargetLowering()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp164 case ISD::FCEIL: return "fceil"; in getOperationName()
DLegalizeFloatTypes.cpp80 case ISD::FCEIL: R = SoftenFloatRes_FCEIL(N); break; in SoftenFloatResult()
1002 case ISD::FCEIL: ExpandFloatRes_FCEIL(N, Lo, Hi); break; in ExpandFloatResult()
1852 case ISD::FCEIL: in PromoteFloatResult()
DLegalizeVectorOps.cpp317 case ISD::FCEIL: in LegalizeOp()
DLegalizeVectorTypes.cpp78 case ISD::FCEIL: in ScalarizeVectorResult()
633 case ISD::FCEIL: in SplitVectorResult()
2091 case ISD::FCEIL: in WidenVectorResult()
DLegalizeDAG.cpp4085 case ISD::FCEIL: in ConvertNodeToLibcall()
4439 case ISD::FCEIL: in PromoteNode()
DSelectionDAG.cpp2928 case ISD::FCEIL: { in getNode()
2989 case ISD::FCEIL: in getNode()
DSelectionDAGBuilder.cpp4771 case Intrinsic::ceil: Opcode = ISD::FCEIL; break; in visitIntrinsicCall()
5846 if (visitUnaryFloatCall(I, ISD::FCEIL)) in visitCall()
DDAGCombiner.cpp1429 case ISD::FCEIL: return visitFCEIL(N); in visit()
9145 return DAG.getNode(ISD::FCEIL, SDLoc(N), VT, N0); in visitFCEIL()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp141 {ISD::FCEIL, ISD::FFLOOR, ISD::FTRUNC, ISD::FNEARBYINT, ISD::FRINT}) in WebAssemblyTargetLowering()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp84 setOperationAction(ISD::FCEIL, MVT::f32, Legal); in AMDGPUTargetLowering()
208 setOperationAction(ISD::FCEIL, MVT::f64, Custom); in AMDGPUTargetLowering()
345 setOperationAction(ISD::FCEIL, VT, Expand); in AMDGPUTargetLowering()
626 case ISD::FCEIL: return LowerFCEIL(Op, DAG); in LowerOperation()
DSIISelLowering.cpp246 setOperationAction(ISD::FCEIL, MVT::f64, Legal); in SITargetLowering()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp287 setOperationAction(ISD::FCEIL, MVT::f16, Promote); in AArch64TargetLowering()
329 setOperationAction(ISD::FCEIL, MVT::v4f16, Expand); in AArch64TargetLowering()
359 setOperationAction(ISD::FCEIL, MVT::v8f16, Expand); in AArch64TargetLowering()
393 setOperationAction(ISD::FCEIL, Ty, Legal); in AArch64TargetLowering()
532 setOperationAction(ISD::FCEIL, MVT::v1f64, Expand); in AArch64TargetLowering()
619 setOperationAction(ISD::FCEIL, Ty, Legal); in AArch64TargetLowering()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp849 setOperationAction(ISD::FCEIL, VT, Expand); in initActions()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp512 setOperationAction(ISD::FCEIL, MVT::v2f64, Expand); in ARMTargetLowering()
529 setOperationAction(ISD::FCEIL, MVT::v4f32, Expand); in ARMTargetLowering()
546 setOperationAction(ISD::FCEIL, MVT::v2f32, Expand); in ARMTargetLowering()
670 setOperationAction(ISD::FCEIL, MVT::f64, Expand); in ARMTargetLowering()
974 setOperationAction(ISD::FCEIL, MVT::f32, Legal); in ARMTargetLowering()
988 setOperationAction(ISD::FCEIL, MVT::f64, Legal); in ARMTargetLowering()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td438 def fceil : SDNode<"ISD::FCEIL" , SDTFPUnaryOp>;
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp362 setOperationAction(ISD::FCEIL, VT, Legal); in SystemZTargetLowering()
401 setOperationAction(ISD::FCEIL, MVT::v2f64, Legal); in SystemZTargetLowering()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1760 ISD::FLOG10, ISD::FEXP, ISD::FEXP2, ISD::FCEIL, ISD::FTRUNC, in HexagonTargetLowering()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp661 setOperationAction(ISD::FCEIL, MVT::f80, Expand); in X86TargetLowering()
714 setOperationAction(ISD::FCEIL, VT, Expand); in X86TargetLowering()
960 setOperationAction(ISD::FCEIL, RoundedTy, Legal); in X86TargetLowering()
1082 setOperationAction(ISD::FCEIL, MVT::v8f32, Legal); in X86TargetLowering()
1095 setOperationAction(ISD::FCEIL, MVT::v4f64, Legal); in X86TargetLowering()
1459 setOperationAction(ISD::FCEIL, MVT::v16f32, Legal); in X86TargetLowering()
1460 setOperationAction(ISD::FCEIL, MVT::v8f64, Legal); in X86TargetLowering()