Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstrainedOps.def82 DAG_FUNCTION(llrint, 1, 1, experimental_constrained_llrint, LLRINT)
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h933 LLRINT, enumerator
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp381 case ISD::LLRINT: return "llrint"; in getOperationName()
H A DLegalizeFloatTypes.cpp854 case ISD::LLRINT: Res = SoftenFloatOp_LLRINT(N); break; in SoftenFloatOperand()
1805 case ISD::LLRINT: Res = ExpandFloatOp_LLRINT(N); break; in ExpandFloatOperand()
H A DLegalizeDAG.cpp1010 case ISD::LLRINT: in LegalizeOp()
4205 case ISD::LLRINT: in ConvertNodeToLibcall()
H A DLegalizeIntegerTypes.cpp2445 case ISD::LLRINT: ExpandIntRes_XROUND_XRINT(N, Lo, Hi); break; in ExpandIntegerResult()
3544 } else if (N->getOpcode() == ISD::LLRINT || in ExpandIntRes_XROUND_XRINT()
H A DSelectionDAGBuilder.cpp6378 case Intrinsic::llrint: Opcode = ISD::LLRINT; break; in visitIntrinsicCall()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp901 ISD::LRINT, ISD::LLRINT}, in initActions()
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td513 def llrint : SDNode<"ISD::LLRINT" , SDTFPToIntOp>;
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp552 setOperationAction(ISD::LLRINT, MVT::f64, Legal); in PPCTargetLowering()
553 setOperationAction(ISD::LLRINT, MVT::f32, Legal); in PPCTargetLowering()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp291 setOperationAction(ISD::LLRINT, MVT::f32, Custom); in X86TargetLowering()
292 setOperationAction(ISD::LLRINT, MVT::f64, Custom); in X86TargetLowering()
296 setOperationAction(ISD::LLRINT, MVT::i64, Custom); in X86TargetLowering()
802 setOperationAction(ISD::LLRINT, MVT::f80, Custom); in X86TargetLowering()
33237 case ISD::LLRINT: return LowerLRINT_LLRINT(Op, DAG); in LowerOperation()
33898 case ISD::LLRINT: { in ReplaceNodeResults()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp314 ISD::LLRINT, ISD::LROUND, ISD::LLROUND, in RISCVTargetLowering()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp737 ISD::LLROUND, ISD::LRINT, ISD::LLRINT, in AArch64TargetLowering()