Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def75 DAG_FUNCTION(ceil, 1, 0, experimental_constrained_ceil, FCEIL)
H A DVPIntrinsics.def434 VP_PROPERTY_FUNCTIONAL_SDOPC(FCEIL)
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h987 FCEIL, enumerator
H A DBasicTTIImpl.h2043 ISD = ISD::FCEIL; in getTypeBasedIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp233 case ISD::FCEIL: return "fceil"; in getOperationName()
H A DLegalizeFloatTypes.cpp87 case ISD::FCEIL: R = SoftenFloatRes_FCEIL(N); break; in SoftenFloatResult()
1417 case ISD::FCEIL: ExpandFloatRes_FCEIL(N, Lo, Hi); break; in ExpandFloatResult()
2602 case ISD::FCEIL: in PromoteFloatResult()
3043 case ISD::FCEIL: in SoftPromoteHalfResult()
H A DLegalizeVectorOps.cpp420 case ISD::FCEIL: in LegalizeOp()
H A DLegalizeVectorTypes.cpp91 case ISD::FCEIL: in ScalarizeVectorResult()
1165 case ISD::FCEIL: in SplitVectorResult()
4529 case ISD::FCEIL: in WidenVectorResult()
H A DLegalizeDAG.cpp4616 case ISD::FCEIL: in ConvertNodeToLibcall()
5533 case ISD::FCEIL: in PromoteNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp849 if (!LT.second.isVector() && TLI->isOperationCustom(ISD::FCEIL, LT.second)) in getIntrinsicInstrCost()
H A DRISCVISelLowering.cpp447 ISD::FCEIL, ISD::FFLOOR, ISD::FTRUNC, ISD::FRINT, ISD::FROUND, in RISCVTargetLowering()
460 ISD::SETCC, ISD::FCEIL, ISD::FFLOOR, in RISCVTargetLowering()
949 ISD::FABS, ISD::FNEG, ISD::FCOPYSIGN, ISD::FCEIL, in RISCVTargetLowering()
985 setOperationAction({ISD::FTRUNC, ISD::FCEIL, ISD::FFLOOR, ISD::FROUND, in RISCVTargetLowering()
1374 setOperationAction({ISD::FTRUNC, ISD::FCEIL, ISD::FFLOOR, ISD::FROUND, in RISCVTargetLowering()
3019 case ISD::FCEIL: in matchRoundingOp()
3099 case ISD::FCEIL: in lowerVectorFTRUNC_FCEIL_FFLOOR_FROUND()
6763 case ISD::FCEIL: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp829 ISD::FNEARBYINT, ISD::FCEIL, ISD::FRINT, ISD::FTRUNC, in initActions()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp104 setOperationAction({ISD::FCEIL, ISD::FTRUNC, ISD::FROUNDEVEN, ISD::FFLOOR}, in R600TargetLowering()
H A DAMDGPUISelLowering.cpp394 setOperationAction({ISD::FCEIL, ISD::FPOW, ISD::FABS, ISD::FFLOOR, in AMDGPUTargetLowering()
531 ISD::FADD, ISD::FCEIL, ISD::FCOS, in AMDGPUTargetLowering()
1382 case ISD::FCEIL: return LowerFCEIL(Op, DAG); in LowerOperation()
H A DAMDGPUISelDAGToDAG.cpp159 case ISD::FCEIL: in fp16SrcZerosHighBits()
H A DSIISelLowering.cpp215 ISD::FCEIL, ISD::FTRUNC, ISD::FRINT, ISD::FNEARBYINT, in SITargetLowering()
529 setOperationAction({ISD::FTRUNC, ISD::FCEIL, ISD::FROUNDEVEN}, MVT::f64, in SITargetLowering()
532 setOperationAction({ISD::FCEIL, ISD::FTRUNC, ISD::FROUNDEVEN, ISD::FFLOOR}, in SITargetLowering()
12625 case ISD::FCEIL: in isCanonicalized()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp323 setOperationAction(ISD::FCEIL, MVT::ppcf128, Expand); in PPCTargetLowering()
461 setOperationAction(ISD::FCEIL, MVT::f64, Legal); in PPCTargetLowering()
466 setOperationAction(ISD::FCEIL, MVT::f32, Legal); in PPCTargetLowering()
865 setOperationAction(ISD::FCEIL, VT, Expand); in PPCTargetLowering()
929 setOperationAction(ISD::FCEIL, MVT::v4f32, Legal); in PPCTargetLowering()
1027 setOperationAction(ISD::FCEIL, MVT::v2f64, Legal); in PPCTargetLowering()
1237 setOperationAction(ISD::FCEIL, MVT::f128, Legal); in PPCTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1208 case ISD::FCEIL: in PreprocessISelDAG()
1226 case ISD::FCEIL: Imm = 0xA; break; in PreprocessISelDAG()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp136 for (auto Op : {ISD::FCEIL, ISD::FFLOOR, ISD::FTRUNC, ISD::FNEARBYINT, in WebAssemblyTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp446 case ISD::FCEIL: in NVPTXTargetLowering()
765 for (const auto &Op : {ISD::FCEIL, ISD::FFLOOR, ISD::FNEARBYINT, ISD::FRINT, in NVPTXTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp765 ISD::FCEIL, in AArch64TargetLowering()
813 setOperationPromotedToType(ISD::FCEIL, V4Narrow, MVT::v4f32); in AArch64TargetLowering()
834 setOperationAction(ISD::FCEIL, V8Narrow, Legal); in AArch64TargetLowering()
864 {ISD::FFLOOR, ISD::FNEARBYINT, ISD::FCEIL, in AArch64TargetLowering()
1186 ISD::FNEG, ISD::FABS, ISD::FCEIL, in AArch64TargetLowering()
1349 {ISD::FFLOOR, ISD::FNEARBYINT, ISD::FCEIL, ISD::FRINT, ISD::FTRUNC, in AArch64TargetLowering()
1600 setOperationAction(ISD::FCEIL, VT, Custom); in AArch64TargetLowering()
2052 setOperationAction(ISD::FCEIL, VT, Default); in addTypeForFixedLengthSVE()
6823 case ISD::FCEIL: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp521 setOperationAction(ISD::FCEIL, VT, Legal); in SystemZTargetLowering()
581 setOperationAction(ISD::FCEIL, MVT::v2f64, Legal); in SystemZTargetLowering()
622 setOperationAction(ISD::FCEIL, MVT::v4f32, Legal); in SystemZTargetLowering()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td537 def fceil : SDNode<"ISD::FCEIL" , SDTFPUnaryOp>;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp891 setOperationAction(ISD::FCEIL, MVT::v2f64, Expand); in ARMTargetLowering()
913 setOperationAction(ISD::FCEIL, MVT::v4f32, Expand); in ARMTargetLowering()
931 setOperationAction(ISD::FCEIL, MVT::v2f32, Expand); in ARMTargetLowering()
1073 setOperationAction(ISD::FCEIL, MVT::f64, Expand); in ARMTargetLowering()
1512 setOperationAction(ISD::FCEIL, MVT::f32, Legal); in ARMTargetLowering()
1528 setOperationAction(ISD::FCEIL, MVT::f64, Legal); in ARMTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp136 setOperationAction(ISD::FCEIL, MVT::f16, Promote); in MipsSETargetLowering()

12