| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ConstrainedOps.def | 89 DAG_FUNCTION(llround, 1, 0, experimental_constrained_llround, LLROUND)
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 1041 LLROUND, enumerator
|
| H A D | BasicTTIImpl.h | 2364 ISD = ISD::LLROUND; in getTypeBasedIntrinsicInstrCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 869 ISD::LRINT, ISD::LLRINT, ISD::LROUND, ISD::LLROUND}, in initActions() 931 setOperationAction({ISD::LRINT, ISD::LLRINT, ISD::LROUND, ISD::LLROUND}, in initActions()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 430 case ISD::LLROUND: return "llround"; in getOperationName()
|
| H A D | LegalizeVectorTypes.cpp | 120 case ISD::LLROUND: in ScalarizeVectorResult() 762 case ISD::LLROUND: in ScalarizeVectorOperand() 1253 case ISD::LLROUND: in SplitVectorResult() 3480 case ISD::LLROUND: in SplitVectorOperand() 4896 case ISD::LLROUND: in WidenVectorResult() 6838 case ISD::LLROUND: in WidenVectorOperand()
|
| H A D | LegalizeFloatTypes.cpp | 1158 case ISD::LLROUND: Res = SoftenFloatOp_LLROUND(N); break; in SoftenFloatOperand() 2300 case ISD::LLROUND: Res = ExpandFloatOp_LLROUND(N); break; in ExpandFloatOperand() 2626 case ISD::LLROUND: in PromoteFloatOperand()
|
| H A D | LegalizeDAG.cpp | 1038 case ISD::LLROUND: in LegalizeOp() 3501 case ISD::LLROUND: { in ExpandNode() 4913 case ISD::LLROUND: in ConvertNodeToLibcall()
|
| H A D | LegalizeVectorOps.cpp | 494 case ISD::LLROUND: in LegalizeOp()
|
| H A D | LegalizeIntegerTypes.cpp | 2992 case ISD::LLROUND: in ExpandIntegerResult() 4222 } else if (N->getOpcode() == ISD::LLROUND || in ExpandIntRes_XROUND_XRINT()
|
| H A D | SelectionDAGBuilder.cpp | 6871 case Intrinsic::llround: Opcode = ISD::LLROUND; break; in visitIntrinsicCall()
|
| H A D | SelectionDAG.cpp | 5760 case ISD::LLROUND: in isKnownNeverNaN()
|
| H A D | DAGCombiner.cpp | 1995 case ISD::LLROUND: in visit()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 455 ISD::LROUND, ISD::LLROUND, ISD::STRICT_LRINT, in RISCVTargetLowering() 513 for (auto Op : {ISD::LROUND, ISD::LLROUND, ISD::LRINT, ISD::LLRINT, in RISCVTargetLowering() 1072 setOperationAction({ISD::LROUND, ISD::LLROUND}, VT, Custom); in RISCVTargetLowering() 1154 setOperationAction({ISD::LROUND, ISD::LLROUND}, VT, Custom); in RISCVTargetLowering() 1457 setOperationAction({ISD::LROUND, ISD::LLROUND}, VT, Custom); in RISCVTargetLowering() 1483 setOperationAction({ISD::LROUND, ISD::LLROUND}, VT, Custom); in RISCVTargetLowering() 1517 ISD::LLRINT, ISD::LROUND, ISD::LLROUND, in RISCVTargetLowering() 3225 case ISD::LLROUND: in matchRoundingOp() 7730 case ISD::LLROUND: { in LowerOperation()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 579 def llround : SDNode<"ISD::LLROUND" , SDTFPToIntOp>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.cpp | 401 setOperationAction({ISD::LROUND, ISD::LLROUND}, in AMDGPUTargetLowering()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 579 setOperationAction(ISD::LLROUND, MVT::f64, Legal); in PPCTargetLowering() 580 setOperationAction(ISD::LLROUND, MVT::f32, Legal); in PPCTargetLowering()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 836 for (auto Op : {ISD::LROUND, ISD::LLROUND, ISD::LRINT, ISD::LLRINT, in AArch64TargetLowering() 906 ISD::LLROUND, ISD::LRINT, ISD::LLRINT, in AArch64TargetLowering() 7518 case ISD::LLROUND: { in LowerOperation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 864 setOperationAction(ISD::LLROUND, MVT::f80, LibCall); in X86TargetLowering()
|