Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def84 DAG_FUNCTION(llround, 1, 0, experimental_constrained_llround, LLROUND)
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h887 LLROUND, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp366 case ISD::LLROUND: return "llround"; in getOperationName()
H A DLegalizeFloatTypes.cpp836 case ISD::LLROUND: Res = SoftenFloatOp_LLROUND(N); break; in SoftenFloatOperand()
1781 case ISD::LLROUND: Res = ExpandFloatOp_LLROUND(N); break; in ExpandFloatOperand()
H A DLegalizeDAG.cpp1007 case ISD::LLROUND: in LegalizeOp()
4077 case ISD::LLROUND: in ConvertNodeToLibcall()
H A DLegalizeIntegerTypes.cpp2125 case ISD::LLROUND: in ExpandIntegerResult()
3148 if (N->getOpcode() == ISD::LLROUND || in ExpandIntRes_LLROUND_LLRINT()
H A DSelectionDAGBuilder.cpp6285 case Intrinsic::llround: Opcode = ISD::LLROUND; break; in visitIntrinsicCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp508 case Intrinsic::llround: Opcode = ISD::LLROUND; break; in mightUseCTR()
H A DPPCISelLowering.cpp522 setOperationAction(ISD::LLROUND, MVT::f64, Legal); in PPCTargetLowering()
523 setOperationAction(ISD::LLROUND, MVT::f32, Legal); in PPCTargetLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp902 setOperationAction(ISD::LLROUND, VT, Expand); in initActions()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td494 def llround : SDNode<"ISD::LLROUND" , SDTFPToIntOp>;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp320 setOperationAction(ISD::LLROUND, MVT::f16, Legal); in RISCVTargetLowering()
336 setOperationAction(ISD::LLROUND, MVT::f32, Legal); in RISCVTargetLowering()
357 setOperationAction(ISD::LLROUND, MVT::f64, Legal); in RISCVTargetLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp703 setOperationAction(ISD::LLROUND, Ty, Legal); in AArch64TargetLowering()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp712 setOperationAction(ISD::LLROUND, MVT::f80, Expand); in X86TargetLowering()