Home
last modified time | relevance | path

Searched refs:US (Results 1 – 25 of 36) sorted by relevance

12

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp420 US.addRange(I, AccessRange, Safe); in analyzeAllUses()
440 US.addRange(I, AccessRange, Safe); in analyzeAllUses()
470 US.addRange(I, AccessRange, Safe); in analyzeAllUses()
613 for (auto &KV : US.Calls) { in updateOneUse()
619 if (!US.Range.contains(CalleeRange)) { in updateOneUse()
622 US.Range = UnknownRange; in updateOneUse()
624 US.updateRange(CalleeRange); in updateOneUse()
1130 auto &US = in generateParamAccessSummary() local
1134 US.Range = PS.Use; in generateParamAccessSummary()
1142 US.Range = FullSet; in generateParamAccessSummary()
[all …]
/llvm-project-15.0.7/llvm/test/Demangle/
H A Dms-templates-memptrs.test20 ??$CallMethod@US@@$0A@@@YAXAAUS@@@Z
23 ??$CallMethod@US@@$1??_91@$BA@AE@@YAXAAUS@@@Z
26 ??$CallMethod@US@@$1?f@1@QAEXXZ@@YAXAAUS@@@Z
68 ??$ReadField@US@@$03@@YAHAAUS@@@Z
71 ??$ReadField@US@@$07@@YAHAAUS@@@Z
74 ??$ReadField@US@@$0A@@@YAHAAUS@@@Z
H A Dms-templates.test199 ??$f@US@@$1?g@1@QEAAXXZ@@YAXXZ
/llvm-project-15.0.7/clang/tools/scan-build-py/lib/libscanbuild/
H A Dintercept.py42 US = chr(0x1f) variable
178 command = US.join(entry.cmd) + US
200 'command': records[4].split(US)[:-1]
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dcontainer-contains.cpp82 int testDifferentTypes(std::map<int, int> &M, std::unordered_set<int> &US, std::set<int> &S, std::m… in testDifferentTypes() argument
86 bool C2 = US.count(1002); in testDifferentTypes()
/llvm-project-15.0.7/llvm/test/DebugInfo/COFF/
H A Dconst-unnamed-member.ll38 @"\01?s@@3US@@A" = dso_local global %struct.S zeroinitializer, align 4, !dbg !0
45 !1 = distinct !DIGlobalVariable(name: "s", linkageName: "\01?s@@3US@@A", scope: !2, file: !3, line:…
/llvm-project-15.0.7/clang/test/Analysis/diagnostics/Inputs/expected-sarif/
H A Dsarif-diagnostics-taint-test.c.sarif92 "language": "en-US",
H A Dsarif-multi-diagnostic-test.c.sarif440 "language": "en-US",
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/NativePDB/
H A Dtag-types.cpp25 unsigned short US; member
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dxcore-stringtype.c31 unsigned short US, signed short SS, int I, unsigned int UI, in builtinType() argument
/llvm-project-15.0.7/clang/tools/scan-build-py/lib/libear/
H A Dear.c405 static int const US = 0x1f; in bear_report_call() local
438 fprintf(fd, "%s%c", argv[it], US); in bear_report_call()
/llvm-project-15.0.7/libcxx/docs/Status/
H A DCxx17Papers.csv107 "`P0604R0 <https://wg21.link/P0604R0>`__","LWG","Resolving GB 55, US 84, US 85, US 86","Kona","|Com…
H A DCxx20Issues.csv13 "`2966 <https://wg21.link/LWG2966>`__","Incomplete resolution of US 74","Toronto","|Nothing To Do|"…
258 "`3335 <https://wg21.link/LWG3335>`__","Resolve C++20 NB comments US 273 and GB 274","Prague","|Com…
297 "`3395 <https://wg21.link/LWG3395>`__","Definition for three-way comparison needs to be updated (US
H A DCxx20Papers.csv177 …CWG","Converting from ``T*``\ to bool should be considered narrowing (re: US 212)","Prague","* *"…
178 "`P1963R0 <https://wg21.link/P1963R0>`__","LWG","Fixing US 313","Prague","* *",""
/llvm-project-15.0.7/llvm/docs/
H A DDiscourseMigrationGuide.md96 <tr><td>Community - US LLVM Developers' Meeting</td><td>devmtg-US@discourse.llvm.org</td></tr>
146 <tr><td>llvm-devmeeting</td><td>Community/US Developer Meeting</td></tr>
H A DHowToAddABuilder.rst178 tend to cluster strongly during US working hours. Looking at a couple
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp284 UDTSym US = cantFail(SymbolDeserializer::deserializeAs<UDTSym>(CVS)); in getOrCreateGlobalSymbolByOffset() local
285 Id = createSymbol<NativeTypeTypedef>(std::move(US)); in getOrCreateGlobalSymbolByOffset()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp896 LiveInterval::iterator US = IntA.FindSegmentContaining(UseIdx); in removeCopyByCommutingDef() local
897 if (US == IntA.end() || US->valno != AValNo) in removeCopyByCommutingDef()
947 LiveInterval::iterator US = IntA.FindSegmentContaining(UseIdx); in removeCopyByCommutingDef() local
948 assert(US != IntA.end() && "Use must be live"); in removeCopyByCommutingDef()
949 if (US->valno != AValNo) in removeCopyByCommutingDef()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsScheduleP5600.td342 def : InstRW<[P5600WriteMSAShortInt], (instregex "^ASUB_[US].[BHWD]$")>;
343 def : InstRW<[P5600WriteMSAShortInt], (instregex "^AVER?_[US].[BHWD]$")>;
H A DMipsScheduleGeneric.td1430 def : InstRW<[GenericWriteMSAShortInt], (instregex "^ASUB_[US].[BHWD]$")>;
1431 def : InstRW<[GenericWriteMSAShortInt], (instregex "^AVER?_[US].[BHWD]$")>;
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DGenericOpcodes.td613 /// RESULT = [US]MULFIX(LHS, RHS, SCALE) - Perform fixed point
649 /// RESULT = [US]DIVFIX(LHS, RHS, SCALE) - Perform fixed point division on
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64SchedKryoDetails.td213 (instregex "(S|U|SU|US)QADD(v1i8|v1i16|v2i16|v1i32|v1i64)")>;
2177 (instregex "^(SU|US)QADD(v8i8|v4i16|v2i32)")>;
2183 (instregex "^(SU|US)QADD(v16i8|v8i16|v4i32|v2i64)")>;
H A DAArch64SchedFalkorDetails.td690 def : InstRW<[FalkorWr_1VXVY_3cyc], (instregex "^(SU|US)QADD(v1i8|v1i16|v2i16|v1i32|v1i64|v2i32|v…
750 def : InstRW<[FalkorWr_2VXVY_3cyc], (instregex "^(SU|US)QADD(v16i8|v8i16|v4i32|v2i64)$")>;
H A DAArch64SchedA55.td469 def : InstRW<[CortexA55WriteAluVq_2], (instregex "[US]?SHLLv")>;
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3471 } else if (const SCEVUnknown *US = dyn_cast<SCEVUnknown>(S)) { in CollectLoopInvariantFixupsAndFormulae() local
3472 const Value *V = US->getValue(); in CollectLoopInvariantFixupsAndFormulae()
3536 if (UserS == US) { in CollectLoopInvariantFixupsAndFormulae()
3564 InsertSupplementalFormula(US, LU, LUIdx); in CollectLoopInvariantFixupsAndFormulae()

12