Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DConstrainedOps.def81 DAG_FUNCTION(lrint, 1, 1, experimental_constrained_lrint, LRINT)
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h888 LRINT, enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp368 case ISD::LRINT: return "lrint"; in getOperationName()
DLegalizeFloatTypes.cpp838 case ISD::LRINT: Res = SoftenFloatOp_LRINT(N); break; in SoftenFloatOperand()
1782 case ISD::LRINT: Res = ExpandFloatOp_LRINT(N); break; in ExpandFloatOperand()
DLegalizeDAG.cpp1008 case ISD::LRINT: in LegalizeOp()
4084 case ISD::LRINT: in ConvertNodeToLibcall()
DSelectionDAGBuilder.cpp6286 case Intrinsic::lrint: Opcode = ISD::LRINT; break; in visitIntrinsicCall()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp503 case Intrinsic::lrint: Opcode = ISD::LRINT; break; in mightUseCTR()
DPPCISelLowering.cpp516 setOperationAction(ISD::LRINT, MVT::f64, Legal); in PPCTargetLowering()
517 setOperationAction(ISD::LRINT, MVT::f32, Legal); in PPCTargetLowering()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp903 setOperationAction(ISD::LRINT, VT, Expand); in initActions()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Target/
DTargetSelectionDAG.td495 def lrint : SDNode<"ISD::LRINT" , SDTFPToIntOp>;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
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-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
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-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp704 setOperationAction(ISD::LRINT, Ty, Legal); in AArch64TargetLowering()