Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dmathbuiltins.def66 OTHER_BUILTIN (LLROUND, "llround", llround, true)
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dmathbuiltins.def66 OTHER_BUILTIN (LLROUND, "llround", llround, true)
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstrainedOps.def84 DAG_FUNCTION(llround, 1, 0, experimental_constrained_llround, LLROUND)
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h877 LLROUND, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp364 case ISD::LLROUND: return "llround"; in getOperationName()
H A DLegalizeFloatTypes.cpp828 case ISD::LLROUND: Res = SoftenFloatOp_LLROUND(N); break; in SoftenFloatOperand()
1776 case ISD::LLROUND: Res = ExpandFloatOp_LLROUND(N); break; in ExpandFloatOperand()
H A DLegalizeDAG.cpp1005 case ISD::LLROUND: in LegalizeOp()
4088 case ISD::LLROUND: in ConvertNodeToLibcall()
H A DLegalizeIntegerTypes.cpp2092 case ISD::LLROUND: in ExpandIntegerResult()
3111 if (N->getOpcode() == ISD::LLROUND || in ExpandIntRes_LLROUND_LLRINT()
H A DSelectionDAGBuilder.cpp6246 case Intrinsic::llround: Opcode = ISD::LLROUND; break; in visitIntrinsicCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp505 case Intrinsic::llround: Opcode = ISD::LLROUND; break; in mightUseCTR()
H A DPPCISelLowering.cpp515 setOperationAction(ISD::LLROUND, MVT::f64, Legal); in PPCTargetLowering()
516 setOperationAction(ISD::LLROUND, MVT::f32, Legal); in PPCTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp876 setOperationAction(ISD::LLROUND, VT, Expand); in initActions()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td492 def llround : SDNode<"ISD::LLROUND" , SDTFPToIntOp>;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dmatch.pd5289 IROUND LROUND LLROUND)
5303 llfn (LLFLOOR LLCEIL LLROUND LLRINT)
H A Dbuiltins.c2091 CASE_MATHFN (LLROUND) in mathfn_built_in_2()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dmatch.pd6560 IROUND LROUND LLROUND)
6574 llfn (LLFLOOR LLCEIL LLROUND LLRINT)
H A Dbuiltins.cc1986 CASE_MATHFN (LLROUND) \ in mathfn_built_in_2()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp696 setOperationAction(ISD::LLROUND, Ty, Legal); in AArch64TargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp711 setOperationAction(ISD::LLROUND, MVT::f80, Expand); in X86TargetLowering()