GCC Middle and Back End API Reference
internal-fn.h File Reference
#include "insn-codes.h"
#include "insn-opinit.h"
Include dependency graph for internal-fn.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  direct_internal_fn_info
 

Macros

#define IFN_UNIQUE_CODES
 
#define DEF(X)   IFN_UNIQUE_##X
 
#define IFN_GOACC_LOOP_CODES    DEF(CHUNKS), DEF(STEP), DEF(OFFSET), DEF(BOUND)
 
#define DEF(X)   IFN_GOACC_LOOP_##X
 
#define IFN_GOACC_REDUCTION_CODES    DEF(SETUP), DEF(INIT), DEF(FINI), DEF(TEARDOWN)
 
#define DEF(X)   IFN_GOACC_REDUCTION_##X
 
#define VECT_PARTIAL_BIAS_UNSUPPORTED   127
 

Enumerations

enum  ifn_unique_kind { IFN_UNIQUE_CODES }
 
enum  ifn_goacc_loop_kind { IFN_GOACC_LOOP_CODES }
 
enum  ifn_goacc_reduction_kind { IFN_GOACC_REDUCTION_CODES }
 
enum  {
  ATOMIC_OP_FETCH_CMP_0_EQ = 0 , ATOMIC_OP_FETCH_CMP_0_NE = 1 , ATOMIC_OP_FETCH_CMP_0_LT = 2 , ATOMIC_OP_FETCH_CMP_0_LE = 3 ,
  ATOMIC_OP_FETCH_CMP_0_GT = 4 , ATOMIC_OP_FETCH_CMP_0_GE = 5
}
 

Functions

void init_internal_fns ()
 
const charinternal_fn_name (enum internal_fn fn)
 
internal_fn lookup_internal_fn (const char *)
 
void lookup_hilo_internal_fn (internal_fn, internal_fn *, internal_fn *)
 
void lookup_evenodd_internal_fn (internal_fn, internal_fn *, internal_fn *)
 
optab direct_internal_fn_optab (internal_fn, tree_pair)
 
int internal_fn_flags (enum internal_fn fn)
 
const_tree internal_fn_fnspec (enum internal_fn fn)
 
bool direct_internal_fn_p (internal_fn fn)
 
bool vectorizable_internal_fn_p (internal_fn fn)
 
const direct_internal_fn_infodirect_internal_fn (internal_fn fn)
 
tree_pair direct_internal_fn_types (internal_fn, tree, tree *)
 
tree_pair direct_internal_fn_types (internal_fn, gcall *)
 
bool direct_internal_fn_supported_p (internal_fn, tree_pair, optimization_type)
 
bool direct_internal_fn_supported_p (internal_fn, tree, optimization_type)
 
bool direct_internal_fn_supported_p (gcall *, optimization_type)
 
bool direct_internal_fn_supported_p (internal_fn fn, tree type0, tree type1, optimization_type opt_type)
 
bool commutative_binary_fn_p (internal_fn)
 
bool commutative_ternary_fn_p (internal_fn)
 
int first_commutative_argument (internal_fn)
 
bool associative_binary_fn_p (internal_fn)
 
bool widening_fn_p (code_helper)
 
bool set_edom_supported_p (void)
 
internal_fn get_conditional_internal_fn (tree_code)
 
internal_fn get_conditional_internal_fn (internal_fn)
 
internal_fn get_len_internal_fn (internal_fn)
 
internal_fn get_conditional_len_internal_fn (tree_code)
 
tree_code conditional_internal_fn_code (internal_fn)
 
internal_fn get_unconditional_internal_fn (internal_fn)
 
bool can_interpret_as_conditional_op_p (gimple *, tree *, tree_code *, tree(&)[3], tree *, tree *, tree *)
 
bool internal_load_fn_p (internal_fn)
 
bool internal_store_fn_p (internal_fn)
 
bool internal_gather_scatter_fn_p (internal_fn)
 
int internal_fn_mask_index (internal_fn)
 
int internal_fn_len_index (internal_fn)
 
int internal_fn_else_index (internal_fn)
 
int internal_fn_stored_value_index (internal_fn)
 
bool internal_gather_scatter_fn_supported_p (internal_fn, tree, tree, tree, int)
 
bool internal_check_ptrs_fn_supported_p (internal_fn, tree, poly_uint64, unsigned int)
 
