| /src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | User.cpp | 123 void *User::allocateFixedOperandUser(size_t Size, unsigned Us, in allocateFixedOperandUser() argument 125 assert(Us < (1u << NumUserOperandsBits) && "Too many operands"); in allocateFixedOperandUser() 135 ::operator new(Size + sizeof(Use) * Us + DescBytesToAllocate)); in allocateFixedOperandUser() 137 Use *End = Start + Us; in allocateFixedOperandUser() 139 Obj->NumUserOperands = Us; in allocateFixedOperandUser() 153 void *User::operator new(size_t Size, unsigned Us) { in operator new() argument 154 return allocateFixedOperandUser(Size, Us, 0); in operator new() 157 void *User::operator new(size_t Size, unsigned Us, unsigned DescBytes) { in operator new() argument 158 return allocateFixedOperandUser(Size, Us, DescBytes); in operator new()
|
| /src/contrib/llvm-project/llvm/lib/Support/ |
| H A D | DebugCounter.cpp | 207 auto &Us = instance(); in print() local 212 << Us.Counters[CounterID].Count << ","; in print() 213 printChunks(OS, Us.Counters[CounterID].Chunks); in print() 219 auto &Us = instance(); in shouldExecuteImpl() local 220 auto Result = Us.Counters.find(CounterName); in shouldExecuteImpl() 221 if (Result != Us.Counters.end()) { in shouldExecuteImpl() 232 if (Us.BreakOnLast && CurrIdx == (CounterInfo.Chunks.size() - 1) && in shouldExecuteImpl()
|
| /src/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | DebugCounter.h | 107 auto &Us = instance(); in getCounterState() local 108 auto Result = Us.Counters.find(ID); in getCounterState() 109 assert(Result != Us.Counters.end() && "Asking about a non-set counter"); in getCounterState() 115 auto &Us = instance(); in setCounterState() local 116 auto &Counter = Us.Counters[ID]; in setCounterState()
|
| /src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonCommonGEP.cpp | 293 const UseSet &Us = I.second; in operator <<() local 294 OS << I.first << " -> #" << Us.size() << '{'; in operator <<() 295 for (const Use *U : Us) { in operator <<() 367 UseSet Us; in processGepInst() local 377 Us.insert(&UI.getUse()); in processGepInst() 401 if (!Us.empty()) { in processGepInst() 403 Uses[PN].insert(Us.begin(), Us.end()); in processGepInst() 763 UseSet &Us = UF->second; in recalculatePlacement() local 764 for (Use *U : Us) { in recalculatePlacement() 971 UseSet &Us = UF->second; in separateChainForNode() local [all …]
|
| H A D | HexagonGenInsert.cpp | 1328 RegisterSet Us; in selectCandidates() local 1330 getInstrUses(DefI, Us); in selectCandidates() 1335 for (unsigned R = Us.find_first(); R; R = Us.find_next(R)) { in selectCandidates() 1344 for (unsigned R = Us.find_first(); R; R = Us.find_next(R)) { in selectCandidates()
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | arm_sme.td | 381 …def SVUSMOPA : Inst<"svmopa_za32[_{d}]_m", "viPPdd", "Us", MergeNone, "aarch64_sme_umopa_za32", [I… 384 …def SVUSMOPS : Inst<"svmops_za32[_{d}]_m", "viPPdd", "Us", MergeNone, "aarch64_sme_umops_za32", [I… 393 …def SVVDOT_LANE_ZA32_VG1x2_U : Inst<"svvdot_lane_za32[_{d}]_vg1x2", "vm2di", "Us", MergeNone, "aar… 441 …def SVVDOT_LANE_ZA64_VG1x4_U : Inst<"svvdot_lane_za64[_{d}]_vg1x4", "vm4di", "Us", MergeNone, "aar… 445 …def SVDOT_MULTI_ZA64_VG1x2_U16 : Inst<"svdot_za64[_{d}]_vg1x2", "vm22", "Us", MergeNone, "aarch64… 446 …def SVDOT_MULTI_ZA64_VG1x4_U16 : Inst<"svdot_za64[_{d}]_vg1x4", "vm44", "Us", MergeNone, "aarch64… 449 …def SVDOT_SINGLE_ZA64_VG1x2_U16 : Inst<"svdot[_single]_za64[_{d}]_vg1x2", "vm2d", "Us", MergeNone,… 450 …def SVDOT_SINGLE_ZA64_VG1x4_U16 : Inst<"svdot[_single]_za64[_{d}]_vg1x4", "vm4d", "Us", MergeNone,… 453 …def SVDOT_LANE_ZA64_VG1x2_U16 : Inst<"svdot_lane_za64[_{d}]_vg1x2", "vm2di", "Us", MergeNone, "a… 454 …def SVDOT_LANE_ZA64_VG1x4_U16 : Inst<"svdot_lane_za64[_{d}]_vg1x4", "vm4di", "Us", MergeNone, "a… [all …]
|
| H A D | BuiltinsHexagon.def | 69 TARGET_BUILTIN(__builtin_brev_lduh, "v*Us*CUs*iC", "", V5) 75 TARGET_BUILTIN(__builtin_circ_lduh, "Us*Us*Us*iIi", "", V5)
|
| H A D | BuiltinsAMDGPU.def | 41 BUILTIN(__builtin_amdgcn_workgroup_size_x, "Us", "nc") 42 BUILTIN(__builtin_amdgcn_workgroup_size_y, "Us", "nc") 43 BUILTIN(__builtin_amdgcn_workgroup_size_z, "Us", "nc")
|
| H A D | arm_sve_sme_incl.td | 29 // An example typespec is "Us" - unsigned short - svuint16_t. The available
|
| H A D | arm_sve.td | 956 defm SVFCVTZU_U16_F16 : SInstCvtMXZ<"svcvt_u16[_f16]", "ddPO", "dPO", "Us", "aarch64_sve_fcvtzu", [… 982 defm SVFCVTZU_F16_U16 : SInstCvtMXZ<"svcvt_f16[_u16]", "OOPd", "OPd", "Us", "aarch64_sve_ucvtf", [I… 1206 def UnsignedHalf : sat_type<"U", "Us">;
|
| H A D | BuiltinsX86.def | 1723 TARGET_BUILTIN(__builtin_ia32_vp2intersect_d_512, "vV16iV16iUs*Us*", "nV:512:", "avx512vp2intersect…
|
| /src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ |
| H A D | ScriptedPythonInterface.h | 394 template <std::size_t... I, typename... Ts, typename... Us> 396 std::tuple<Us...> &transformed_args, in ReassignPtrsOrRefsArgs() 405 template <typename... Ts, typename... Us> 407 std::tuple<Us...> &transformed_args) { in ReassignPtrsOrRefsArgs() 408 if (sizeof...(Ts) != sizeof...(Us)) in ReassignPtrsOrRefsArgs()
|
| /src/crypto/openssl/apps/ |
| H A D | dsa1024.pem | 3 mUd6UvuF5NmmezibaIqEm4fGHrV+hktTW1nPcWUZiG7OZq5riDb77Cjcwtelu+Us
|
| /src/crypto/openssh/regress/unittests/sshkey/testdata/ |
| H A D | rsa_2 | 23 Le6nSGVKG4whqrAz3EsbKUA8kiLldbgFNjl+ryjmidnjZEpKRxmQ0XZuu/4k6+Us
|
| /src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | User.h | 61 void *operator new(size_t Size, unsigned Us); 71 void *operator new(size_t Size, unsigned Us, unsigned DescBytes);
|
| H A D | InlineAsm.h | 255 Us, enumerator 497 case ConstraintCode::Us: in getMemConstraintName()
|
| /src/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_allocator.h | 139 T *initArray(size_t N, U &&... Us) XRAY_NEVER_INSTRUMENT { in initArray() argument 143 new (A + (--N)) T(std::forward<U>(Us)...); in initArray()
|
| /src/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | STLExtras.h | 137 template <typename T, typename... Us> struct TypesAreDistinct; 138 template <typename T, typename... Us> 140 : std::integral_constant<bool, !is_one_of<T, Us...>::value && 141 TypesAreDistinct<Us...>::value> {}; 168 template <typename T, typename... Us> struct FirstIndexOfType; 169 template <typename T, typename U, typename... Us> 170 struct FirstIndexOfType<T, U, Us...> 171 : std::integral_constant<size_t, 1 + FirstIndexOfType<T, Us...>::value> {}; 172 template <typename T, typename... Us> 173 struct FirstIndexOfType<T, T, Us...> : std::integral_constant<size_t, 0> {};
|
| /src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemoryDependenceAnalysis.cpp | 315 for (const Use &Us : Ptr->uses()) { in getInvariantGroupPointerDependency() local 316 auto *U = dyn_cast<Instruction>(Us.getUser()); in getInvariantGroupPointerDependency()
|
| H A D | MemorySSA.cpp | 2524 for (const User *Us : Ptr->users()) { in getInvariantGroupClobberingInstruction() local 2525 auto *U = dyn_cast<Instruction>(Us); in getInvariantGroupClobberingInstruction()
|
| /src/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.cpp | 1624 const User *Us = *I->users().begin(); in getGatherScatterOpCost() local 1625 if (isa<ZExtInst>(Us) || isa<SExtInst>(Us)) { in getGatherScatterOpCost() 1628 cast<Instruction>(Us)->getType()->getScalarSizeInBits(); in getGatherScatterOpCost()
|
| H A D | ARMISelLowering.h | 560 return InlineAsm::ConstraintCode::Us; in getInlineAsmMemConstraint()
|
| H A D | ARMISelDAGToDAG.cpp | 5877 case InlineAsm::ConstraintCode::Us: in SelectInlineAsmMemoryOperand()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 630 for (const Use &Us : UserI->uses()) in followUsesInContext() local 631 Uses.insert(&Us); in followUsesInContext()
|
| /src/contrib/tzdata/ |
| H A D | asia | 2843 # the capital of the Hovd province is sometimes called Hovd, sometimes Dund-Us, 2984 # Hovd, a.k.a. Chovd, Dund-Us, Dzhargalant, Khovd, Jirgalanta
|