Home
last modified time | relevance | path

Searched refs:EP (Results 1 – 25 of 29) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/Other/
H A Dnew-pm-defaults.ll95 ; CHECK-EP-PIPELINE-START-NEXT: Running pass: NoOpModulePass
123 ; CHECK-EP-PEEPHOLE-NEXT: Running pass: NoOpFunctionPass
146 ; CHECK-EP-CGSCC-LATE-NEXT: Running pass: NoOpCGSCCPass
161 ; CHECK-EP-PEEPHOLE-NEXT: Running pass: NoOpFunctionPass
183 ; CHECK-EP-LOOP-LATE-NEXT: Running pass: NoOpLoopPass
186 ; CHECK-EP-LOOP-END-NEXT: Running pass: NoOpLoopPass
198 ; CHECK-EP-PEEPHOLE-NEXT: Running pass: NoOpFunctionPass
212 ; CHECK-EP-SCALAR-LATE-NEXT: Running pass: NoOpFunctionPass
215 ; CHECK-EP-PEEPHOLE-NEXT: Running pass: NoOpFunctionPass
228 ; CHECK-EP-OPTIMIZER-EARLY: Running pass: NoOpModulePass
[all …]
H A Dpass-pipeline-parsing.ll246 ; RUN: /dev/null -disable-output 2>&1 | FileCheck %s -check-prefix=PASSES-EP-PEEPHOLE-ERR
247 ; PASSES-EP-PEEPHOLE-ERR: Could not parse -passes-ep-peephole pipeline: unknown function pass 'bad'
249 ; RUN: /dev/null -disable-output 2>&1 | FileCheck %s -check-prefix=PASSES-EP-LATELOOPOPT-ERR
252 ; RUN: /dev/null -disable-output 2>&1 | FileCheck %s -check-prefix=PASSES-EP-LOOPOPTEND-ERR
253 ; PASSES-EP-LOOPOPTEND-ERR: Could not parse -passes-ep-loop-optimizer-end pipeline: unknown loop pa…
255 ; RUN: /dev/null -disable-output 2>&1 | FileCheck %s -check-prefix=PASSES-EP-SCALAROPTLATE-ERR
258 ; RUN: /dev/null -disable-output 2>&1 | FileCheck %s -check-prefix=PASSES-EP-CGSCCOPTLATE-ERR
259 ; PASSES-EP-CGSCCOPTLATE-ERR: Could not parse -passes-ep-cgscc-optimizer-late pipeline: unknown cgs…
261 ; RUN: /dev/null -disable-output 2>&1 | FileCheck %s -check-prefix=PASSES-EP-VECTORIZERSTART-…
264 ; RUN: /dev/null -disable-output 2>&1 | FileCheck %s -check-prefix=PASSES-EP-PIPELINESTART-ERR
[all …]
H A Dnew-pm-lto-defaults.ll11 ; RUN: | FileCheck %s --check-prefix=CHECK-O --check-prefix=CHECK-O1 --check-prefix=CHECK-EP
20 ; RUN: --check-prefix=CHECK-O2 --check-prefix=CHECK-EP
35 ; RUN: --check-prefix=CHECK-O3 --check-prefix=CHECK-EP-Peephole
38 ; CHECK-EP-NEXT: Running pass: NoOpModulePass
81 ; CHECK-EP-Peephole-NEXT: Running pass: NoOpFunctionPass
91 ; CHECK-EP-Peephole-NEXT: Running pass: NoOpFunctionPass
140 ; CHECK-EP-Peephole-NEXT: Running pass: NoOpFunctionPass on foo
148 ; CHECK-EP-NEXT: Running pass: NoOpModulePass
H A Dnew-pm-thinlto-prelink-samplepgo-defaults.ll14 ; RUN: | FileCheck %s --check-prefixes=CHECK-O,CHECK-O3,CHECK-O23SZ,CHECK-EP-PIPELINE-START
32 ; CHECK-EP-PIPELINE-START-NEXT: Running pass: NoOpModulePass
H A Dnew-pm-thinlto-prelink-pgo-defaults.ll16 ; RUN: | FileCheck %s --check-prefixes=CHECK-O,CHECK-O3,CHECK-O23SZ,CHECK-O123SZ,CHECK-EP-PIPEL…
32 ; CHECK-EP-PIPELINE-START-NEXT: Running pass: NoOpModulePass
H A Dnew-pm-thinlto-defaults.ll19 …prefixes=CHECK-O,CHECK-O3,CHECK-O23SZ,CHECK-PRELINK-O,CHECK-PRELINK-O-NODIS,CHECK-EP-PIPELINE-START
55 ; CHECK-EP-PIPELINE-START-NEXT: Running pass: NoOpModulePass
H A Dnew-pm-thinlto-postlink-pgo-defaults.ll28 ; CHECK-EP-PIPELINE-START-NEXT: Running pass: NoOpModulePass
H A Dnew-pm-thinlto-postlink-samplepgo-defaults.ll33 ; CHECK-EP-PIPELINE-START-NEXT: Running pass: NoOpModulePass
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp97 auto EP = LR.extendInBlock(Undefs, Indexes->getMBBStartIdx(UseMBB), Use); in extend() local
98 if (EP.first != nullptr || EP.second) in extend()
247 auto EP = LR.extendInBlock(Undefs, Start, End); in findReachingDefs() local
248 VNInfo *VNI = EP.first; in findReachingDefs()
249 FoundUndef |= EP.second; in findReachingDefs()
250 setLiveOutValue(Pred, EP.second ? &UndefVNI : VNI); in findReachingDefs()
256 if (VNI || EP.second) in findReachingDefs()
H A DSplitKit.cpp1392 for (ExtPoint &EP : ExtPoints) { in rewriteAssigned()
1393 LiveInterval &LI = LIS.getInterval(Edit->get(EP.RegIdx)); in rewriteAssigned()
1397 Register Reg = EP.MO.getReg(), Sub = EP.MO.getSubReg(); in rewriteAssigned()
1414 SubLIC.extend(S, EP.Next, 0, Undefs); in rewriteAssigned()
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dxcore-stringtype.c64 extern int* EP;
67 return I? EP : GP; in pointerType()
/llvm-project-15.0.7/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp71 ARCRuntimeEntryPoints EP; member in __anon634d4d930111::ObjCARCContract
149 Function *Decl = EP.get(ARCRuntimeEntryPointKind::RetainRV); in optimizeRetainCall()
183 Function *Decl = EP.get(Class == ARCInstKind::AutoreleaseRV in contractAutorelease()
388 Function *Decl = EP.get(ARCRuntimeEntryPointKind::StoreStrong); in tryToContractReleaseIntoStoreStrong()
529 EP.init(&M); in init()
H A DObjCARCOpts.cpp491 ARCRuntimeEntryPoints EP; member in __anonbfeb721b0211::ObjCARCOpt
658 Function *NewDecl = EP.get(ARCRuntimeEntryPointKind::Retain); in OptimizeRetainRVCall()
713 EP.get(ARCRuntimeEntryPointKind::Release), CallArg, "", Inst); in OptimizeInlinedAutoreleaseRVCall()
767 Function *NewDecl = EP.get(ARCRuntimeEntryPointKind::Autorelease); in OptimizeAutoreleaseRVCall()
1037 Function *Decl = EP.get(ARCRuntimeEntryPointKind::Release); in OptimizeIndividualCallImpl()
1814 Function *Decl = EP.get(ARCRuntimeEntryPointKind::Retain); in MoveCalls()
1827 Function *Decl = EP.get(ARCRuntimeEntryPointKind::Release); in MoveCalls()
2164 Function *Decl = EP.get(ARCRuntimeEntryPointKind::Retain); in OptimizeWeakCalls()
2193 Function *Decl = EP.get(ARCRuntimeEntryPointKind::Retain); in OptimizeWeakCalls()
2454 EP.init(&M); in init()
/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DEvalEmitter.cpp179 const Pointer &EP = Ptr.atIndex(I); in emitRetValue() local
181 TYPE_SWITCH(*T, Ok &= ReturnValue<T>(EP.deref<T>(), Slot)); in emitRetValue()
183 Ok &= Composite(ElemTy, EP.narrow(), Slot); in emitRetValue()
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp486 EndPrecompRecord EP; in shouldRemapType() local
488 EP)) in shouldRemapType()
492 PCHSignature.emplace(EP.getSignature()); in shouldRemapType()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h1526 auto EP = BPI->getEdgeProbability(SrcBB, DstBB);
1527 if (EP.isZero())
1550 auto EP = BPI->getEdgeProbability(DstBB, SrcBB);
1551 if (EP.isZero())
1588 auto EP = BPI->getEdgeProbability(BB, SI);
1589 if (EP.isZero())
1593 Scaled64::getFraction(EP.getNumerator(), EP.getDenominator());
/llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/
H A DTypeIndexDiscoveryTest.cpp589 EndPrecompRecord EP(TypeRecordKind::EndPrecomp); in TEST_F() local
590 EP.Signature = P.Signature; in TEST_F()
592 writeTypeRecords(P, EP); in TEST_F()
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DDefineInline.cpp255 for (size_t I = 0, EP = DestTPL->size(); I != EP; ++I) in renameParameters() local
/llvm-project-15.0.7/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp1960 if (auto EP = getMainEntryPoint(S)) in getEntryPoint() local
1961 EntryPoint = *EP; in getEntryPoint()
1963 return EP.takeError(); in getEntryPoint()
1972 if (auto EP = getOrcRuntimeEntryPoint(S)) in getEntryPoint() local
1973 EntryPoint = *EP; in getEntryPoint()
1975 return EP.takeError(); in getEntryPoint()
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp519 EndPrecompRecord &EP) { in visitKnownRecord() argument
520 P.format(" signature = {0:X+}", EP.Signature); in visitKnownRecord()
/llvm-project-15.0.7/llvm/tools/llvm-ml/
H A DOpts.td98 def output_preprocessed : UnsupportedFlag<"EP">, HelpText<"">;
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DP9InstrResources.td736 (instregex "DCB(F|T|ST)(EP)?$"),
737 (instregex "DCBZ(L)?(EP)?$"),
738 (instregex "DCBTST(EP)?$"),
740 (instregex "ICBI(EP)?$"),
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp1119 if (const auto *EP = dyn_cast<PathDiagnosticEventPiece>(subPiece.get())) { in ProcessMacroPiece() local
1126 << html::EscapeText(EP->getString()) in ProcessMacroPiece()
/llvm-project-15.0.7/compiler-rt/lib/orc/
H A Dsimple_packed_serialization.h209 static size_t size(const SPSEmpty &EP) { return 0; } in size() argument
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DSimplePackedSerialization.h219 static size_t size(const SPSEmpty &EP) { return 0; } in size() argument

12