signed char internal_len_load_store_bias (internal_fn ifn, machine_mode)
 
void expand_addsub_overflow (location_t, tree_code, tree, tree, tree, bool, bool, bool, bool, tree *)
 
void expand_internal_call (gcall *)
 
void expand_internal_call (internal_fn, gcall *)
 
void expand_PHI (internal_fn, gcall *)
 
void expand_SHUFFLEVECTOR (internal_fn, gcall *)
 
void expand_SPACESHIP (internal_fn, gcall *)
 
void expand_TRAP (internal_fn, gcall *)
 
void expand_ASSUME (internal_fn, gcall *)
 
void expand_MASK_CALL (internal_fn, gcall *)
 
void expand_MULBITINT (internal_fn, gcall *)
 
void expand_DIVMODBITINT (internal_fn, gcall *)
 
void expand_FLOATTOBITINT (internal_fn, gcall *)
 
void expand_BITINTTOFLOAT (internal_fn, gcall *)
 
void expand_CLRSB (internal_fn, gcall *)
 
void expand_CLZ (internal_fn, gcall *)
 
void expand_CTZ (internal_fn, gcall *)
 
void expand_FFS (internal_fn, gcall *)
 
void expand_PARITY (internal_fn, gcall *)
 
void expand_POPCOUNT (internal_fn, gcall *)
 
bool vectorized_internal_fn_supported_p (internal_fn, tree)
 

Variables

const char *const internal_fn_name_array []
 
const int internal_fn_flags_array []
 
const_tree internal_fn_fnspec_array [IFN_LAST+1]
 
const direct_internal_fn_info direct_internal_fn_array [IFN_LAST+1]
 

Macro Definition Documentation

◆ DEF [1/3]

#define DEF ( X)    IFN_UNIQUE_##X

◆ DEF [2/3]

#define DEF ( X)    IFN_GOACC_LOOP_##X

◆ DEF [3/3]

#define DEF ( X)    IFN_GOACC_REDUCTION_##X

◆ IFN_GOACC_LOOP_CODES

#define IFN_GOACC_LOOP_CODES    DEF(CHUNKS), DEF(STEP), DEF(OFFSET), DEF(BOUND)
INTEGER_CST values for IFN_GOACC_LOOP arg-0.  Allows the precise
stepping of the compute geometry over the loop iterations to be
deferred until it is known which compiler is generating the code.
The action is encoded in a constant first argument.

  CHUNK_MAX = LOOP (CODE_CHUNKS, DIR, RANGE, STEP, CHUNK_SIZE, MASK)
  STEP = LOOP (CODE_STEP, DIR, RANGE, STEP, CHUNK_SIZE, MASK)
  OFFSET = LOOP (CODE_OFFSET, DIR, RANGE, STEP, CHUNK_SIZE, MASK, CHUNK_NO)
  BOUND = LOOP (CODE_BOUND, DIR, RANGE, STEP, CHUNK_SIZE, MASK, OFFSET)

  DIR - +1 for up loop, -1 for down loop
  RANGE - Range of loop (END - BASE)
  STEP - iteration step size
  CHUNKING - size of chunking, (constant zero for no chunking)
  CHUNK_NO - chunk number
  MASK - partitioning mask.   

Referenced by dump_gimple_call_args().

◆ IFN_GOACC_REDUCTION_CODES

#define IFN_GOACC_REDUCTION_CODES    DEF(SETUP), DEF(INIT), DEF(FINI), DEF(TEARDOWN)
The GOACC_REDUCTION function defines a generic interface to support
gang, worker and vector reductions.  All calls are of the following
form:

  V = REDUCTION (CODE, REF_TO_RES, LOCAL_VAR, LEVEL, OP, OFFSET)

REF_TO_RES - is a reference to the original reduction varl, may be NULL
LOCAL_VAR is the intermediate reduction variable
LEVEL corresponds to the GOMP_DIM of the reduction
OP is the tree code of the reduction operation
OFFSET may be used as an offset into a reduction array for the
       reductions occuring at this level.
In general the return value is LOCAL_VAR, which creates a data
dependency between calls operating on the same reduction.   

Referenced by dump_gimple_call_args().

◆ IFN_UNIQUE_CODES

