Searched refs:LLRINT (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ConstrainedOps.def | 82 DAG_FUNCTION(llrint, 1, 1, experimental_constrained_llrint, LLRINT)
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 889 LLRINT, enumerator
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 370 case ISD::LLRINT: return "llrint"; in getOperationName()
|
| H A D | LegalizeFloatTypes.cpp | 840 case ISD::LLRINT: Res = SoftenFloatOp_LLRINT(N); break; in SoftenFloatOperand() 1783 case ISD::LLRINT: Res = ExpandFloatOp_LLRINT(N); break; in ExpandFloatOperand()
|
| H A D | LegalizeDAG.cpp | 1009 case ISD::LLRINT: in LegalizeOp() 4091 case ISD::LLRINT: in ConvertNodeToLibcall()
|
| H A D | LegalizeIntegerTypes.cpp | 2126 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 D | SelectionDAGBuilder.cpp | 6287 case Intrinsic::llrint: Opcode = ISD::LLRINT; break; in visitIntrinsicCall()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 504 case Intrinsic::llrint: Opcode = ISD::LLRINT; break; in mightUseCTR()
|
| H A D | PPCISelLowering.cpp | 518 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 D | TargetLoweringBase.cpp | 904 setOperationAction(ISD::LLRINT, VT, Expand); in initActions()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 496 def llrint : SDNode<"ISD::LLRINT" , SDTFPToIntOp>;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 318 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 D | X86ISelLowering.cpp | 289 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 D | AArch64ISelLowering.cpp | 705 setOperationAction(ISD::LLRINT, Ty, Legal); in AArch64TargetLowering()
|