Searched refs:LLRINT (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | ConstrainedOps.def | 82 DAG_FUNCTION(llrint, 1, 1, experimental_constrained_llrint, LLRINT)
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 934 LLRINT, enumerator
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 376 case ISD::LLRINT: return "llrint"; in getOperationName()
|
| H A D | LegalizeFloatTypes.cpp | 854 case ISD::LLRINT: Res = SoftenFloatOp_LLRINT(N); break; in SoftenFloatOperand() 1804 case ISD::LLRINT: Res = ExpandFloatOp_LLRINT(N); break; in ExpandFloatOperand()
|
| H A D | LegalizeDAG.cpp | 1008 case ISD::LLRINT: in LegalizeOp() 4176 case ISD::LLRINT: in ConvertNodeToLibcall()
|
| H A D | LegalizeIntegerTypes.cpp | 2433 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 D | SelectionDAGBuilder.cpp | 6298 case Intrinsic::llrint: Opcode = ISD::LLRINT; break; in visitIntrinsicCall()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 503 case Intrinsic::llrint: Opcode = ISD::LLRINT; break; in mightUseCTR()
|
| H A D | PPCISelLowering.cpp | 546 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 D | TargetLoweringBase.cpp | 890 ISD::LRINT, ISD::LLRINT}, in initActions()
|
| /llvm-project-15.0.7/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 506 def llrint : SDNode<"ISD::LLRINT" , SDTFPToIntOp>;
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 287 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 D | RISCVISelLowering.cpp | 304 ISD::LLRINT, ISD::LROUND, ISD::LLROUND, in RISCVTargetLowering()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 682 ISD::LLROUND, ISD::LRINT, ISD::LLRINT, in AArch64TargetLowering()
|