/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | OnDiskHashTable.h | 73 typedef typename Info::offset_type offset_type; typedef 74 offset_type NumBuckets; 75 offset_type NumEntries; 80 offset_type Off; 143 offset_type Emit(raw_ostream &Out) { in Emit() 151 offset_type Emit(raw_ostream &Out, Info &InfoObj) { in Emit() 172 for (offset_type I = 0; I < NumBuckets; ++I) { in Emit() 188 const std::pair<offset_type, offset_type> &Len = in Emit() 201 assert(offset_type(DataStart - KeyStart) == Len.first && in Emit() 203 assert(offset_type(End - DataStart) == Len.second && in Emit() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
H A D | InstrProfReader.h | 336 using offset_type = uint64_t; variable 344 static std::pair<offset_type, offset_type> 348 offset_type KeyLen = endian::readNext<offset_type, little, unaligned>(D); in ReadKeyDataLength() 349 offset_type DataLen = endian::readNext<offset_type, little, unaligned>(D); in ReadKeyDataLength() 353 StringRef ReadKey(const unsigned char *D, offset_type N) { in ReadKey() 359 data_type ReadData(StringRef K, const unsigned char *D, offset_type N);
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
H A D | InstrProfWriter.cpp | 100 using offset_type = uint64_t; typedef in llvm::InstrProfRecordWriterTrait 112 static std::pair<offset_type, offset_type> 118 offset_type N = K.size(); in EmitKeyDataLength() 119 LE.write<offset_type>(N); in EmitKeyDataLength() 121 offset_type M = 0; in EmitKeyDataLength() 131 LE.write<offset_type>(M); in EmitKeyDataLength() 136 void EmitKey(raw_ostream &Out, key_type_ref K, offset_type N) { in EmitKey() 140 void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V, offset_type) { in EmitData() argument
|
H A D | InstrProfReader.cpp | 522 using offset_type = InstrProfLookupTrait::offset_type; typedef 539 offset_type N) { in ReadData()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReaderInternals.h | 81 using offset_type = unsigned; variable 136 using offset_type = unsigned; variable 209 using offset_type = unsigned; variable 264 using offset_type = unsigned; variable
|
H A D | GlobalModuleIndex.cpp | 79 typedef unsigned offset_type; typedef in __anon28427b810311::IdentifierIndexReaderTrait 727 typedef unsigned offset_type; typedef in __anon28427b810811::IdentifierIndexWriterTrait
|
H A D | ASTWriter.cpp | 1659 using offset_type = unsigned; typedef in __anon52dea4370311::HeaderFileInfoTrait 3005 using offset_type = unsigned; typedef in __anon52dea4370911::ASTMethodPoolTrait 3297 using offset_type = unsigned; typedef in __anon52dea4370a11::ASTIdentifierTableTrait 3524 using offset_type = unsigned; typedef in __anon52dea4370b11::ASTDeclContextNameLookupTrait
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | rtti.c | 1174 tree offset_type = LONGPTR_T; in get_pseudo_ti_init() local 1203 offset = fold_convert (offset_type, offset); in get_pseudo_ti_init() 1205 LSHIFT_EXPR, offset_type, offset, in get_pseudo_ti_init() 1206 build_int_cst (offset_type, 8)); in get_pseudo_ti_init() 1208 BIT_IOR_EXPR, offset_type, offset, in get_pseudo_ti_init() 1209 build_int_cst (offset_type, flags)); in get_pseudo_ti_init()
|
H A D | error.c | 480 goto offset_type; in dump_type() 582 offset_type: in dump_type() 798 goto offset_type; in dump_type_prefix() 831 offset_type: in dump_type_prefix()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | rtti.cc | 1188 tree offset_type = LONGPTR_T; in get_pseudo_ti_init() local 1217 offset = fold_convert (offset_type, offset); in get_pseudo_ti_init() 1219 LSHIFT_EXPR, offset_type, offset, in get_pseudo_ti_init() 1220 build_int_cst (offset_type, 8)); in get_pseudo_ti_init() 1222 BIT_IOR_EXPR, offset_type, offset, in get_pseudo_ti_init() 1223 build_int_cst (offset_type, flags)); in get_pseudo_ti_init()
|
H A D | error.cc | 552 goto offset_type; in dump_type() 655 offset_type: in dump_type() 883 goto offset_type; in dump_type_prefix() 916 offset_type: in dump_type_prefix()
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | debug.h | 247 bool (*offset_type) (void *); member
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | debug.h | 247 bool (*offset_type) (void *); member
|
H A D | debug.c | 2617 return (*fns->offset_type) (fhandle); in debug_write_type()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-vect-data-refs.cc | 3874 tree vectype, tree memory_type, tree offset_type, in vect_gather_scatter_fn_p() argument 3900 tree offset_vectype = get_vectype_for_scalar_type (vinfo, offset_type); in vect_gather_scatter_fn_p() 3923 if (TYPE_PRECISION (offset_type) >= POINTER_SIZE in vect_gather_scatter_fn_p() 3924 && TYPE_PRECISION (offset_type) >= element_bits) in vect_gather_scatter_fn_p() 3927 offset_type = build_nonstandard_integer_type in vect_gather_scatter_fn_p() 3928 (TYPE_PRECISION (offset_type) * 2, TYPE_UNSIGNED (offset_type)); in vect_gather_scatter_fn_p()
|
H A D | gimple-ssa-store-merging.cc | 4372 tree offset_type in output_merged_store() local 4388 build_int_cst (offset_type, try_pos)); in output_merged_store() 4422 offset_type = get_alias_type_for_stmts (orig_stmts, true, in output_merged_store() 4446 build_int_cst (offset_type, load_pos)); in output_merged_store()
|
H A D | tree-vect-stmts.cc | 1930 tree offset_type = build_nonstandard_integer_type (offset_bits, in vect_truncate_gather_scatter_offset() local 1937 vectype, memory_type, offset_type, scale, in vect_truncate_gather_scatter_offset() 1947 gs_info->offset = fold_convert (offset_type, step); in vect_truncate_gather_scatter_offset() 3094 tree offset_type = TREE_TYPE (gs_info->offset_vectype); in vect_get_strided_load_store_ops() local 3099 step = fold_convert (offset_type, step); in vect_get_strided_load_store_ops() 3103 build_zero_cst (offset_type), step); in vect_get_strided_load_store_ops()
|
H A D | tree-vect-patterns.cc | 4972 tree offset_type = TREE_TYPE (gs_info.offset_vectype); in vect_recog_gather_scatter_pattern() local 4973 tree offset = vect_add_conversion_to_pattern (vinfo, offset_type, in vect_recog_gather_scatter_pattern()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-vect-data-refs.c | 3695 tree vectype, tree memory_type, tree offset_type, in vect_gather_scatter_fn_p() argument 3715 tree offset_vectype = get_vectype_for_scalar_type (vinfo, offset_type); in vect_gather_scatter_fn_p() 3728 if (TYPE_PRECISION (offset_type) >= POINTER_SIZE in vect_gather_scatter_fn_p() 3729 && TYPE_PRECISION (offset_type) >= element_bits) in vect_gather_scatter_fn_p() 3732 offset_type = build_nonstandard_integer_type in vect_gather_scatter_fn_p() 3733 (TYPE_PRECISION (offset_type) * 2, TYPE_UNSIGNED (offset_type)); in vect_gather_scatter_fn_p()
|
H A D | gimple-ssa-store-merging.c | 4032 tree offset_type in output_merged_store() local 4040 build_int_cst (offset_type, try_pos)); in output_merged_store() 4069 offset_type = get_alias_type_for_stmts (orig_stmts, true, in output_merged_store() 4093 build_int_cst (offset_type, load_pos)); in output_merged_store()
|
H A D | tree-vect-stmts.c | 2059 tree offset_type = build_nonstandard_integer_type (offset_bits, in vect_truncate_gather_scatter_offset() local 2066 vectype, memory_type, offset_type, scale, in vect_truncate_gather_scatter_offset() 2075 gs_info->offset = fold_convert (offset_type, step); in vect_truncate_gather_scatter_offset() 3053 tree offset_type = TREE_TYPE (gs_info->offset); in vect_get_strided_load_store_ops() local 3054 offset_type = TREE_TYPE (gs_info->offset_vectype); in vect_get_strided_load_store_ops() 3059 step = fold_convert (offset_type, step); in vect_get_strided_load_store_ops() 3064 build_zero_cst (offset_type), step); in vect_get_strided_load_store_ops()
|
H A D | tree-vect-patterns.c | 4566 tree offset_type = TREE_TYPE (gs_info.offset_vectype); in vect_recog_gather_scatter_pattern() local 4567 tree offset = vect_add_conversion_to_pattern (offset_type, gs_info.offset, in vect_recog_gather_scatter_pattern()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-aarch64.c | 3607 aarch64_reg_type base_type, aarch64_reg_type offset_type, in parse_address_main() argument 3704 reg = aarch64_addr_reg_parse (&p, offset_type, offset_qualifier); in parse_address_main() 3707 if (!aarch64_check_reg_type (reg, offset_type)) in parse_address_main() 3709 set_syntax_error (_(get_reg_expected_msg (offset_type))); in parse_address_main()
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-aarch64.c | 3887 aarch64_reg_type base_type, aarch64_reg_type offset_type, in parse_address_main() argument 3990 reg = aarch64_addr_reg_parse (&p, offset_type, offset_qualifier); in parse_address_main() 3993 if (!aarch64_check_reg_type (reg, offset_type)) in parse_address_main()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoVPseudos.td | 3163 ValueType offset_type, 3170 def : VPatAMOWDNoMask<intrinsic, inst, result_type, offset_type, 3172 def : VPatAMOWDMask<intrinsic, inst, result_type, offset_type,
|