Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DConstrainedOps.def81 DAG_FUNCTION(lrint, 1, 1, experimental_constrained_lrint, LRINT)
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h933 LRINT, enumerator
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp374 case ISD::LRINT: return "lrint"; in getOperationName()
H A DLegalizeFloatTypes.cpp852 case ISD::LRINT: Res = SoftenFloatOp_LRINT(N); break; in SoftenFloatOperand()
1803 case ISD::LRINT: Res = ExpandFloatOp_LRINT(N); break; in ExpandFloatOperand()
H A DLegalizeDAG.cpp1007 case ISD::LRINT: in LegalizeOp()
4169 case ISD::LRINT: in ConvertNodeToLibcall()
H A DSelectionDAGBuilder.cpp6297 case Intrinsic::lrint: Opcode = ISD::LRINT; break; in visitIntrinsicCall()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp502 case Intrinsic::lrint: Opcode = ISD::LRINT; break; in mightUseCTR()
H A DPPCISelLowering.cpp544 setOperationAction(ISD::LRINT, MVT::f64, Legal); in PPCTargetLowering()
545 setOperationAction(ISD::LRINT, MVT::f32, Legal); in PPCTargetLowering()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp890 ISD::LRINT, ISD::LLRINT}, in initActions()
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td505 def lrint : SDNode<"ISD::LRINT" , SDTFPToIntOp>;
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp285 setOperationAction(ISD::LRINT, MVT::f32, Custom); in X86TargetLowering()
286 setOperationAction(ISD::LRINT, MVT::f64, Custom); in X86TargetLowering()
291 setOperationAction(ISD::LRINT, MVT::i64, Custom); in X86TargetLowering()
798 setOperationAction(ISD::LRINT, MVT::f80, Custom); in X86TargetLowering()
32282 case ISD::LRINT: in LowerOperation()
32942 case ISD::LRINT: in ReplaceNodeResults()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp303 ISD::FMINNUM, ISD::FMAXNUM, ISD::LRINT, in RISCVTargetLowering()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp682 ISD::LLROUND, ISD::LRINT, ISD::LLRINT, in AArch64TargetLowering()