Searched refs:LLROUND (Results 1 – 19 of 19) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | mathbuiltins.def | 66 OTHER_BUILTIN (LLROUND, "llround", llround, true)
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | mathbuiltins.def | 66 OTHER_BUILTIN (LLROUND, "llround", llround, true)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | ConstrainedOps.def | 84 DAG_FUNCTION(llround, 1, 0, experimental_constrained_llround, LLROUND)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 877 LLROUND, enumerator
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 364 case ISD::LLROUND: return "llround"; in getOperationName()
|
| H A D | LegalizeFloatTypes.cpp | 828 case ISD::LLROUND: Res = SoftenFloatOp_LLROUND(N); break; in SoftenFloatOperand() 1776 case ISD::LLROUND: Res = ExpandFloatOp_LLROUND(N); break; in ExpandFloatOperand()
|
| H A D | LegalizeDAG.cpp | 1005 case ISD::LLROUND: in LegalizeOp() 4088 case ISD::LLROUND: in ConvertNodeToLibcall()
|
| H A D | LegalizeIntegerTypes.cpp | 2092 case ISD::LLROUND: in ExpandIntegerResult() 3111 if (N->getOpcode() == ISD::LLROUND || in ExpandIntRes_LLROUND_LLRINT()
|
| H A D | SelectionDAGBuilder.cpp | 6246 case Intrinsic::llround: Opcode = ISD::LLROUND; break; in visitIntrinsicCall()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 505 case Intrinsic::llround: Opcode = ISD::LLROUND; break; in mightUseCTR()
|
| H A D | PPCISelLowering.cpp | 515 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 D | TargetLoweringBase.cpp | 876 setOperationAction(ISD::LLROUND, VT, Expand); in initActions()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 492 def llround : SDNode<"ISD::LLROUND" , SDTFPToIntOp>;
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | match.pd | 5289 IROUND LROUND LLROUND) 5303 llfn (LLFLOOR LLCEIL LLROUND LLRINT)
|
| H A D | builtins.c | 2091 CASE_MATHFN (LLROUND) in mathfn_built_in_2()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | match.pd | 6560 IROUND LROUND LLROUND) 6574 llfn (LLFLOOR LLCEIL LLROUND LLRINT)
|
| H A D | builtins.cc | 1986 CASE_MATHFN (LLROUND) \ in mathfn_built_in_2()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 696 setOperationAction(ISD::LLROUND, Ty, Legal); in AArch64TargetLowering()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 711 setOperationAction(ISD::LLROUND, MVT::f80, Expand); in X86TargetLowering()
|