Searched refs:gasm (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/kernel/scripts/gcc-plugins/ |
| H A D | gcc-common.h | 456 typedef union gimple_statement_d gasm; typedef 465 static inline gasm *as_a_gasm(gimple stmt) in as_a_gasm() 470 static inline const gasm *as_a_const_gasm(const_gimple stmt) in as_a_const_gasm() 589 typedef struct gimple_statement_asm gasm; typedef 598 static inline gasm *as_a_gasm(gimple stmt) in as_a_gasm() 600 return as_a<gasm>(stmt); in as_a_gasm() 603 static inline const gasm *as_a_const_gasm(const_gimple stmt) in as_a_const_gasm() 605 return as_a<const gasm>(stmt); in as_a_const_gasm() 868 static inline gasm *as_a_gasm(gimple stmt) in as_a_gasm() 870 return as_a<gasm *>(stmt); in as_a_gasm() [all …]
|
| H A D | stackleak_plugin.c | 117 gasm *asm_call = NULL; in add_stack_tracking_gasm()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | ipa-icf-gimple.h | 198 bool compare_gimple_asm (const gasm *s1, const gasm *s2);
|
| H A D | gimple.h | 564 gasm : public gimple_statement_with_memory_ops_base 949 is_a_helper <gasm *>::test (gimple *gs) 1303 is_a_helper <const gasm *>::test (const gimple *gs) 1537 gasm *gimple_build_asm_vec (const char *, vec<tree, va_gc> *, 1622 extern bool gimple_asm_clobbers_memory_p (const gasm *); 3912 gimple_asm_ninputs (const gasm *asm_stmt) 3921 gimple_asm_noutputs (const gasm *asm_stmt) 3930 gimple_asm_nclobbers (const gasm *asm_stmt) 3938 gimple_asm_nlabels (const gasm *asm_stmt) 3946 gimple_asm_input_op (const gasm *asm_stmt, unsigned index) [all …]
|
| H A D | gsstruct.def | 33 DEFGSSTRUCT(GSS_ASM, gasm, true)
|
| H A D | coretypes.h | 112 struct gasm;
|
| H A D | ssa-iterators.h | 614 ptr->numops = gimple_asm_noutputs (as_a <gasm *> (stmt)); in op_iter_init()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | ipa-icf-gimple.h | 198 bool compare_gimple_asm (const gasm *s1, const gasm *s2);
|
| H A D | gimple.h | 564 gasm : public gimple_statement_with_memory_ops_base 949 is_a_helper <gasm *>::test (gimple *gs) 1303 is_a_helper <const gasm *>::test (const gimple *gs) 1537 gasm *gimple_build_asm_vec (const char *, vec<tree, va_gc> *, 1622 extern bool gimple_asm_clobbers_memory_p (const gasm *); 3912 gimple_asm_ninputs (const gasm *asm_stmt) 3921 gimple_asm_noutputs (const gasm *asm_stmt) 3930 gimple_asm_nclobbers (const gasm *asm_stmt) 3938 gimple_asm_nlabels (const gasm *asm_stmt) 3946 gimple_asm_input_op (const gasm *asm_stmt, unsigned index) [all …]
|
| H A D | gsstruct.def | 33 DEFGSSTRUCT(GSS_ASM, gasm, true)
|
| H A D | coretypes.h | 112 struct gasm;
|
| H A D | ssa-iterators.h | 614 ptr->numops = gimple_asm_noutputs (as_a <gasm *> (stmt)); in op_iter_init()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gccint.info | 13008 | + gasm 13664 -- GIMPLE function: gasm *gimple_build_asm_vec ( const char *string, 13672 -- GIMPLE function: unsigned gimple_asm_ninputs (const gasm *g) 13675 -- GIMPLE function: unsigned gimple_asm_noutputs (const gasm *g) 13678 -- GIMPLE function: unsigned gimple_asm_nclobbers (const gasm *g) 13681 -- GIMPLE function: tree gimple_asm_input_op (const gasm *g, unsigned 13685 -- GIMPLE function: void gimple_asm_set_input_op (gasm *g, unsigned 13689 -- GIMPLE function: tree gimple_asm_output_op (const gasm *g, unsigned 13693 -- GIMPLE function: void gimple_asm_set_output_op (gasm *g, unsigned 13697 -- GIMPLE function: tree gimple_asm_clobber_op (const gasm *g, unsigned [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gccint.info | 13008 | + gasm 13664 -- GIMPLE function: gasm *gimple_build_asm_vec ( const char *string, 13672 -- GIMPLE function: unsigned gimple_asm_ninputs (const gasm *g) 13675 -- GIMPLE function: unsigned gimple_asm_noutputs (const gasm *g) 13678 -- GIMPLE function: unsigned gimple_asm_nclobbers (const gasm *g) 13681 -- GIMPLE function: tree gimple_asm_input_op (const gasm *g, unsigned 13685 -- GIMPLE function: void gimple_asm_set_input_op (gasm *g, unsigned 13689 -- GIMPLE function: tree gimple_asm_output_op (const gasm *g, unsigned 13693 -- GIMPLE function: void gimple_asm_set_output_op (gasm *g, unsigned 13697 -- GIMPLE function: tree gimple_asm_clobber_op (const gasm *g, unsigned [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/ |
| H A D | gtype.state | 15934 (!type struct 768 nil gc_pointed_to "gasm"
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/ |
| H A D | gtype.state | 15968 (!type struct 770 nil gc_pointed_to "gasm"
|