Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def83 DAG_FUNCTION(lround, 1, 0, experimental_constrained_lround, LROUND)
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h886 LROUND, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp364 case ISD::LROUND: return "lround"; in getOperationName()
H A DLegalizeFloatTypes.cpp834 case ISD::LROUND: Res = SoftenFloatOp_LROUND(N); break; in SoftenFloatOperand()
1780 case ISD::LROUND: Res = ExpandFloatOp_LROUND(N); break; in ExpandFloatOperand()
H A DLegalizeDAG.cpp1006 case ISD::LROUND: in LegalizeOp()
4070 case ISD::LROUND: in ConvertNodeToLibcall()
H A DSelectionDAGBuilder.cpp6284 case Intrinsic::lround: Opcode = ISD::LROUND; break; in visitIntrinsicCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp507 case Intrinsic::lround: Opcode = ISD::LROUND; break; in mightUseCTR()
H A DPPCISelLowering.cpp520 setOperationAction(ISD::LROUND, MVT::f64, Legal); in PPCTargetLowering()
521 setOperationAction(ISD::LROUND, MVT::f32, Legal); in PPCTargetLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp901 setOperationAction(ISD::LROUND, VT, Expand); in initActions()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td493 def lround : SDNode<"ISD::LROUND" , SDTFPToIntOp>;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp319 setOperationAction(ISD::LROUND, MVT::f16, Legal); in RISCVTargetLowering()
335 setOperationAction(ISD::LROUND, MVT::f32, Legal); in RISCVTargetLowering()
356 setOperationAction(ISD::LROUND, MVT::f64, Legal); in RISCVTargetLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp702 setOperationAction(ISD::LROUND, Ty, Legal); in AArch64TargetLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp711 setOperationAction(ISD::LROUND, MVT::f80, Expand); in X86TargetLowering()