reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AMDGPU/AMDGPULibFunc.cpp
  139 { "abs_diff"                        , {1},   {E_ANY,E_COPY}},
  143 { "add_sat"                         , {1},   {E_ANY,E_COPY}},
  152 { "atan2"                           , {1},   {E_ANY,E_COPY}},
  153 { "atan2pi"                         , {1},   {E_ANY,E_COPY}},
  167 { "bitselect"                       , {1},   {E_ANY,E_COPY,E_COPY}},
  167 { "bitselect"                       , {1},   {E_ANY,E_COPY,E_COPY}},
  170 { "clamp"                           , {1},   {E_ANY,E_COPY,E_COPY}},
  170 { "clamp"                           , {1},   {E_ANY,E_COPY,E_COPY}},
  174 { "copysign"                        , {1},   {E_ANY,E_COPY}},
  178 { "cross"                           , {1},   {E_ANY,E_COPY}},
  181 { "distance"                        , {1},   {E_ANY,E_COPY}},
  182 { "divide"                          , {1},   {E_ANY,E_COPY}},
  183 { "dot"                             , {1},   {E_ANY,E_COPY}},
  191 { "fast_distance"                   , {1},   {E_ANY,E_COPY}},
  194 { "fdim"                            , {1},   {E_ANY,E_COPY}},
  196 { "fma"                             , {1},   {E_ANY,E_COPY,E_COPY}},
  196 { "fma"                             , {1},   {E_ANY,E_COPY,E_COPY}},
  197 { "fmax"                            , {1},   {E_ANY,E_COPY}},
  198 { "fmin"                            , {1},   {E_ANY,E_COPY}},
  199 { "fmod"                            , {1},   {E_ANY,E_COPY}},
  210 { "hadd"                            , {1},   {E_ANY,E_COPY}},
  211 { "hypot"                           , {1},   {E_ANY,E_COPY}},
  213 { "isequal"                         , {1},   {E_ANY,E_COPY}},
  215 { "isgreater"                       , {1},   {E_ANY,E_COPY}},
  216 { "isgreaterequal"                  , {1},   {E_ANY,E_COPY}},
  218 { "isless"                          , {1},   {E_ANY,E_COPY}},
  219 { "islessequal"                     , {1},   {E_ANY,E_COPY}},
  220 { "islessgreater"                   , {1},   {E_ANY,E_COPY}},
  223 { "isnotequal"                      , {1},   {E_ANY,E_COPY}},
  224 { "isordered"                       , {1},   {E_ANY,E_COPY}},
  225 { "isunordered"                     , {1},   {E_ANY,E_COPY}},
  235 { "mad"                             , {1},   {E_ANY,E_COPY,E_COPY}},
  235 { "mad"                             , {1},   {E_ANY,E_COPY,E_COPY}},
  236 { "mad24"                           , {1},   {E_ANY,E_COPY,E_COPY}},
  236 { "mad24"                           , {1},   {E_ANY,E_COPY,E_COPY}},
  237 { "mad_hi"                          , {1},   {E_ANY,E_COPY,E_COPY}},
  237 { "mad_hi"                          , {1},   {E_ANY,E_COPY,E_COPY}},
  238 { "mad_sat"                         , {1},   {E_ANY,E_COPY,E_COPY}},
  238 { "mad_sat"                         , {1},   {E_ANY,E_COPY,E_COPY}},
  239 { "max"                             , {1},   {E_ANY,E_COPY}},
  240 { "maxmag"                          , {1},   {E_ANY,E_COPY}},
  241 { "min"                             , {1},   {E_ANY,E_COPY}},
  242 { "minmag"                          , {1},   {E_ANY,E_COPY}},
  243 { "mix"                             , {1},   {E_ANY,E_COPY,E_COPY}},
  243 { "mix"                             , {1},   {E_ANY,E_COPY,E_COPY}},
  245 { "mul24"                           , {1},   {E_ANY,E_COPY}},
  246 { "mul_hi"                          , {1},   {E_ANY,E_COPY}},
  248 { "nextafter"                       , {1},   {E_ANY,E_COPY}},
  251 { "pow"                             , {1},   {E_ANY,E_COPY}},
  253 { "powr"                            , {1},   {E_ANY,E_COPY}},
  257 { "remainder"                       , {1},   {E_ANY,E_COPY}},
  258 { "remquo"                          , {1,3}, {E_ANY,E_COPY,E_ANY}},
  261 { "rhadd"                           , {1},   {E_ANY,E_COPY}},
  264 { "rotate"                          , {1},   {E_ANY,E_COPY}},
  267 { "select"                          , {1,3}, {E_ANY,E_COPY,E_ANY}},
  269 { "shuffle2"                        , {1,3}, {E_ANY,E_COPY,E_ANY}},
  276 { "smoothstep"                      , {1},   {E_ANY,E_COPY,E_COPY}},
  276 { "smoothstep"                      , {1},   {E_ANY,E_COPY,E_COPY}},
  278 { "step"                            , {1},   {E_ANY,E_COPY}},
  293 { "sub_sat"                         , {1},   {E_ANY,E_COPY}},
  325 { "nfma"                            , {1},   {E_ANY, E_COPY, E_COPY} },
  325 { "nfma"                            , {1},   {E_ANY, E_COPY, E_COPY} },
  402     case E_COPY: break;