Home
last modified time | relevance | path

Searched refs:LLRINT (Results 1 – 14 of 14) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def82 DAG_FUNCTION(llrint, 1, 1, experimental_constrained_llrint, LLRINT)
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h889 LLRINT, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp370 case ISD::LLRINT: return "llrint"; in getOperationName()
H A DLegalizeFloatTypes.cpp840 case ISD::LLRINT: Res = SoftenFloatOp_LLRINT(N); break; in SoftenFloatOperand()
1783 case ISD::LLRINT: Res = ExpandFloatOp_LLRINT(N); break; in ExpandFloatOperand()
H A DLegalizeDAG.cpp1009 case ISD::LLRINT: in LegalizeOp()
4091 case ISD::LLRINT: in ConvertNodeToLibcall()
H A DLegalizeIntegerTypes.cpp2126 case ISD::LLRINT: ExpandIntRes_LLROUND_LLRINT(N, Lo, Hi); break; in ExpandIntegerResult()
3161 } else if (N->getOpcode() == ISD::LLRINT || in ExpandIntRes_LLROUND_LLRINT()
H A DSelectionDAGBuilder.cpp6287 case Intrinsic::llrint: Opcode = ISD::LLRINT; break; in visitIntrinsicCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp504 case Intrinsic::llrint: Opcode = ISD::LLRINT; break; in mightUseCTR()
H A DPPCISelLowering.cpp518 setOperationAction(ISD::LLRINT, MVT::f64, Legal); in PPCTargetLowering()
519 setOperationAction(ISD::LLRINT, MVT::f32, Legal); in PPCTargetLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp904 setOperationAction(ISD::LLRINT, VT, Expand); in initActions()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td496 def llrint : SDNode<"ISD::LLRINT" , SDTFPToIntOp>;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp318 setOperationAction(ISD::LLRINT, MVT::f16, Legal); in RISCVTargetLowering()
334 setOperationAction(ISD::LLRINT, MVT::f32, Legal); in RISCVTargetLowering()
355 setOperationAction(ISD::LLRINT, MVT::f64, Legal); in RISCVTargetLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp289 setOperationAction(ISD::LLRINT, MVT::f32, Custom); in X86TargetLowering()
290 setOperationAction(ISD::LLRINT, MVT::f64, Custom); in X86TargetLowering()
294 setOperationAction(ISD::LLRINT, MVT::i64, Custom); in X86TargetLowering()
714 setOperationAction(ISD::LLRINT, MVT::f80, Custom); in X86TargetLowering()
30503 case ISD::LLRINT: return LowerLRINT_LLRINT(Op, DAG); in LowerOperation()
31052 case ISD::LLRINT: { in ReplaceNodeResults()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp705 setOperationAction(ISD::LLRINT, Ty, Legal); in AArch64TargetLowering()