Searched refs:Loop (Results 226 - 250 of 519) sorted by relevance

1234567891011>>

/netbsd-current/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/
H A Dkeccak1600p8-ppc.S10 b .Loop
13 .Loop:
133 bc 16,0,.Loop
H A Dkeccak1600-ppc64.S8 b .Loop
10 .Loop:
173 bc 16,0,.Loop
H A Dpoly1305-ppcfp.S289 .Loop:
399 bc 16,0,.Loop
/netbsd-current/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/
H A Dkeccak1600p8-ppc.S10 b .Loop
13 .Loop:
133 bc 16,0,.Loop
H A Dpoly1305-ppcfp.S279 .Loop:
389 bc 16,0,.Loop
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp66 void HexagonTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
71 void HexagonTTIImpl::getPeelingPreferences(Loop *L, ScalarEvolution &SE,
84 HexagonTTIImpl::getPreferredAddressingMode(const Loop *L,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp1 //===-------- LoopDataPrefetch.cpp - Loop Data Prefetching Pass -----------===//
9 // This file implements a Loop Data Prefetching Pass.
61 /// Loop prefetch implementation class.
72 bool runOnLoop(Loop *L);
140 "Loop Data Prefetch", false, false)
147 "Loop Data Prefetch", false, false)
220 for (Loop *I : *LI)
270 bool LoopDataPrefetch::runOnLoop(Loop *L) {
372 LLVM_DEBUG(dbgs() << "Loop has: "
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp108 else if (any_isa<const Loop *>(IR))
109 runAfterPass(any_cast<const Loop *>(IR));
133 void PseudoProbeVerifier::runAfterPass(const Loop *L) {
/netbsd-current/crypto/external/bsd/openssl.old/lib/libcrypto/arch/powerpc64/
H A Dkeccak1600-ppc64.S8 b .Loop
10 .Loop:
173 bc 16,0,.Loop
H A Dkeccak1600p8-ppc.S10 b .Loop
13 .Loop:
133 bc 16,0,.Loop
/netbsd-current/crypto/external/bsd/openssl.old/lib/libcrypto/arch/powerpc/
H A Dkeccak1600p8-ppc.S10 b .Loop
13 .Loop:
133 bc 16,0,.Loop
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp261 while (const Loop *L = SE.LI.getLoopFor(Builder.GetInsertBlock())) {
594 while (const Loop *L = SE.LI.getLoopFor(Builder.GetInsertBlock())) {
611 while (const Loop *L = SE.LI.getLoopFor(Builder.GetInsertBlock())) {
649 static const Loop *PickMostRelevantLoop(const Loop *A, const Loop *B,
662 const Loop *SCEVExpander::getRelevantLoop(const SCEV *S) {
678 const Loop *L = nullptr;
686 const Loop *Result = getRelevantLoop(C->getOperand());
690 const Loop *Resul
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGParser.cpp197 // Loop over bits, assigning values as appropriate.
234 // Loop over all the subclass record's fields. Add template arguments
249 // Loop over the template argument names. If a value was specified,
298 for (auto &E : Entry.Loop->Entries) {
347 assert((!!E.Rec + !!E.Loop + !!E.Assertion) == 1 &&
357 if (E.Loop) {
359 return resolve(*E.Loop, Stack, CurMultiClass == nullptr,
379 /// Resolve the entries in \p Loop, going over inner loops recursively
384 bool TGParser::resolve(const ForeachLoop &Loop, SubstStack &Substs, argument
390 Init *List = Loop
3176 std::unique_ptr<ForeachLoop> Loop = std::move(Loops.back()); local
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerInternal.h39 void Loop(const Vector<std::string> &CorpusDirs);
/netbsd-current/external/lgpl3/gmp/dist/mpn/alpha/
H A Dmod_34lsub1.asm87 $Loop: cmpult a0, l0, r0
101 bge r17, $Loop
H A Dsubmul_1.asm65 $Loop: mulq r2,r19,r3 C r3 = prod_low
79 bne r18,$Loop
H A Daddmul_1.asm65 $Loop: mulq r2,r19,r3 C r3 = prod_low
79 bne r18,$Loop
/netbsd-current/external/lgpl3/gmp/dist/mpn/pa64/
H A Dudiv.asm77 LDEF(Loop)
79 addib,<> -1,%r31,L(Loop)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDDGPrinter.cpp32 PreservedAnalyses DDGDotPrinterPass::run(Loop &L, LoopAnalysisManager &AM,
H A DCodeMetrics.cpp71 const Loop *L, AssumptionCache *AC,
H A DDelinearization.cpp71 for (Loop *L = LI->getLoopFor(BB); L != nullptr; L = L->getParentLoop()) {
83 O << "In Loop with Header: " << L->getHeader()->getName() << "\n";
/netbsd-current/usr.sbin/mopd/mopprobe/
H A Dmopprobe.c110 Loop();
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/poly1305/asm/
H A Dpoly1305-ia64.S146 brp.loop.imp .Loop,.Lcend-16 }
161 (p8) br.cond.sptk .Loop };;
186 .Loop:
265 br.ctop.sptk .Loop };;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1 //===- LoopVectorize.cpp - A Loop Vectorizer ------------------------------===//
369 cl::desc("Enable loop interleaving in Loop vectorization passes"));
372 cl::desc("Run the Loop vectorization passes"));
418 static Optional<unsigned> getSmallBestKnownTC(ScalarEvolution &SE, Loop *L) {
456 InnerLoopVectorizer(Loop *OrigLoop, PredicatedScalarEvolution &PSE,
590 PHINode *createInductionVariable(Loop *L, Value *Start, Value *End,
685 Value *getOrCreateTripCount(Loop *NewLoop);
688 Value *getOrCreateVectorTripCount(Loop *NewLoop);
697 void emitMinimumIterationCountCheck(Loop *L, BasicBlock *Bypass);
702 BasicBlock *emitSCEVChecks(Loop *
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpn/m88k/
H A Dsub_n.s73 Loop: addu r3,r3,32 label
108 bcnd.n ne0,r10,Loop ; subtract 1 + 8r limbs

Completed in 393 milliseconds

1234567891011>>