/third_party/libabigail/tests/data/test-diff-filter/ |
D | test35-pr18754-no-added-syms-report-1.txt | 44 [D] 'method void VarList::dump()' 45 [D] 'method void VarList::table_copy(void*, int64_t)' 46 [D] 'method void VarList::table_patch_names(int64_t)' 47 [D] 'method int64_t VarList::table_size(int64_t&)' 85 …VarList::BufEntry*, long int, VarList::BufEntry, __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const … 86 …VarList::BufEntry*, __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const VarList::BufEntry&, const Var… 87 …VarList::BufEntry*, long int, __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const VarList::BufEntry&,… 88 …VarList::BufEntry*, __gnu_cxx::__ops::_Val_comp_iter<bool (*)(const VarList::BufEntry&, const VarL…
|
D | test35-pr18754-no-added-syms-report-0.txt | 44 [D] 'method void VarList::dump()' 45 [D] 'method void VarList::table_copy(void*, int64_t)' 46 [D] 'method void VarList::table_patch_names(int64_t)' 47 [D] 'method int64_t VarList::table_size(int64_t&)' 85 …VarList::BufEntry*, long int, VarList::BufEntry, __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const … 86 …VarList::BufEntry*, __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const VarList::BufEntry&, const Var… 87 …VarList::BufEntry*, long int, __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const VarList::BufEntry&,… 88 …VarList::BufEntry*, __gnu_cxx::__ops::_Val_comp_iter<bool (*)(const VarList::BufEntry&, const VarL… 382 [D] 'VarList __offload_vars'
|
D | test30-pr18904-rvalueref-report0.txt | 44 [D] 'method void VarList::dump()' 45 [D] 'method void VarList::table_copy(void*, int64_t)' 46 [D] 'method void VarList::table_patch_names(int64_t)' 47 [D] 'method int64_t VarList::table_size(int64_t&)' 85 …VarList::BufEntry*, long int, VarList::BufEntry, __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const … 86 …VarList::BufEntry*, __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const VarList::BufEntry&, const Var… 87 …VarList::BufEntry*, long int, __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const VarList::BufEntry&,… 88 …VarList::BufEntry*, __gnu_cxx::__ops::_Val_comp_iter<bool (*)(const VarList::BufEntry&, const VarL… 759 …VarList::BufEntry* std::__copy_move_backward<true, true, std::random_access_iterator_tag>::__copy_… 1466 [D] 'VarList __offload_vars'
|
D | test30-pr18904-rvalueref-report1.txt | 44 [D] 'method void VarList::dump()' 45 [D] 'method void VarList::table_copy(void*, int64_t)' 46 [D] 'method void VarList::table_patch_names(int64_t)' 47 [D] 'method int64_t VarList::table_size(int64_t&)' 85 …VarList::BufEntry*, long int, VarList::BufEntry, __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const … 86 …VarList::BufEntry*, __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const VarList::BufEntry&, const Var… 87 …VarList::BufEntry*, long int, __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const VarList::BufEntry&,… 88 …VarList::BufEntry*, __gnu_cxx::__ops::_Val_comp_iter<bool (*)(const VarList::BufEntry&, const VarL… 759 …VarList::BufEntry* std::__copy_move_backward<true, true, std::random_access_iterator_tag>::__copy_… 1466 [D] 'VarList __offload_vars'
|
D | test30-pr18904-rvalueref-report2.txt | 44 [D] 'method void VarList::dump()' 45 [D] 'method void VarList::table_copy(void*, int64_t)' 46 [D] 'method void VarList::table_patch_names(int64_t)' 47 [D] 'method int64_t VarList::table_size(int64_t&)' 85 …VarList::BufEntry*, long int, VarList::BufEntry, __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const … 86 …VarList::BufEntry*, __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const VarList::BufEntry&, const Var… 87 …VarList::BufEntry*, long int, __gnu_cxx::__ops::_Iter_comp_iter<bool (*)(const VarList::BufEntry&,… 88 …VarList::BufEntry*, __gnu_cxx::__ops::_Val_comp_iter<bool (*)(const VarList::BufEntry&, const VarL… 759 …VarList::BufEntry* std::__copy_move_backward<true, true, std::random_access_iterator_tag>::__copy_… 1466 [D] 'VarList __offload_vars'
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceCfg.h | 126 const VarList &getVariables() const { return Variables; } in getVariables() 132 const VarList &getArgs() const { return Args; } in getArgs() 133 VarList &getArgs() { return Args; } in getArgs() 135 const VarList &getImplicitArgs() const { return ImplicitArgs; } in getImplicitArgs() 312 VarList Variables; 313 VarList Args; /// subset of Variables, in argument order 314 VarList ImplicitArgs; /// subset of Variables
|
D | IceLiveness.cpp | 39 VarList::const_iterator FirstVar, bool IsFullInit) { in initInternal() 125 VarList::const_iterator FirstVar = Func->getVariables().begin(); in init() 130 VarList::const_iterator FirstVar) { in initPhiEdgeSplits()
|
D | IceLiveness.h | 69 VarList::const_iterator FirstVar); 128 VarList::const_iterator FirstVar, bool IsFullInit);
|
D | IceTargetLowering.h | 421 void getVarStackSlotParams(VarList &SortedSpilledVariables, 443 void assignVarStackSlots(VarList &SortedSpilledVariables, 451 void sortVarsByAlignment(VarList &Dest, const VarList &Source) const;
|
D | IceTargetLowering.cpp | 719 void TargetLowering::sortVarsByAlignment(VarList &Dest, in sortVarsByAlignment() 720 const VarList &Source) const { in sortVarsByAlignment() 735 VarList &SortedSpilledVariables, SmallBitVector &RegsUsed, in getVarStackSlotParams() 767 const VarList &Variables = Func->getVariables(); in getVarStackSlotParams() 768 VarList SpilledVariables; in getVarStackSlotParams() 853 void TargetLowering::assignVarStackSlots(VarList &SortedSpilledVariables, in assignVarStackSlots()
|
D | IceTargetLoweringARM32.h | 730 void _push(const VarList &Sources) { Context.insert<InstARM32Push>(Sources); } in _push() 731 void _pop(const VarList &Dests) { in _pop() 1073 VarList PhysicalRegisters[IceType_NUM]; 1074 VarList PreservedGPRs; 1075 VarList PreservedSRegs;
|
D | IceTargetLoweringMIPS32.h | 613 void assignVarStackSlots(VarList &SortedSpilledVariables, 814 VarList PhysicalRegisters[IceType_NUM]; 815 VarList PreservedGPRs;
|
D | IceInstARM32.h | 1235 static InstARM32Pop *create(Cfg *Func, const VarList &Dests) { in create() 1241 InstARM32Pop(Cfg *Func, const VarList &Dests); 1252 VarList Dests; 1263 static InstARM32Push *create(Cfg *Func, const VarList &Srcs) { in create() 1269 InstARM32Push(Cfg *Func, const VarList &Srcs);
|
D | IceDefs.h | 147 using VarList = CfgVector<Variable *>; variable
|
D | IceOperand.h | 988 const VarList &getContainers() const { return Containers; } in getContainers() 1016 VarList Containers;
|
D | IceTargetLoweringMIPS32.cpp | 114 void TargetMIPS32::assignVarStackSlots(VarList &SortedSpilledVariables, in assignVarStackSlots() 1311 VarList &Args = Func->getArgs(); in lowerArguments() 1504 VarList SortedSpilledVariables; in addProlog() 1567 using RegClassType = std::tuple<uint32_t, uint32_t, VarList *>; in addProlog() 1572 VarList *const PreservedRegsInClass = std::get<2>(RegClass); in addProlog() 1657 const VarList &Args = Func->getArgs(); in addProlog() 1747 VarList::reverse_iterator RIter, END; in addEpilog()
|
D | IceRegAlloc.cpp | 305 const VarList &Vars = Func->getVariables(); in initForSecondChance()
|
D | IceTargetLoweringARM32.cpp | 384 void copyRegAllocFromInfWeightVariable64On32(const VarList &Vars) { in copyRegAllocFromInfWeightVariable64On32() 1188 VarList &Args = Func->getArgs(); in lowerArguments() 1323 VarList SortedSpilledVariables; in addProlog() 1394 using RegClassType = std::tuple<uint32_t, uint32_t, VarList *>; in addProlog() 1403 VarList *const PreservedRegsInClass = std::get<2>(RegClass); in addProlog() 1481 const VarList &Args = Func->getArgs(); in addProlog()
|
D | IceInstARM32.cpp | 1299 void validatePushOrPopRegisterListOrDie(const VarList &RegList) { in validatePushOrPopRegisterListOrDie() 1462 InstARM32Pop::InstARM32Pop(Cfg *Func, const VarList &Dests) in InstARM32Pop() 1471 InstARM32Push::InstARM32Push(Cfg *Func, const VarList &Srcs) in InstARM32Push()
|
D | IceTargetLoweringX8632.h | 878 std::array<VarList, IceType_NUM> PhysicalRegisters;
|
D | IceTargetLoweringX8664.h | 867 std::array<VarList, IceType_NUM> PhysicalRegisters;
|
D | IceTargetLoweringX8664.cpp | 890 VarList SortedSpilledVariables, VariablesLinkedToSpillSlots; in addProlog() 1023 const VarList &Args = Func->getArgs(); in addProlog() 1272 VarList &Args = Func->getArgs(); in lowerArguments()
|
D | IceTargetLoweringX8632.cpp | 878 VarList SortedSpilledVariables, VariablesLinkedToSpillSlots; in addProlog() 1038 const VarList &Args = Func->getArgs(); in addProlog() 1356 VarList &Args = Func->getArgs(); in lowerArguments()
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test16-pr18904.so.abi | 13695 …<function-decl name='__copy_move_b<VarList::BufEntry>' mangled-name='_ZNSt20__copy_move_back… 14087 …<class-decl name='remove_reference<VarList::BufEntry&>' size-in-bits='8' is-struct='yes'… 14689 …<class-decl name='_Iter_comp_iter<bool (*)(const VarList::BufEntry&, const VarList::BufEntr… 14694 …<function-decl name='operator()<VarList::BufEntry*, VarList::BufEntry*>' mangled-name='_ZN9_… 14743 …<class-decl name='_Iter_comp_val<bool (*)(const VarList::BufEntry&, const VarList::BufEntry… 14748 …<function-decl name='operator()<VarList::BufEntry*, VarList::BufEntry>' mangled-name='_ZN9__… 14797 …<class-decl name='_Val_comp_iter<bool (*)(const VarList::BufEntry&, const VarList::BufEntry… 14802 …<function-decl name='operator()<VarList::BufEntry, VarList::BufEntry*>' mangled-name='_ZN9__… 20502 …<class-decl name='VarList' size-in-bits='384' visibility='default' filepath='../../../gcc/libofflo… 20543 …<function-decl name='VarList' mangled-name='_ZN7VarListC4Ev' filepath='../../../gcc/liboffloadmic/… [all …]
|