#define IFN_UNIQUE_CODES
Value:
T * ggc_alloc(ALONE_CXX_MEM_STAT_INFO)
Definition ggc.h:184
#define DEF(X)
Definition internal-fn.h:50
Internal functions.
   Copyright (C) 2011-2024 Free Software Foundation, Inc.

This file is part of GCC.

GCC is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation; either version 3, or (at your option) any later
version.

GCC is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
for more details.

You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING3.  If not see
<http://www.gnu.org/licenses/>.   
INTEGER_CST values for IFN_UNIQUE function arg-0.

UNSPEC: Undifferentiated UNIQUE.

FORK and JOIN mark the points at which OpenACC partitioned
execution is entered or exited.
   DEP_VAR = UNIQUE ({FORK,JOIN}, DEP_VAR, AXIS)

HEAD_MARK and TAIL_MARK are used to demark the sequence entering
or leaving partitioned execution.
   DEP_VAR = UNIQUE ({HEAD,TAIL}_MARK, REMAINING_MARKS, ...PRIMARY_FLAGS)

The PRIMARY_FLAGS only occur on the first HEAD_MARK of a sequence.

PRIVATE captures variables to be made private at the surrounding parallelism
level.   

Referenced by dump_gimple_call_args().

◆ VECT_PARTIAL_BIAS_UNSUPPORTED

#define VECT_PARTIAL_BIAS_UNSUPPORTED   127

Enumeration Type Documentation

◆ anonymous enum

Enumerator
ATOMIC_OP_FETCH_CMP_0_EQ 
ATOMIC_OP_FETCH_CMP_0_NE 
ATOMIC_OP_FETCH_CMP_0_LT 
ATOMIC_OP_FETCH_CMP_0_LE 
ATOMIC_OP_FETCH_CMP_0_GT 
ATOMIC_OP_FETCH_CMP_0_GE 

◆ ifn_goacc_loop_kind

Enumerator
IFN_GOACC_LOOP_CODES 

◆ ifn_goacc_reduction_kind

Enumerator
IFN_GOACC_REDUCTION_CODES 

◆ ifn_unique_kind

Enumerator
IFN_UNIQUE_CODES 

Function Documentation

◆ associative_binary_fn_p()

bool associative_binary_fn_p ( internal_fn fn)
extern
Return true if FN is an associative binary operation.   

References ggc_alloc().

Referenced by associative_binary_op_p().

◆ can_interpret_as_conditional_op_p()

bool can_interpret_as_conditional_op_p ( gimple * stmt,
tree * cond_out,
tree_code * code_out,
tree(&) ops[3],
tree * else_out,
tree * len,
tree * bias )
extern
Return true if STMT can be interpreted as a conditional tree code
operation of the form:

  LHS = COND ? OP (RHS1, ...) : ELSE;

operating elementwise if the operands are vectors.  This includes
the case of an all-true COND, so that the operation always happens.

There is an alternative approach to interpret the STMT when the operands
are vectors which is the operation predicated by both conditional mask
and loop control length, the equivalent C code:

  for (int i = 0; i < NUNTIS; i++)
   {
     if (i < LEN + BIAS && COND[i])
       LHS[i] = A[i] CODE B[i];
     else
       LHS[i] = ELSE[i];
   }

When returning true, set:

- *COND_OUT to the condition COND, or to NULL_TREE if the condition
  is known to be all-true
- *CODE_OUT to the tree code
- OPS[I] to operand I of *CODE_OUT
- *ELSE_OUT to the fallback value ELSE, or to NULL_TREE if the
  condition is known to be all true.
- *LEN to the len argument if it COND_LEN_* operations or to NULL_TREE.
- *BIAS to the bias argument if it COND_LEN_* operations or to NULL_TREE.   

References separate_ops::code, conditional_internal_fn_code(), ggc_alloc(), gimple_assign_rhs1(), gimple_assign_rhs2(), gimple_assign_rhs3(), gimple_assign_rhs_code(), gimple_call_arg(), gimple_call_internal_fn(), gimple_call_internal_p(), gimple_call_num_args(), i, integer_truep(), internal_fn_len_index(), and NULL_TREE.

Referenced by convert_mult_to_fma(), and convert_mult_to_fma_1().

◆ commutative_binary_fn_p()

bool commutative_binary_fn_p ( internal_fn fn)
extern
Return true if FN is a binary operation and if FN is commutative.   

