Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def86 DAG_FUNCTION(llrint, 1, 1, experimental_constrained_llrint, LLRINT)
H A DVPIntrinsics.def482 VP_PROPERTY_FUNCTIONAL_SDOPC(LLRINT)
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h997 LLRINT, enumerator
H A DBasicTTIImpl.h2058 ISD = ISD::LLRINT; in getTypeBasedIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp771 ISD::SPLAT_VECTOR, ISD::LRINT, ISD::LLRINT, ISD::FTAN, ISD::FACOS, in initActions()
830 ISD::LROUND, ISD::LLROUND, ISD::LRINT, ISD::LLRINT, in initActions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp414 case ISD::LLRINT: return "llrint"; in getOperationName()
H A DLegalizeVectorTypes.cpp114 case ISD::LLRINT: in ScalarizeVectorResult()
758 case ISD::LLRINT: in ScalarizeVectorOperand()
1198 case ISD::LLRINT: in SplitVectorResult()
3205 case ISD::LLRINT: in SplitVectorOperand()
4523 case ISD::LLRINT: in WidenVectorResult()
6393 case ISD::LLRINT: in WidenVectorOperand()
H A DLegalizeFloatTypes.cpp1020 case ISD::LLRINT: Res = SoftenFloatOp_LLRINT(N); break; in SoftenFloatOperand()
2086 case ISD::LLRINT: Res = ExpandFloatOp_LLRINT(N); break; in ExpandFloatOperand()
2413 case ISD::LLRINT: R = PromoteFloatOp_UnaryOp(N, OpNo); break; in PromoteFloatOperand()
H A DLegalizeVectorOps.cpp477 case ISD::LLRINT: in LegalizeOp()
H A DLegalizeIntegerTypes.cpp333 case ISD::LLRINT: in PromoteIntegerResult()
2810 case ISD::LLRINT: ExpandIntRes_XROUND_XRINT(N, Lo, Hi); break; in ExpandIntegerResult()
4015 } else if (N->getOpcode() == ISD::LLRINT || in ExpandIntRes_XROUND_XRINT()
H A DLegalizeDAG.cpp1010 case ISD::LLRINT: in LegalizeOp()
4728 case ISD::LLRINT: in ConvertNodeToLibcall()
H A DSelectionDAGBuilder.cpp6853 case Intrinsic::llrint: Opcode = ISD::LLRINT; break; in visitIntrinsicCall()
H A DSelectionDAG.cpp5425 case ISD::LLRINT: in isKnownNeverNaN()
H A DDAGCombiner.cpp1936 case ISD::LLRINT: return visitXRINT(N); in visit()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td550 def llrint : SDNode<"ISD::LLRINT" , SDTFPToIntOp>;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp802 for (auto Op : {ISD::LROUND, ISD::LLROUND, ISD::LRINT, ISD::LLRINT, in AArch64TargetLowering()
868 ISD::LLROUND, ISD::LRINT, ISD::LLRINT, in AArch64TargetLowering()
1361 for (auto Op : {ISD::LRINT, ISD::LLRINT}) { in AArch64TargetLowering()
1605 setOperationAction(ISD::LLRINT, VT, Custom); in AArch64TargetLowering()
2070 setOperationAction(ISD::LLRINT, VT, Default); in addTypeForFixedLengthSVE()
7039 case ISD::LLRINT: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp431 ISD::LLRINT, ISD::LROUND, ISD::LLROUND, in RISCVTargetLowering()
975 setOperationAction({ISD::LRINT, ISD::LLRINT}, VT, Custom); in RISCVTargetLowering()
3277 // Expand vector LRINT and LLRINT by converting to the integer domain. in lowerVectorXRINT()
6081 case ISD::LLRINT: in getRISCVVLOp()
6773 case ISD::LLRINT: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp318 setOperationAction(ISD::LLRINT, MVT::f32, Custom); in X86TargetLowering()
319 setOperationAction(ISD::LLRINT, MVT::f64, Custom); in X86TargetLowering()
323 setOperationAction(ISD::LLRINT, MVT::i64, Custom); in X86TargetLowering()
855 setOperationAction(ISD::LLRINT, MVT::f80, Custom); in X86TargetLowering()
1761 setOperationAction(ISD::LLRINT, VT, Legal); in X86TargetLowering()
1803 setOperationAction(ISD::LLRINT, MVT::v8f64, Legal); in X86TargetLowering()
2538 ISD::LLRINT, in X86TargetLowering()
32421 case ISD::LLRINT: return LowerLRINT_LLRINT(Op, DAG); in LowerOperation()
33133 case ISD::LLRINT: { in ReplaceNodeResults()
57804 case ISD::LLRINT: return combineLRINT_LLRINT(N, DAG, Subtarget); in PerformDAGCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp568 setOperationAction(ISD::LLRINT, MVT::f64, Legal); in PPCTargetLowering()
569 setOperationAction(ISD::LLRINT, MVT::f32, Legal); in PPCTargetLowering()