HomeSort by: relevance | last modified time | path
    Searched defs:gimple_folder (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-mve-builtins.h 70 - gimple_folder, which tries to fold a function call at the gimple level
75 and so are associated with the function_shape. gimple_folder and
458 class gimple_folder : public function_call_info class in namespace:arm_mve
461 gimple_folder (const function_instance &, tree,
550 virtual gimple *fold (gimple_folder &) const { return NULL; }
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-sve-builtins.h 72 - gimple_folder, which tries to fold a function call at the gimple level
77 and so are associated with the function_shape. gimple_folder and
621 class gimple_folder : public function_call_info class in namespace:aarch64_sve
624 gimple_folder (const function_instance &, tree,
750 virtual gimple *fold (gimple_folder &) const { return NULL; }
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-vector-builtins.h 50 function_builder, function_base, function_shape, gimple_folder,
84 - gimple_folder, which tries to fold a function call at the gimple level
89 and so are associated with the function_shape. gimple_folder and
445 class gimple_folder : public function_call_info class in namespace:riscv_vector
448 gimple_folder (const function_instance &, tree, gimple_stmt_iterator *,
549 virtual gimple *fold (gimple_folder &) const { return NULL; }
riscv-vector-builtins.cc 3826 gimple_folder::gimple_folder (const function_instance &instance, tree fndecl, function in class:riscv_vector::gimple_folder
3836 gimple_folder::fold ()
4632 return gimple_folder (rfn.instance, rfn.decl, gsi, stmt).fold ();
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-sve-builtins.h 70 - gimple_folder, which tries to fold a function call at the gimple level
75 and so are associated with the function_shape. gimple_folder and
490 class gimple_folder : public function_call_info class in namespace:aarch64_sve
493 gimple_folder (const function_instance &, tree,
613 virtual gimple *fold (gimple_folder &) const { return NULL; }

Completed in 31 milliseconds