References ggc_alloc().

Referenced by commutative_binary_op_p(), and first_commutative_argument().

◆ commutative_ternary_fn_p()

bool commutative_ternary_fn_p ( internal_fn fn)
extern
Return true if FN is a ternary operation and if its first two arguments
are commutative.   

References ggc_alloc().

Referenced by commutative_ternary_op_p(), and first_commutative_argument().

◆ conditional_internal_fn_code()

tree_code conditional_internal_fn_code ( internal_fn ifn)
extern

◆ direct_internal_fn()

const direct_internal_fn_info & direct_internal_fn ( internal_fn fn)
inline
Return optab information about internal function FN.  Only meaningful
if direct_internal_fn_p (FN).   

References direct_internal_fn_array, direct_internal_fn_p(), and gcc_checking_assert.

Referenced by direct_internal_fn_supported_p(), direct_internal_fn_types(), direct_internal_fn_types(), and vectorizable_internal_function().

◆ direct_internal_fn_optab()

optab direct_internal_fn_optab ( internal_fn fn,
tree_pair types )
extern

◆ direct_internal_fn_p()

◆ direct_internal_fn_supported_p() [1/4]

bool direct_internal_fn_supported_p ( gcall * stmt,
optimization_type opt_type )
extern
Return true if the STMT is supported when the optimization type is OPT_TYPE,
given that STMT is a call to a direct internal function.   

References direct_internal_fn_supported_p(), direct_internal_fn_types(), ggc_alloc(), and gimple_call_internal_fn().

◆ direct_internal_fn_supported_p() [2/4]

bool direct_internal_fn_supported_p ( internal_fn fn,
tree type0,
tree type1,
optimization_type opt_type )
inline
Return true if FN is supported for types TYPE0 and TYPE1 when the
optimization type is OPT_TYPE.  The types are those associated with
the "type0" and "type1" fields of FN's direct_internal_fn_info
structure.   

References direct_internal_fn_supported_p(), and ggc_alloc().

◆ direct_internal_fn_supported_p() [3/4]

bool direct_internal_fn_supported_p ( internal_fn fn,
tree type,
optimization_type opt_type )
extern
Return true if FN is supported for type TYPE when the optimization
type is OPT_TYPE.  The caller knows that the "type0" and "type1"
fields of FN's direct_internal_fn_info structure are the same.   

References direct_internal_fn(), direct_internal_fn_supported_p(), gcc_checking_assert, ggc_alloc(), direct_internal_fn_info::type0, and direct_internal_fn_info::type1.

◆ direct_internal_fn_supported_p() [4/4]

bool direct_internal_fn_supported_p ( internal_fn fn,
tree_pair types,
optimization_type opt_type )
extern

◆ direct_internal_fn_types() [1/2]

tree_pair direct_internal_fn_types ( internal_fn fn,
gcall * call )
extern
CALL is a call whose return type and arguments are in principle
compatible with FN (which satisfies direct_internal_fn_p).  Return the
types that should be used to determine whether the target supports FN.   

References direct_internal_fn(), gimple_call_arg(), gimple_call_lhs(), separate_ops::op0, separate_ops::op1, TREE_TYPE, direct_internal_fn_info::type0, and direct_internal_fn_info::type1.

◆ direct_internal_fn_types() [2/2]

tree_pair direct_internal_fn_types ( internal_fn fn,
tree return_type,
tree * args )
extern
RETURN_TYPE and ARGS are a return type and argument list that are
in principle compatible with FN (which satisfies direct_internal_fn_p).
Return the types that should be used to determine whether the
target supports FN.   

References direct_internal_fn(), ggc_alloc(), TREE_TYPE, direct_internal_fn_info::type0, and direct_internal_fn_info::type1.

Referenced by build_call_internal(), direct_internal_fn_supported_p(), expand_convert_optab_fn(), expand_direct_optab_fn(), internal_fn_reciprocal(), maybe_build_call_expr_loc(), and replacement_internal_fn().

◆ expand_addsub_overflow()

◆ expand_ASSUME()

void expand_ASSUME ( internal_fn ,
gcall *  )
extern

◆ expand_BITINTTOFLOAT()

◆ expand_CLRSB()

void expand_CLRSB ( internal_fn fn,
gcall * stmt )
extern

◆ expand_CLZ()

