Home
last modified time | relevance | path

Searched refs:FCEIL (Results 1 – 22 of 22) 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.h499 FCEIL, FTRUNC, FRINT, FNEARBYINT, FROUND, FFLOOR, enumerator
DBasicTTIImpl.h599 ISD = ISD::FCEIL; in getIntrinsicInstrCost()
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp288 case Intrinsic::ceil: Opcode = ISD::FCEIL; break; in mightUseCTR()
339 Opcode = ISD::FCEIL; break; in mightUseCTR()
DPPCISelLowering.cpp139 setOperationAction(ISD::FCEIL, MVT::ppcf128, Expand); in PPCTargetLowering()
198 setOperationAction(ISD::FCEIL, MVT::f64, Legal); in PPCTargetLowering()
203 setOperationAction(ISD::FCEIL, MVT::f32, Legal); in PPCTargetLowering()
456 setOperationAction(ISD::FCEIL, VT, Expand); in PPCTargetLowering()
502 setOperationAction(ISD::FCEIL, MVT::v4f32, Legal); in PPCTargetLowering()
547 setOperationAction(ISD::FCEIL, MVT::v2f64, Legal); in PPCTargetLowering()
752 setOperationAction(ISD::FCEIL, MVT::v4f64, Legal); in PPCTargetLowering()
757 setOperationAction(ISD::FCEIL, MVT::v4f32, Legal); in PPCTargetLowering()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp154 case ISD::FCEIL: return "fceil"; in getOperationName()
DLegalizeFloatTypes.cpp74 case ISD::FCEIL: R = SoftenFloatRes_FCEIL(N); break; in SoftenFloatResult()
890 case ISD::FCEIL: ExpandFloatRes_FCEIL(N, Lo, Hi); break; in ExpandFloatResult()
1735 case ISD::FCEIL: in PromoteFloatResult()
DLegalizeVectorOps.cpp311 case ISD::FCEIL: in LegalizeOp()
DLegalizeVectorTypes.cpp77 case ISD::FCEIL: in ScalarizeVectorResult()
618 case ISD::FCEIL: in SplitVectorResult()
1800 case ISD::FCEIL: in WidenVectorResult()
DLegalizeDAG.cpp3363 case ISD::FCEIL: in ExpandNode()
4242 case ISD::FCEIL: in PromoteNode()
DSelectionDAG.cpp2795 case ISD::FCEIL: { in getNode()
2860 case ISD::FCEIL: in getNode()
DSelectionDAGBuilder.cpp5000 case Intrinsic::ceil: Opcode = ISD::FCEIL; break; in visitIntrinsicCall()
6030 if (visitUnaryFloatCall(I, ISD::FCEIL)) in visitCall()
DDAGCombiner.cpp1368 case ISD::FCEIL: return visitFCEIL(N); in visit()
8208 return DAG.getNode(ISD::FCEIL, SDLoc(N), VT, N0); in visitFCEIL()
/external/llvm/lib/Target/R600/
DAMDGPUISelLowering.cpp121 setOperationAction(ISD::FCEIL, MVT::f32, Legal); in AMDGPUTargetLowering()
245 setOperationAction(ISD::FCEIL, MVT::f64, Custom); in AMDGPUTargetLowering()
364 setOperationAction(ISD::FCEIL, VT, Expand); in AMDGPUTargetLowering()
612 case ISD::FCEIL: return LowerFCEIL(Op, DAG); in LowerOperation()
DSIISelLowering.cpp202 setOperationAction(ISD::FCEIL, MVT::f64, Legal); in SITargetLowering()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp297 setOperationAction(ISD::FCEIL, MVT::f16, Promote); in AArch64TargetLowering()
337 setOperationAction(ISD::FCEIL, MVT::v4f16, Expand); in AArch64TargetLowering()
367 setOperationAction(ISD::FCEIL, MVT::v8f16, Expand); in AArch64TargetLowering()
401 setOperationAction(ISD::FCEIL, Ty, Legal); in AArch64TargetLowering()
522 setOperationAction(ISD::FCEIL, MVT::v1f64, Expand); in AArch64TargetLowering()
609 setOperationAction(ISD::FCEIL, Ty, Legal); in AArch64TargetLowering()
DAArch64ISelDAGToDAG.cpp2020 case ISD::FCEIL: { in SelectLIBM()
3074 case ISD::FCEIL: in Select()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp842 setOperationAction(ISD::FCEIL, VT, Expand); in initActions()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp475 setOperationAction(ISD::FCEIL, MVT::v2f64, Expand); in ARMTargetLowering()
492 setOperationAction(ISD::FCEIL, MVT::v4f32, Expand); in ARMTargetLowering()
509 setOperationAction(ISD::FCEIL, MVT::v2f32, Expand); in ARMTargetLowering()
613 setOperationAction(ISD::FCEIL, MVT::f64, Expand); in ARMTargetLowering()
907 setOperationAction(ISD::FCEIL, MVT::f32, Legal); in ARMTargetLowering()
914 setOperationAction(ISD::FCEIL, MVT::f64, Legal); in ARMTargetLowering()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td410 def fceil : SDNode<"ISD::FCEIL" , SDTFPUnaryOp>;
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp645 setOperationAction(ISD::FCEIL, MVT::f80, Expand); in X86TargetLowering()
698 setOperationAction(ISD::FCEIL, VT, Expand); in X86TargetLowering()
943 setOperationAction(ISD::FCEIL, RoundedTy, Legal); in X86TargetLowering()
1040 setOperationAction(ISD::FCEIL, MVT::v8f32, Legal); in X86TargetLowering()
1053 setOperationAction(ISD::FCEIL, MVT::v4f64, Legal); in X86TargetLowering()
1323 setOperationAction(ISD::FCEIL, MVT::v16f32, Legal); in X86TargetLowering()
1324 setOperationAction(ISD::FCEIL, MVT::v8f64, Legal); in X86TargetLowering()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp266 setOperationAction(ISD::FCEIL, VT, Legal); in SystemZTargetLowering()