Searched refs:Loop (Results 301 - 325 of 519) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp133 bool isInvariantIn(Value *Val, Loop *L);
134 bool isInvariantIn(GepNode *Node, Loop *L);
135 bool isInMainPath(BasicBlock *B, Loop *L);
828 bool HexagonCommonGEP::isInvariantIn(Value *Val, Loop *L) {
838 bool HexagonCommonGEP::isInvariantIn(GepNode *Node, Loop *L) {
845 bool HexagonCommonGEP::isInMainPath(BasicBlock *B, Loop *L) {
856 static BasicBlock *preheader(DominatorTree *DT, Loop *L) {
893 Loop *Lp = LI->getLoopFor(LocB);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3150 static void PrintParentLoopComment(raw_ostream &OS, const MachineLoop *Loop, argument
3152 if (!Loop) return;
3153 PrintParentLoopComment(OS, Loop->getParentLoop(), FunctionNumber);
3154 OS.indent(Loop->getLoopDepth()*2)
3155 << "Parent Loop BB" << FunctionNumber << "_"
3156 << Loop->getHeader()->getNumber()
3157 << " Depth=" << Loop->getLoopDepth() << '\n';
3162 static void PrintChildLoopComment(raw_ostream &OS, const MachineLoop *Loop, argument
3165 for (const MachineLoop *CL : *Loop) {
3167 << "Child Loop B
3179 const MachineLoop *Loop = LI->getLoopFor(&MBB); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp346 LLVM_DEBUG(dbgs() << "Unable to analyzeBranch, can NOT pipeline Loop\n");
359 LLVM_DEBUG(dbgs() << "Unable to analyzeLoop, can NOT pipeline Loop\n");
370 LLVM_DEBUG(dbgs() << "Preheader not found, can NOT pipeline Loop\n");
508 DEBUG_TYPE, "schedule", Loop.getStartLoc(), Loop.getHeader())
521 DEBUG_TYPE, "schedule", Loop.getStartLoc(), Loop.getHeader())
571 DEBUG_TYPE, "schedule", Loop.getStartLoc(), Loop.getHeader())
584 DEBUG_TYPE, "schedule", Loop
662 getPhiRegs(MachineInstr &Phi, MachineBasicBlock *Loop, unsigned &InitVal, unsigned &LoopVal) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp23 // (such as MVC) and Loop is the opcode to use for loops (such as MVC_LOOP).
26 unsigned Loop, SDValue Chain, SDValue Dst,
41 return DAG.getNode(Loop, DL, MVT::Other, Chain, Dst, Src,
25 emitMemMem(SelectionDAG &DAG, const SDLoc &DL, unsigned Sequence, unsigned Loop, SDValue Chain, SDValue Dst, SDValue Src, uint64_t Size) argument
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp108 clEnumValN(exegesis::InstructionBenchmark::Loop, "loop",
109 "Loop over the snippet"),
320 InstructionBenchmark::RepetitionModeE::Loop})
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/
H A Ds390xcpuid.pl204 .Loop: stg %r0,0(%r2)
206 brctg %r4,.Loop
H A Dia64cpuid.S235 .Loop:
248 (p6) br.cond.dptk .Loop };;
H A Dppccpuid.pl224 Loop: mftb $tick label
233 bdnz Loop
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/poly1305/asm/
H A Dpoly1305-mips.pl213 .Loop:
326 bnez $len,.Loop
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/
H A Dia64cpuid.S235 .Loop:
248 (p6) br.cond.dptk .Loop };;
H A Dppccpuid.pl228 Loop: mftb $tick label
237 bdnz Loop
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/poly1305/asm/
H A Dpoly1305-mips.pl217 .Loop:
330 bnez $len,.Loop
/netbsd-current/sys/arch/hppa/stand/common/
H A Dsrt0.S150 forever: ; Loop until bus reset takes effect.
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/pentium/
H A Dlshift.asm175 L(Loop):
210 jnz L(Loop)
H A Drshift.asm175 L(Loop):
210 jnz L(Loop)
/netbsd-current/external/lgpl3/gmp/dist/mpn/alpha/
H A Dsub_n.asm77 $Loop: cmpult r28,r25,r25 C compute cy from last subtract
113 bge r19,$Loop
H A Dadd_n.asm77 $Loop: cmpult r21,r28,r25 C compute cy from last add
113 bge r19,$Loop
/netbsd-current/external/lgpl3/gmp/dist/mpn/ia64/
H A Dmod_34lsub1.asm59 C (p9) br.cond .Loop
88 shr.u r8 = r8, 1 C Loop count
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp221 Loop, enumerator in enum:__anon2649::final::NestingType
288 case Loop:
553 push(Loop); variable
583 if (pop(Name, Loop))
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp406 Loop *DominatedInstrLoop = LI.getLoopFor(DominatedInstr->getParent());
407 Loop *DominatingGuardLoop = LI.getLoopFor(DominatingGuard->getParent());
778 PreservedAnalyses GuardWideningPass::run(Loop &L, LoopAnalysisManager &AM,
829 bool runOnLoop(Loop *L, LPPassManager &LPM) override {
/netbsd-current/external/apache2/llvm/dist/llvm/tools/opt/
H A DPassPrinters.cpp139 bool runOnLoop(Loop *L, LPPassManager &LPM) override {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp280 Loop *L, ScalarEvolution &SE, AssumptionCache &AC,
286 Loop *L, LoopInfo *LI, ScalarEvolution &SE, AssumptionCache &AC,
320 Loop *L, ScalarEvolution &SE, UnrollingPreferences &UP) const {
324 void TargetTransformInfo::getPeelingPreferences(Loop *L, ScalarEvolution &SE,
362 bool TargetTransformInfo::canSaveCmp(Loop *L, BranchInst **BI,
370 TargetTransformInfo::getPreferredAddressingMode(const Loop *L,
/netbsd-current/external/lgpl3/gmp/dist/mpn/powerpc32/
H A Daddmul_1.asm52 C Loop Analysis for the 604:
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DRegionInfo.h62 class Loop;
96 using LoopT = Loop;
482 /// Find for a Loop L the outermost loop OuterL that is a parent loop of L
H A DValueTracking.h40 class Loop;
581 const Loop *L);
773 /// condition of the match the presence of a Loop with P's parent as it's

Completed in 198 milliseconds

<<11121314151617181920>>