void expand_CLZ ( internal_fn fn,
gcall * stmt )
extern

◆ expand_CTZ()

void expand_CTZ ( internal_fn fn,
gcall * stmt )
extern

◆ expand_DIVMODBITINT()

◆ expand_FFS()

void expand_FFS ( internal_fn fn,
gcall * stmt )
extern

◆ expand_FLOATTOBITINT()

◆ expand_internal_call() [1/2]

void expand_internal_call ( gcall * stmt)
extern
Expand STMT, which is a call to internal function FN.   

References expand_internal_call(), and gimple_call_internal_fn().

◆ expand_internal_call() [2/2]

void expand_internal_call ( internal_fn fn,
gcall * stmt )
extern
Expand STMT as though it were a call to internal function FN.   

References internal_fn_expanders.

Referenced by expand_call_stmt(), and expand_internal_call().

◆ expand_MASK_CALL()

void expand_MASK_CALL ( internal_fn ,
gcall *  )
extern

References gcc_unreachable.

◆ expand_MULBITINT()

◆ expand_PARITY()

void expand_PARITY ( internal_fn fn,
gcall * stmt )
extern

◆ expand_PHI()

void expand_PHI ( internal_fn ,
gcall *  )
extern

References gcc_unreachable.

◆ expand_POPCOUNT()

◆ expand_SHUFFLEVECTOR()

void expand_SHUFFLEVECTOR ( internal_fn ,
gcall *  )
extern

References gcc_unreachable.

◆ expand_SPACESHIP()

◆ expand_TRAP()

void expand_TRAP ( internal_fn ,
gcall *  )
extern

◆ first_commutative_argument()

int first_commutative_argument ( internal_fn fn)
extern
If FN is commutative in two consecutive arguments, return the
index of the first, otherwise return -1.   

References commutative_binary_fn_p(), commutative_ternary_fn_p(), and ggc_alloc().

◆ get_conditional_internal_fn() [1/2]

internal_fn get_conditional_internal_fn ( internal_fn fn)
extern
Return a function that only performs internal function FN when a
certain condition is met and that uses a given fallback value otherwise.
In other words, the returned function FN' is such that:

  LHS = FN' (COND, A1, ... An, ELSE)

is equivalent to the C expression:

  LHS = COND ? FN (A1, ..., An) : ELSE;

operating elementwise if the operands are vectors.

Return IFN_LAST if no such function exists.   

References CASE, FOR_EACH_COND_FN_PAIR, and IFN_LAST.

◆ get_conditional_internal_fn() [2/2]

internal_fn get_conditional_internal_fn ( tree_code code)
extern
Return a function that only performs CODE when a certain condition is met
and that uses a given fallback value otherwise.  For example, if CODE is
a binary operation associated with conditional function FN:

  LHS = FN (COND, A, B, ELSE)

is equivalent to the C expression:

  LHS = COND ? A CODE B : ELSE;

operating elementwise if the operands are vectors.

Return IFN_LAST if no such function exists.   

References CASE, separate_ops::code, FOR_EACH_CODE_MAPPING, and IFN_LAST.

◆ get_conditional_len_internal_fn()

internal_fn get_conditional_len_internal_fn ( tree_code code)
extern
Like get_conditional_internal_fn, but return a function that
  additionally restricts the operation to the leading elements
  of a vector.  The number of elements to process is given by a length
  and bias pair, as for IFN_LOAD_LEN.  The values of the remaining
  elements are taken from the fallback ("else") argument.

  For example, if CODE is a binary operation associated with FN:

    LHS = FN (COND, A, B, ELSE, LEN, BIAS)

  is equivalent to the C code:

    for (int i = 0; i < NUNITS; i++)
     {
       if (i < LEN + BIAS && COND[i])
         LHS[i] = A[i] CODE B[i];
       else
         LHS[i] = ELSE[i];
     }

References CASE, separate_ops::code, FOR_EACH_CODE_MAPPING, and IFN_LAST.

Referenced by vectorizable_operation().

◆ get_len_internal_fn()

internal_fn get_len_internal_fn ( internal_fn fn)
extern
If there exists an internal function like IFN that operates on vectors,
but with additional length and bias parameters, return the internal_fn
for that function, otherwise return IFN_LAST.   

References IFN_LAST.

Referenced by convert_conditional_op(), and vectorizable_call().

