Searched refs:LLROUND (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ConstrainedOps.def | 84 DAG_FUNCTION(llround, 1, 0, experimental_constrained_llround, LLROUND)
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 887 LLROUND, enumerator
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 366 case ISD::LLROUND: return "llround"; in getOperationName()
|
| H A D | LegalizeFloatTypes.cpp | 836 case ISD::LLROUND: Res = SoftenFloatOp_LLROUND(N); break; in SoftenFloatOperand() 1781 case ISD::LLROUND: Res = ExpandFloatOp_LLROUND(N); break; in ExpandFloatOperand()
|
| H A D | LegalizeDAG.cpp | 1007 case ISD::LLROUND: in LegalizeOp() 4077 case ISD::LLROUND: in ConvertNodeToLibcall()
|
| H A D | LegalizeIntegerTypes.cpp | 2125 case ISD::LLROUND: in ExpandIntegerResult() 3148 if (N->getOpcode() == ISD::LLROUND || in ExpandIntRes_LLROUND_LLRINT()
|
| H A D | SelectionDAGBuilder.cpp | 6285 case Intrinsic::llround: Opcode = ISD::LLROUND; break; in visitIntrinsicCall()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 508 case Intrinsic::llround: Opcode = ISD::LLROUND; break; in mightUseCTR()
|
| H A D | PPCISelLowering.cpp | 522 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 D | TargetLoweringBase.cpp | 902 setOperationAction(ISD::LLROUND, VT, Expand); in initActions()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 494 def llround : SDNode<"ISD::LLROUND" , SDTFPToIntOp>;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 320 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 D | AArch64ISelLowering.cpp | 703 setOperationAction(ISD::LLROUND, Ty, Legal); in AArch64TargetLowering()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 712 setOperationAction(ISD::LLROUND, MVT::f80, Expand); in X86TargetLowering()
|