| /llvm-project-15.0.7/llvm/unittests/CodeGen/ |
| H A D | LexicalScopesTest.cpp | 136 LexicalScopes LS; in TEST_F() local 138 LS.reset(); in TEST_F() 141 LS.initialize(*MF); in TEST_F() 183 LexicalScopes LS; in TEST_F() local 218 LexicalScopes LS; in TEST_F() local 253 LexicalScopes LS; in TEST_F() local 274 LexicalScopes LS; in TEST_F() local 307 LexicalScopes LS; in TEST_F() local 345 LexicalScopes LS; in TEST_F() local 387 LexicalScopes LS; in TEST_F() local [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/ |
| H A D | BackgroundIndexLoader.cpp | 52 LoadedShard &LS = It.first->getValue(); in loadShard() local 56 return {LS, Edges}; in loadShard() 58 LS.AbsolutePath = StartSourceFile.str(); in loadShard() 59 LS.DependentTU = std::string(DependentTU); in loadShard() 64 return {LS, Edges}; in loadShard() 67 LS.Shard = std::move(Shard); in loadShard() 68 for (const auto &It : *LS.Shard->Sources) { in loadShard() 82 LS.Digest = IGN.Digest; in loadShard() 84 LS.HadErrors = IGN.Flags & IncludeGraphNode::SourceFlag::HadErrors; in loadShard() 86 assert(LS.Digest != FileDigest{{0}} && "Digest is empty?"); in loadShard() [all …]
|
| H A D | Background.cpp | 79 auto Buf = FS->getBufferForFile(LS.AbsolutePath); in shardIsStale() 372 for (auto &LS : Result) { in loadProject() local 373 if (!LS.Shard) in loadProject() 376 LS.Shard->Symbols in loadProject() 379 auto RS = LS.Shard->Refs in loadProject() 383 LS.Shard->Relations in loadProject() 387 SV.Digest = LS.Digest; in loadProject() 388 SV.HadErrors = LS.HadErrors; in loadProject() 403 for (auto &LS : Result) { in loadProject() local 404 if (!shardIsStale(LS, FS.get())) in loadProject() [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | stfiwx.ll | 2 …instrs < %s -mtriple=powerpc-unknown-linux-gnu -mattr=-stfiwx | FileCheck -check-prefix=CHECK-LS %s 6 ; CHECK-LS-LABEL: @test1 17 ; CHECK-LS: lwz 18 ; CHECK-LS: stw 19 ; CHECK-LS-NOT: stfiwx 20 ; CHECK-LS: blr 25 ; CHECK-LS-LABEL: @test2 40 ; CHECK-LS: lwz 41 ; CHECK-LS: stw 42 ; CHECK-LS-NOT: stfiwx [all …]
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | IntrinsicEmitter.cpp | 804 OS << LS; in EmitAttributes() 808 OS << LS; in EmitAttributes() 813 OS << LS; in EmitAttributes() 817 OS << LS; in EmitAttributes() 822 OS << LS; in EmitAttributes() 827 OS << LS; in EmitAttributes() 832 OS << LS; in EmitAttributes() 836 OS << LS; in EmitAttributes() 841 OS << LS; in EmitAttributes() 846 OS << LS; in EmitAttributes() [all …]
|
| H A D | InstrDocsEmitter.cpp | 144 ListSeparator LS; in EmitInstrDocs() local 146 OS << LS << "``" << FlagString << "``"; in EmitInstrDocs() 191 ListSeparator LS; in EmitInstrDocs() local 193 OS << LS << "``" << Def->getName() << "``"; in EmitInstrDocs() 200 ListSeparator LS; in EmitInstrDocs() local 202 OS << LS << "``" << Use->getName() << "``"; in EmitInstrDocs() 211 ListSeparator LS; in EmitInstrDocs() local 213 OS << LS << "``" << P->getName() << "``"; in EmitInstrDocs()
|
| H A D | CallingConvEmitter.cpp | 167 ListSeparator LS; in EmitAction() local 174 O << LS << Name; in EmitAction() 225 ListSeparator LS; in EmitAction() local 227 O << LS << getQualifiedName(RegList->getElementAsRecord(i)); in EmitAction() 281 ListSeparator LS; in EmitAction() local 283 O << LS << getQualifiedName(ShadowRegList->getElementAsRecord(i)); in EmitAction() 403 ListSeparator LS; in EmitArgRegisterLists() local 405 O << LS << Reg; in EmitArgRegisterLists() 421 ListSeparator LS; in EmitArgRegisterLists() local 423 O << LS << Reg; in EmitArgRegisterLists()
|
| H A D | InfoByHwMode.cpp | 93 ListSeparator LS(","); in writeToStream() local 95 OS << LS << '(' << getModeName(P->first) << ':' in writeToStream() 182 ListSeparator LS(","); in writeToStream() local 184 OS << LS << '(' << getModeName(P->first) << ':' << P->second << ')'; in writeToStream()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | LoopUnrolling.cpp | 76 auto LS = State->get<LoopStack>(); in processLoopEnd() local 77 if (!LS.isEmpty() && LS.getHead().getLoopStmt() == LoopStmt) in processLoopEnd() 78 State = State->set<LoopStack>(LS.getTail()); in processLoopEnd() 308 auto LS = State->get<LoopStack>(); in updateLoopStack() local 309 if (!LS.isEmpty() && LoopStmt == LS.getHead().getLoopStmt() && in updateLoopStack() 310 LCtx == LS.getHead().getLocationContext()) { in updateLoopStack() 311 if (LS.getHead().isUnrolled() && madeNewBranch(Pred, LoopStmt)) { in updateLoopStack() 312 State = State->set<LoopStack>(LS.getTail()); in updateLoopStack() 325 unsigned outerStep = (LS.isEmpty() ? 1 : LS.getHead().getMaxStep()); in updateLoopStack() 338 auto LS = State->get<LoopStack>(); in isUnrolledState() local [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYInstPrinter.cpp | 204 ListSeparator LS; in printPSRFlag() local 207 O << LS << "ee"; in printPSRFlag() 209 O << LS << "ie"; in printPSRFlag() 211 O << LS << "fe"; in printPSRFlag() 213 O << LS << "af"; in printPSRFlag() 228 ListSeparator LS; in printRegisterList() local 231 O << LS; in printRegisterList() 241 O << LS; in printRegisterList() 246 O << LS; in printRegisterList() 258 O << LS; in printRegisterList()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | convertphitype.ll | 13 ; CHECK-NEXT: [[LS:%.*]] = load i32, i32* [[S:%.*]], align 4 14 ; CHECK-NEXT: [[LS_BC:%.*]] = bitcast i32 [[LS]] to float 48 ; CHECK-NEXT: [[LS:%.*]] = load i32, i32* [[S:%.*]], align 4 49 ; CHECK-NEXT: [[LS_BC:%.*]] = bitcast i32 [[LS]] to float 76 ; CHECK-NEXT: [[LS_BC:%.*]] = bitcast i32 [[LS]] to float 104 ; CHECK-NEXT: [[LS_BC:%.*]] = bitcast i32 [[LS]] to float 169 ; CHECK-NEXT: [[LS_BC:%.*]] = bitcast float [[LS]] to i32 204 ; CHECK-NEXT: [[LS_BC:%.*]] = bitcast half [[LS]] to i16 352 ; CHECK-NEXT: [[B:%.*]] = bitcast i32 [[LS]] to float 525 ; CHECK-NEXT: [[LSB:%.*]] = bitcast i32 [[LS]] to float [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/Utils/ |
| H A D | ARMBaseInfo.h | 40 LS, // Unsigned lower or same Less than or equal enumerator 59 case HI: return LS; in getOppositeCondition() 60 case LS: return HI; in getOppositeCondition() 76 case ARMCC::HS: return ARMCC::LS; in getSwappedCondition() 79 case ARMCC::LS: return ARMCC::HS; in getSwappedCondition() 157 case ARMCC::LS: return "ls"; in ARMCondCodeToString() 180 .Case("ls", ARMCC::LS) in ARMCondCodeFromString()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | InductiveRangeCheckElimination.cpp | 647 Range(R), MainLoopStructure(LS) {} in LoopConstrainer() 1275 bool Increasing = LS.IndVarIncreasing; in changeIterationSpaceEnd() 1299 LS.LatchBr->setSuccessor(LS.LatchBrExitIdx, RRI.ExitSelector); in changeIterationSpaceEnd() 1300 B.SetInsertPoint(LS.LatchBr); in changeIterationSpaceEnd() 1325 for (PHINode &PN : LS.Header->phis()) { in changeIterationSpaceEnd() 1342 LS.LatchExit->replacePhiUsesWith(LS.Latch, RRI.ExitSelector); in changeIterationSpaceEnd() 1351 for (PHINode &PN : LS.Header->phis()) in rewriteIncomingValuesForPHIs() 1355 LS.IndVarStart = RRI.IndVarEnd; in rewriteIncomingValuesForPHIs() 1875 BPI->getEdgeProbability(LS.Latch, LS.LatchBrExitIdx); in isProfitableToTransform() 1931 if (!isProfitableToTransform(*L, LS)) in run() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | CSKYAttributeParser.cpp | 129 ListSeparator LS(" "); in fpuHardFP() local 134 description += LS; in fpuHardFP() 138 description += LS; in fpuHardFP() 142 description += LS; in fpuHardFP()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | VarBypassDetector.cpp | 119 else if (const LabelStmt *LS = dyn_cast<LabelStmt>(SubStmt)) in BuildScopeInformation() local 120 Next = LS->getSubStmt(); in BuildScopeInformation() 141 if (const LabelStmt *LS = GS->getLabel()->getStmt()) in Detect() local 142 Detect(from, ToScopes[LS]); in Detect()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfFile.cpp | 105 bool DwarfFile::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { in addScopeVariable() argument 106 auto &ScopeVars = ScopeVariables[LS]; in addScopeVariable() 122 void DwarfFile::addScopeLabel(LexicalScope *LS, DbgLabel *Label) { in addScopeLabel() argument 123 SmallVectorImpl<DbgLabel *> &Labels = ScopeLabels[LS]; in addScopeLabel()
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | pr48848.cpp | 8 template <typename EMT> void LS() { in LS() function 14 LS<int>(); // expected-note {{in instantiation of}} in runChapter4()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | StackSlotColoring.cpp | 61 LiveStacks* LS; member in __anon8ae0e9590111::StackSlotColoring 167 if (!LS->hasInterval(FI)) in ScanForSpillSlotRefs() 169 LiveInterval &li = LS->getInterval(FI); in ScanForSpillSlotRefs() 209 Intervals.reserve(LS->getNumIntervals()); in InitializeSlots() 210 for (auto &I : *LS) in InitializeSlots() 485 LS = &getAnalysis<LiveStacks>(); in runOnMachineFunction() 490 unsigned NumSlots = LS->getNumIntervals(); in runOnMachineFunction()
|
| H A D | RegisterBank.cpp | 103 ListSeparator LS; in print() local 108 OS << LS << TRI->getRegClassName(&RC); in print()
|
| /llvm-project-15.0.7/llvm/include/llvm/MCA/Stages/ |
| H A D | RetireStage.h | 38 RetireStage(RetireControlUnit &R, RegisterFile &F, LSUnitBase &LS) in RetireStage() argument 39 : RCU(R), PRF(F), LSU(LS) {} in RetireStage()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFCompileUnit.h | 28 const DWARFSection *AOS, const DWARFSection &LS, bool LE, in DWARFCompileUnit() argument 31 LS, LE, IsDWO, UnitVector) {} in DWARFCompileUnit()
|
| H A D | DWARFTypeUnit.h | 30 const DWARFSection &LS, bool LE, bool IsDWO, in DWARFTypeUnit() argument 33 LS, LE, IsDWO, UnitVector) {} in DWARFTypeUnit()
|
| /llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/ |
| H A D | OrcCAPITest.cpp | 137 LLVMOrcLookupStateRef *LS, LLVMOrcLookupKind K, in definitionGeneratorFn() argument 380 LLVMOrcCLookupSetElement LS[] = { in TEST_F() local 385 2, LS, 3, executionSessionLookupHandlerCallback, in TEST_F() 405 LLVMOrcCLookupSetElement LS[] = {{LLVMOrcLLJITMangleAndIntern(Jit, "Foo"), in TEST_F() local 408 1, LS, 1, executionSessionLookupHandlerCallback, in TEST_F() 696 Ctx->AsyncWork = [LS = *LookupState, JD, MU]() { in TryToGenerateWithSuspendedLookup() 698 LLVMOrcLookupStateContinueLookup(LS, Err); in TryToGenerateWithSuspendedLookup() 748 LLVMOrcCLookupSetElement LS[] = { in TEST_F() local 751 1, LS, 1, in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LoadStoreOpt.cpp | 203 if (const auto *LS = dyn_cast<GLoadStore>(MI)) { in instMayAlias() local 207 if (!mi_match(LS->getPointerReg(), MRI, in instMayAlias() 209 BaseReg = LS->getPointerReg(); in instMayAlias() 214 LS->getMMO().getMemoryType().getSizeInBytes()); in instMayAlias() 215 return {LS->isVolatile(), LS->isAtomic(), BaseReg, in instMayAlias() 216 Offset /*base offset*/, Size, &LS->getMMO()}; in instMayAlias()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | convertphitype.ll | 13 ; CHECK-NEXT: [[LS:%.*]] = load i32, ptr [[S:%.*]], align 4 19 ; CHECK-NEXT: [[PHI:%.*]] = phi i32 [ [[LS]], [[THEN]] ], [ [[LD]], [[ELSE]] ]
|