◆ get_unconditional_internal_fn()

internal_fn get_unconditional_internal_fn ( internal_fn ifn)
extern
If IFN implements the conditional form of an unconditional internal
function, return that unconditional function, otherwise return IFN_LAST.   

References CASE, FOR_EACH_COND_FN_PAIR, and IFN_LAST.

Referenced by internal_fn_mask_index(), and try_conditional_simplification().

◆ init_internal_fns()

void init_internal_fns ( )
extern
Initialize internal function tables.   

References IFN_LAST, and internal_fn_fnspec_array.

Referenced by build_common_builtin_nodes().

◆ internal_check_ptrs_fn_supported_p()

bool internal_check_ptrs_fn_supported_p ( internal_fn ifn,
tree type,
poly_uint64 length,
unsigned int align )
extern
Return true if the target supports IFN_CHECK_{RAW,WAR}_PTRS function IFN
for pointers of type TYPE when the accesses have LENGTH bytes and their
common byte alignment is ALIGN.   

References direct_internal_fn_optab(), direct_optab_handler(), GEN_INT, ggc_alloc(), immed_wide_int_const(), insn_operand_matches(), and TYPE_MODE.

Referenced by create_ifn_alias_checks().

◆ internal_fn_else_index()

int internal_fn_else_index ( internal_fn fn)
extern
If FN is an IFN_COND_* or IFN_COND_LEN_* function, return the index of the
argument that is used when the condition is false.  Return -1 otherwise.   

References ggc_alloc().

Referenced by check_reduction_path(), and vect_transform_reduction().

◆ internal_fn_flags()

int internal_fn_flags ( enum internal_fn fn)
inline

◆ internal_fn_fnspec()

const_tree internal_fn_fnspec ( enum internal_fn fn)
inline

References internal_fn_fnspec_array.

Referenced by gimple_call_fnspec().

◆ internal_fn_len_index()

int internal_fn_len_index ( internal_fn fn)
extern

◆ internal_fn_mask_index()

◆ internal_fn_name()

◆ internal_fn_stored_value_index()

◆ internal_gather_scatter_fn_p()

bool internal_gather_scatter_fn_p ( internal_fn fn)
extern
Return true if IFN is some form of gather load or scatter store.   

References ggc_alloc().

Referenced by exist_non_indexing_operands_for_use_p(), and vect_check_gather_scatter().

◆ internal_gather_scatter_fn_supported_p()

bool internal_gather_scatter_fn_supported_p ( internal_fn ifn,
tree vector_type,
tree memory_element_type,
tree offset_vector_type,
int scale )
extern
Return true if the target supports gather load or scatter store function
IFN.  For loads, VECTOR_TYPE is the vector type of the load result,
while for stores it is the vector type of the stored data argument.
MEMORY_ELEMENT_TYPE is the type of the memory elements being loaded
or stored.  OFFSET_VECTOR_TYPE is the vector type that holds the
offset from the shared base address of each loaded or stored element.
SCALE is the amount by which these offsets should be multiplied
*after* they have been extended to address width.   

References convert_optab_handler(), direct_internal_fn_optab(), GEN_INT, ggc_alloc(), insn_operand_matches(), internal_load_fn_p(), tree_int_cst_equal(), TREE_TYPE, TYPE_MODE, TYPE_SIZE, TYPE_UNSIGNED, and TYPE_VECTOR_SUBPARTS().

Referenced by check_load_store_for_partial_vectors(), and vect_gather_scatter_fn_p().

◆ internal_len_load_store_bias()

signed char internal_len_load_store_bias ( internal_fn ifn,
machine_mode mode )
extern
Return the supported bias for IFN which is either IFN_{LEN_,MASK_LEN_,}LOAD
or IFN_{LEN_,MASK_LEN_,}STORE.  For now we only support the biases of 0 and
-1 (in case 0 is not an allowable length for {len_,mask_len_}load or
{len_,mask_len_}store). If none of the biases match what the backend
provides, return VECT_PARTIAL_BIAS_UNSUPPORTED.   

References convert_optab_handler(), direct_internal_fn_optab(), direct_optab_handler(), GEN_INT, ggc_alloc(), insn_operand_matches(), targetm, and VECT_PARTIAL_BIAS_UNSUPPORTED.

Referenced by vect_verify_loop_lens().

