Searched refs:LROUND (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ConstrainedOps.def | 83 DAG_FUNCTION(lround, 1, 0, experimental_constrained_lround, LROUND)
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 886 LROUND, enumerator
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 364 case ISD::LROUND: return "lround"; in getOperationName()
|
| H A D | LegalizeFloatTypes.cpp | 834 case ISD::LROUND: Res = SoftenFloatOp_LROUND(N); break; in SoftenFloatOperand() 1780 case ISD::LROUND: Res = ExpandFloatOp_LROUND(N); break; in ExpandFloatOperand()
|
| H A D | LegalizeDAG.cpp | 1006 case ISD::LROUND: in LegalizeOp() 4070 case ISD::LROUND: in ConvertNodeToLibcall()
|
| H A D | SelectionDAGBuilder.cpp | 6284 case Intrinsic::lround: Opcode = ISD::LROUND; break; in visitIntrinsicCall()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 507 case Intrinsic::lround: Opcode = ISD::LROUND; break; in mightUseCTR()
|
| H A D | PPCISelLowering.cpp | 520 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 D | TargetLoweringBase.cpp | 901 setOperationAction(ISD::LROUND, VT, Expand); in initActions()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 493 def lround : SDNode<"ISD::LROUND" , SDTFPToIntOp>;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 319 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 D | AArch64ISelLowering.cpp | 702 setOperationAction(ISD::LROUND, Ty, Legal); in AArch64TargetLowering()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 711 setOperationAction(ISD::LROUND, MVT::f80, Expand); in X86TargetLowering()
|