Home
last modified time | relevance | path

Searched refs:LLROUND (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def89 DAG_FUNCTION(llround, 1, 0, experimental_constrained_llround, LLROUND)
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1041 LLROUND, enumerator
H A DBasicTTIImpl.h2364 ISD = ISD::LLROUND; in getTypeBasedIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp869 ISD::LRINT, ISD::LLRINT, ISD::LROUND, ISD::LLROUND}, in initActions()
931 setOperationAction({ISD::LRINT, ISD::LLRINT, ISD::LROUND, ISD::LLROUND}, in initActions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp430 case ISD::LLROUND: return "llround"; in getOperationName()
H A DLegalizeVectorTypes.cpp120 case ISD::LLROUND: in ScalarizeVectorResult()
762 case ISD::LLROUND: in ScalarizeVectorOperand()
1253 case ISD::LLROUND: in SplitVectorResult()
3480 case ISD::LLROUND: in SplitVectorOperand()
4896 case ISD::LLROUND: in WidenVectorResult()
6838 case ISD::LLROUND: in WidenVectorOperand()
H A DLegalizeFloatTypes.cpp1158 case ISD::LLROUND: Res = SoftenFloatOp_LLROUND(N); break; in SoftenFloatOperand()
2300 case ISD::LLROUND: Res = ExpandFloatOp_LLROUND(N); break; in ExpandFloatOperand()
2626 case ISD::LLROUND: in PromoteFloatOperand()
H A DLegalizeDAG.cpp1038 case ISD::LLROUND: in LegalizeOp()
3501 case ISD::LLROUND: { in ExpandNode()
4913 case ISD::LLROUND: in ConvertNodeToLibcall()
H A DLegalizeVectorOps.cpp494 case ISD::LLROUND: in LegalizeOp()
H A DLegalizeIntegerTypes.cpp2992 case ISD::LLROUND: in ExpandIntegerResult()
4222 } else if (N->getOpcode() == ISD::LLROUND || in ExpandIntRes_XROUND_XRINT()
H A DSelectionDAGBuilder.cpp6871 case Intrinsic::llround: Opcode = ISD::LLROUND; break; in visitIntrinsicCall()
H A DSelectionDAG.cpp5760 case ISD::LLROUND: in isKnownNeverNaN()
H A DDAGCombiner.cpp1995 case ISD::LLROUND: in visit()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp455 ISD::LROUND, ISD::LLROUND, ISD::STRICT_LRINT, in RISCVTargetLowering()
513 for (auto Op : {ISD::LROUND, ISD::LLROUND, ISD::LRINT, ISD::LLRINT, in RISCVTargetLowering()
1072 setOperationAction({ISD::LROUND, ISD::LLROUND}, VT, Custom); in RISCVTargetLowering()
1154 setOperationAction({ISD::LROUND, ISD::LLROUND}, VT, Custom); in RISCVTargetLowering()
1457 setOperationAction({ISD::LROUND, ISD::LLROUND}, VT, Custom); in RISCVTargetLowering()
1483 setOperationAction({ISD::LROUND, ISD::LLROUND}, VT, Custom); in RISCVTargetLowering()
1517 ISD::LLRINT, ISD::LROUND, ISD::LLROUND, in RISCVTargetLowering()
3225 case ISD::LLROUND: in matchRoundingOp()
7730 case ISD::LLROUND: { in LowerOperation()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td579 def llround : SDNode<"ISD::LLROUND" , SDTFPToIntOp>;
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp401 setOperationAction({ISD::LROUND, ISD::LLROUND}, in AMDGPUTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp579 setOperationAction(ISD::LLROUND, MVT::f64, Legal); in PPCTargetLowering()
580 setOperationAction(ISD::LLROUND, MVT::f32, Legal); in PPCTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp836 for (auto Op : {ISD::LROUND, ISD::LLROUND, ISD::LRINT, ISD::LLRINT, in AArch64TargetLowering()
906 ISD::LLROUND, ISD::LRINT, ISD::LLRINT, in AArch64TargetLowering()
7518 case ISD::LLROUND: { in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp864 setOperationAction(ISD::LLROUND, MVT::f80, LibCall); in X86TargetLowering()