Searched refs:LLRINT (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | ConstrainedOps.def | 82 DAG_FUNCTION(llrint, 1, 1, experimental_constrained_llrint, LLRINT)
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 933 LLRINT, enumerator
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 381 case ISD::LLRINT: return "llrint"; in getOperationName()
|
| H A D | LegalizeFloatTypes.cpp | 854 case ISD::LLRINT: Res = SoftenFloatOp_LLRINT(N); break; in SoftenFloatOperand() 1805 case ISD::LLRINT: Res = ExpandFloatOp_LLRINT(N); break; in ExpandFloatOperand()
|
| H A D | LegalizeDAG.cpp | 1010 case ISD::LLRINT: in LegalizeOp() 4205 case ISD::LLRINT: in ConvertNodeToLibcall()
|
| H A D | LegalizeIntegerTypes.cpp | 2445 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 D | SelectionDAGBuilder.cpp | 6378 case Intrinsic::llrint: Opcode = ISD::LLRINT; break; in visitIntrinsicCall()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 901 ISD::LRINT, ISD::LLRINT}, in initActions()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 513 def llrint : SDNode<"ISD::LLRINT" , SDTFPToIntOp>;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 552 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 D | X86ISelLowering.cpp | 291 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 D | RISCVISelLowering.cpp | 314 ISD::LLRINT, ISD::LROUND, ISD::LLROUND, in RISCVTargetLowering()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 737 ISD::LLROUND, ISD::LRINT, ISD::LLRINT, in AArch64TargetLowering()
|