◆ internal_load_fn_p()

bool internal_load_fn_p ( internal_fn fn)
extern
Return true if IFN is some form of load from memory.   

References ggc_alloc().

Referenced by internal_gather_scatter_fn_supported_p(), vect_get_smallest_scalar_type(), vectorizable_call(), and vectorizable_load().

◆ internal_store_fn_p()

◆ lookup_evenodd_internal_fn()

void lookup_evenodd_internal_fn ( internal_fn ifn,
internal_fn * even,
internal_fn * odd )
extern
Given an internal_fn IFN that is a widening function, return its
corresponding _EVEN and _ODD internal_fns in *EVEN and *ODD.   

References gcc_assert, gcc_unreachable, and widening_fn_p().

Referenced by supportable_widening_operation().

◆ lookup_hilo_internal_fn()

void lookup_hilo_internal_fn ( internal_fn ifn,
internal_fn * lo,
internal_fn * hi )
extern
Geven an internal_fn IFN that is a widening function, return its
corresponding LO and HI internal_fns.   

References gcc_assert, gcc_unreachable, and widening_fn_p().

Referenced by supportable_widening_operation().

◆ lookup_internal_fn()

internal_fn lookup_internal_fn ( const char * name)
extern
Return the internal function called NAME, or IFN_LAST if there's
no such function.   

References ggc_alloc(), i, IFN_LAST, and internal_fn_name().

◆ set_edom_supported_p()

bool set_edom_supported_p ( void )
extern
Return true if IFN_SET_EDOM is supported.   

Referenced by use_internal_fn().

◆ vectorizable_internal_fn_p()

bool vectorizable_internal_fn_p ( internal_fn fn)
inline
Return true if FN is a direct internal function that can be vectorized by
converting the return type and all argument types to vectors of the same
number of elements.  E.g. we can vectorize an IFN_SQRT on floats as an
IFN_SQRT on vectors of N floats.   

References direct_internal_fn_array, and direct_internal_fn_info::vectorizable.

Referenced by vect_build_slp_tree_1().

◆ vectorized_internal_fn_supported_p()

bool vectorized_internal_fn_supported_p ( internal_fn ifn,
tree type )
extern
If TYPE is a vector type, return true if IFN is a direct internal
function that is supported for that type.  If TYPE is a scalar type,
return true if IFN is a direct internal function that is supported for
the target's preferred vector version of TYPE.   

References build_vector_type_for_mode(), direct_internal_fn_supported_p(), opt_mode< T >::exists(), ggc_alloc(), OPTIMIZE_FOR_SPEED, related_vector_mode(), targetm, TYPE_MODE, VECTOR_MODE_P, and VECTOR_TYPE_P.

Referenced by convert_scalar_cond_reduction(), and ifcvt_can_predicate().

◆ widening_fn_p()

bool widening_fn_p ( code_helper code)
extern
Return true if this CODE describes an internal_fn that returns a vector with
elements twice as wide as the element size of the input vectors.   

References as_internal_fn(), separate_ops::code, and internal_fn_p().

Referenced by lookup_evenodd_internal_fn(), lookup_hilo_internal_fn(), supportable_widening_operation(), and vectorizable_conversion().

Variable Documentation

◆ direct_internal_fn_array

◆ internal_fn_flags_array

const int internal_fn_flags_array[]
extern
Return the ECF_* flags for function FN.   
The ECF_* flags of each internal function, indexed by function number.   

Referenced by internal_fn_flags().

◆ internal_fn_fnspec_array

const_tree internal_fn_fnspec_array[IFN_LAST+1]
extern
Return fnspec for function FN.   
Fnspec of each internal function, indexed by function number.   

Referenced by init_internal_fns(), and internal_fn_fnspec().

◆ internal_fn_name_array

const char* const internal_fn_name_array[]
extern
Return the name of internal function FN.  The name is only meaningful
for dumps; it has no linkage.   
Internal functions.
   Copyright (C) 2011-2024 Free Software Foundation, Inc.

This file is part of GCC.

GCC is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation; either version 3, or (at your option) any later
version.

GCC is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
for more details.

You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING3.  If not see
<http://www.gnu.org/licenses/>.   
For lang_hooks.types.type_for_mode.   
The names of each internal function, indexed by function number.   

Referenced by internal_fn_name().