Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DConstrainedOps.def82 DAG_FUNCTION(llrint, 1, 1, experimental_constrained_llrint, LLRINT)
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h934 LLRINT, enumerator
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp376 case ISD::LLRINT: return "llrint"; in getOperationName()
H A DLegalizeFloatTypes.cpp854 case ISD::LLRINT: Res = SoftenFloatOp_LLRINT(N); break; in SoftenFloatOperand()
1804 case ISD::LLRINT: Res = ExpandFloatOp_LLRINT(N); break; in ExpandFloatOperand()
H A DLegalizeDAG.cpp1008 case ISD::LLRINT: in LegalizeOp()
4176 case ISD::LLRINT: in ConvertNodeToLibcall()
H A DLegalizeIntegerTypes.cpp2433 case ISD::LLRINT: ExpandIntRes_LLROUND_LLRINT(N, Lo, Hi); break; in ExpandIntegerResult()
3476 } else if (N->getOpcode() == ISD::LLRINT || in ExpandIntRes_LLROUND_LLRINT()
H A DSelectionDAGBuilder.cpp6298 case Intrinsic::llrint: Opcode = ISD::LLRINT; break; in visitIntrinsicCall()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp503 case Intrinsic::llrint: Opcode = ISD::LLRINT; break; in mightUseCTR()
H A DPPCISelLowering.cpp546 setOperationAction(ISD::LLRINT, MVT::f64, Legal); in PPCTargetLowering()
547 setOperationAction(ISD::LLRINT, MVT::f32, Legal); in PPCTargetLowering()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp890 ISD::LRINT, ISD::LLRINT}, in initActions()
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td506 def llrint : SDNode<"ISD::LLRINT" , SDTFPToIntOp>;
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp287 setOperationAction(ISD::LLRINT, MVT::f32, Custom); in X86TargetLowering()
288 setOperationAction(ISD::LLRINT, MVT::f64, Custom); in X86TargetLowering()
292 setOperationAction(ISD::LLRINT, MVT::i64, Custom); in X86TargetLowering()
799 setOperationAction(ISD::LLRINT, MVT::f80, Custom); in X86TargetLowering()
32283 case ISD::LLRINT: return LowerLRINT_LLRINT(Op, DAG); in LowerOperation()
32943 case ISD::LLRINT: { in ReplaceNodeResults()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp304 ISD::LLRINT, ISD::LROUND, ISD::LLROUND, in RISCVTargetLowering()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp682 ISD::LLROUND, ISD::LRINT, ISD::LLRINT, in AArch64TargetLowering()