Home
last modified time | relevance | path

Searched refs:LRINT (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def81 DAG_FUNCTION(lrint, 1, 1, experimental_constrained_lrint, LRINT)
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h888 LRINT, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp368 case ISD::LRINT: return "lrint"; in getOperationName()
H A DLegalizeFloatTypes.cpp838 case ISD::LRINT: Res = SoftenFloatOp_LRINT(N); break; in SoftenFloatOperand()
1782 case ISD::LRINT: Res = ExpandFloatOp_LRINT(N); break; in ExpandFloatOperand()
H A DLegalizeDAG.cpp1008 case ISD::LRINT: in LegalizeOp()
4084 case ISD::LRINT: in ConvertNodeToLibcall()
H A DSelectionDAGBuilder.cpp6286 case Intrinsic::lrint: Opcode = ISD::LRINT; break; in visitIntrinsicCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp503 case Intrinsic::lrint: Opcode = ISD::LRINT; break; in mightUseCTR()
H A DPPCISelLowering.cpp516 setOperationAction(ISD::LRINT, MVT::f64, Legal); in PPCTargetLowering()
517 setOperationAction(ISD::LRINT, MVT::f32, Legal); in PPCTargetLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp903 setOperationAction(ISD::LRINT, VT, Expand); in initActions()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td495 def lrint : SDNode<"ISD::LRINT" , SDTFPToIntOp>;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp317 setOperationAction(ISD::LRINT, MVT::f16, Legal); in RISCVTargetLowering()
333 setOperationAction(ISD::LRINT, MVT::f32, Legal); in RISCVTargetLowering()
354 setOperationAction(ISD::LRINT, MVT::f64, Legal); in RISCVTargetLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp287 setOperationAction(ISD::LRINT, MVT::f32, Custom); in X86TargetLowering()
288 setOperationAction(ISD::LRINT, MVT::f64, Custom); in X86TargetLowering()
293 setOperationAction(ISD::LRINT, MVT::i64, Custom); in X86TargetLowering()
713 setOperationAction(ISD::LRINT, MVT::f80, Custom); in X86TargetLowering()
30502 case ISD::LRINT: in LowerOperation()
31051 case ISD::LRINT: in ReplaceNodeResults()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp704 setOperationAction(ISD::LRINT, Ty, Legal); in AArch64TargetLowering()