Searched refs:Loop (Results 201 - 225 of 250) sorted by relevance

12345678910

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp613 Loop *L = LI->getLoopFor(I->getParent());
676 Loop *L = LI->getLoopFor(I->getParent());
843 Loop *L = LI->getLoopFor(BB);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp154 Value *llvm::stripGetElementPtr(Value *Ptr, ScalarEvolution *SE, Loop *Lp) {
171 Value *llvm::getUniqueCastUse(Value *Ptr, Loop *Lp, Type *Ty) {
187 Value *llvm::getStrideFromPointer(Value *Ptr, ScalarEvolution *SE, Loop *Lp) {
H A DLoads.cpp195 bool llvm::isDereferenceableAndAlignedInLoop(LoadInst *LI, Loop *L,
H A DBranchProbabilityInfo.cpp79 // Using "Loop Branch Heuristics" we predict weights of edges for the
550 computeUnlikelySuccessors(const BasicBlock *BB, Loop *L,
653 // Calculate Edge Weights using "Loop Branch Heuristics". Predict backedges
659 Loop *L = LI.getLoopFor(BB);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h392 void getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
454 void getPeelingPreferences(Loop *L, ScalarEvolution &SE,
462 bool isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE,
469 bool preferPredicateOverEpilogue(Loop *L, LoopInfo *LI, ScalarEvolution &SE,
/freebsd-13-stable/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-ppcfp.pl354 Loop: label
464 bdnz Loop
H A Dpoly1305-armv4.pl207 b .Loop
209 .Loop:
328 bhi .Loop
/freebsd-13-stable/crypto/openssl/crypto/sha/asm/
H A Dsha256-armv4.pl244 .Loop:
285 bne .Loop
H A Dsha512-armv4.pl311 .Loop:
490 bne .Loop
H A Dsha512-armv8.pl242 .Loop:
276 b.ne .Loop
H A Dsha1-mb-x86_64.pl432 jmp .Loop
435 .Loop:
485 jnz .Loop
H A Dsha256-mb-x86_64.pl316 jmp .Loop
319 .Loop:
389 jnz .Loop
/freebsd-13-stable/crypto/openssl/crypto/
H A Dsparccpuid.S497 .Loop: .word 0x99410000 !rd %tick,%o4
510 bnz .Loop
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp227 Loop *L = State->LI->getLoopFor(State->CFG.LastBB);
475 assert(VectorHeaderBB && "Loop preheader does not have a single successor.");
480 Loop *L = State->LI->getLoopFor(VectorHeaderBB);
549 assert(LoopHeaderBB && "Loop preheader does not have a single successor.");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp243 void SystemZTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
297 void SystemZTTIImpl::getPeelingPreferences(Loop *L, ScalarEvolution &SE,
564 // Loop vectorizer calls here to figure out the extra cost of
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp232 // Loop over basic blocks where CurLI is live.
332 // Loop over basic blocks where li is live.
914 const MachineLoop *Loop = Loops.getLoopFor(MBB); local
918 if (!Loop) {
926 if (Loop == DefLoop) {
934 unsigned Depth = Loop->getLoopDepth();
945 MachineDomTreeNode *IDom = MDT[Loop->getHeader()]->getIDom();
/freebsd-13-stable/sys/crypto/openssl/amd64/
H A Drc4-md5-x86_64.S59 jmp .Loop
62 .Loop:
1253 jb .Loop
H A Dpoly1305-x86_64.S92 jmp .Loop
95 .Loop:
140 jnz .Loop
/freebsd-13-stable/sys/crypto/openssl/arm/
H A Dpoly1305-armv4.S155 b .Loop
157 .Loop:
276 bhi .Loop
H A Dchacha-armv4.S86 b .Loop
89 .Loop:
199 bne .Loop
1303 b .Loop @ go integer-only
H A Dghash-armv4.S242 .Loop:
280 bpl .Loop
/freebsd-13-stable/sys/crypto/openssl/aarch64/
H A Dkeccak1600-armv8.S41 b .Loop
43 .Loop:
200 bne .Loop
H A Dpoly1305-armv8.S78 b .Loop
81 .Loop:
123 cbnz x2,.Loop
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp930 os << "Loop condition is true. ";
947 Start, End, "Loop condition is false. Exiting loop"));
957 os << "Loop condition is false. ";
972 Start, End, "Loop condition is true. Entering loop body"));
1113 constexpr llvm::StringLiteral StrLoopBodyZero = "Loop body executed 0 times";
1115 "Loop body skipped when range is empty";
1117 "Loop body skipped when collection is empty";
1241 if (const Stmt *Loop = BE->getSrc()->getLoopTarget()) {
1242 PathDiagnosticLocation L(Loop, SM, C.getCurrLocationContext());
1245 if (const auto *FS = dyn_cast<ForStmt>(Loop))
[all...]
/freebsd-13-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-x86_64.pl172 jmp .Loop$N
175 .Loop$N:
203 jmp .Loop$N

Completed in 386 milliseconds

12345678910