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

12345678910

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp787 void Fuzzer::Loop(Vector<SizedFile> &CorporaFiles) { function in class:fuzzer::Fuzzer
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp240 void SystemZTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE,
535 // Loop vectorizer calls here to figure out the extra cost of
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp36 static void getPhiRegs(MachineInstr &Phi, MachineBasicBlock *Loop, argument
43 if (Phi.getOperand(i + 1).getMBB() != Loop)
H A DCodeGenPrepare.cpp642 SmallVector<Loop *, 16> LoopList(LI->begin(), LI->end());
644 Loop *L = LoopList.pop_back_val();
677 // Loop preheaders can be good locations to spill registers. If the
4546 // Loop over all the uses, recursively processing them.
/freebsd-12-stable/secure/lib/libcrypto/aarch64/
H A Dsha1-armv8.S36 .Loop:
1069 cbnz x2,.Loop
H A Dsha256-armv8.S102 .Loop:
1034 b.ne .Loop
H A Dsha512-armv8.S100 .Loop:
1032 b.ne .Loop
H A Dchacha-armv8.S87 .Loop:
185 cbnz x4,.Loop
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h770 VPWidenGEPRecipe(GetElementPtrInst *GEP, Loop *OrigLoop)
H A DSLPVectorizer.cpp15 // "Loop-Aware SLP in GCC" by Ira Rosen, Dorit Nuzman, Ayal Zaks.
4746 Loop *L = LI->getLoopFor(I->getParent());
7055 Loop *BBL = LI->getLoopFor(ParentBB);
/freebsd-12-stable/secure/lib/libcrypto/amd64/
H A Dchacha-x86_64.S106 jmp .Loop
109 .Loop:
215 jnz .Loop
H A Dsha1-mb-x86_64.S73 jmp .Loop
76 .Loop:
2546 jnz .Loop
H A Dsha256-mb-x86_64.S76 jmp .Loop
79 .Loop:
2615 jnz .Loop
/freebsd-12-stable/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-x86_64.pl261 jmp .Loop
264 .Loop:
274 jnz .Loop
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp552 for (Loop *L : LI) {
H A DValueTracking.cpp3551 // Loop the indices for the insertvalue instruction in parallel with the
3855 Loop *L = LI->getLoopFor(PN->getParent());
4482 const Loop *L) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp201 // Loop over the blocks, adding them to our set-vector, and aborting with an
254 CodeExtractor::CodeExtractor(DominatorTree &DT, Loop &L, bool AggregateArgs,
661 // Loop over all of the predecessors of OldPred that are in the region,
681 // Loop over all of the incoming value in PN, moving them to NewPN if they
1543 // Loop over all of the PHI nodes in the header and exit blocks, and change
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1478 Loop *L = LI->getLoopFor(BB);
/freebsd-12-stable/contrib/gcc/config/arm/
H A Dieee754-df.S929 @ Loop again for the low word if this pass was for the high word.
/freebsd-12-stable/crypto/openssl/crypto/chacha/asm/
H A Dchacha-x86_64.pl321 jmp .Loop
324 .Loop:
329 &jnz (".Loop");
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1849 if (Loop *L = LI->getLoopFor(GEP.getParent())) {
3109 // At this point we know that both filters are ConstantArrays. Loop over
/freebsd-12-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex3963 % Loop until we get a decent breakpoint.
/freebsd-12-stable/contrib/amd/doc/
H A Dtexinfo.tex5226 % Loop until we get a decent breakpoint.

Completed in 508 milliseconds

12345678910