Home
last modified time | relevance | path

Searched refs:Again (Results 1 – 25 of 48) sorted by relevance

12

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DDetectDeadLanes.cpp529 bool Again = false; in runOnce() local
560 Again = true; in runOnce()
567 return std::make_pair(Changed, Again); in runOnce()
590 bool Again; in runOnMachineFunction() local
593 std::tie(LocalChanged, Again) = runOnce(MF); in runOnMachineFunction()
595 } while(Again); in runOnMachineFunction()
H A DRegisterScavenging.cpp773 bool Again = scavengeFrameVirtualRegsInBlock(MRI, RS, MBB); in scavengeFrameVirtualRegs() local
774 if (Again) { in scavengeFrameVirtualRegs()
777 Again = scavengeFrameVirtualRegsInBlock(MRI, RS, MBB); in scavengeFrameVirtualRegs()
780 if (Again) in scavengeFrameVirtualRegs()
H A DRegisterCoalescer.cpp250 bool joinCopy(MachineInstr *CopyMI, bool &Again);
1897 bool RegisterCoalescer::joinCopy(MachineInstr *CopyMI, bool &Again) { in joinCopy() argument
1898 Again = false; in joinCopy()
2003 Again = true; // May be possible to coalesce later. in joinCopy()
2070 Again = true; // May be possible to coalesce later. in joinCopy()
3920 bool Again = false; in copyCoalesceWorkList() local
3921 bool Success = joinCopy(MI, Again); in copyCoalesceWorkList()
3923 if (Success || !Again) in copyCoalesceWorkList()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonGenPredicate.cpp511 bool Again; in runOnMachineFunction() local
513 Again = false; in runOnMachineFunction()
521 Again = true; in runOnMachineFunction()
524 Changed |= Again; in runOnMachineFunction()
530 } while (Again); in runOnMachineFunction()
/llvm-project-15.0.7/lld/test/COFF/
H A Dgc-dwarf.s55 # Similarly, .eh_frame unwind info should not keep functions alive. Again, this
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dfp16-no-condition.ll75 ; Again, do the corresponding test with 32-bit floats and check that
/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dshift-03.ll92 ; Check the next value up. Again, we could mask the amount instead.
H A Dshift-02.ll92 ; Check the next value up. Again, we could mask the amount instead.
H A Dshift-01.ll92 ; Check the next value up. Again, we could mask the amount instead.
H A Dshift-05.ll117 ; Again, we could mask the shift amount instead.
H A Dshift-07.ll117 ; Again, we could mask the shift amount instead.
H A Dshift-06.ll117 ; Again, we could mask the shift amount instead.
H A Dshift-08.ll147 ; Again, we could mask the shift amount instead.
H A Dshift-04.ll146 ; Again, we could mask the shift amount instead.
/llvm-project-15.0.7/llvm/docs/HistoricalNotes/
H A D2001-06-01-GCCOptimizations2.txt36 > feasible and should be fun. (Again, link time cost is the issue.)
H A D2001-02-06-TypeNotationDebateResp1.txt31 Again, I don't disagree with this at all. But to some extent this
H A D2001-02-06-TypeNotationDebateResp4.txt24 > Again, I don't disagree with this at all. But to some extent this
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dsetjmp-spills.ll39 ; Again, keep enough variables live that they need spill slots. Since
H A Dcombine-multiplies.ll95 ; Again, we want to make sure we don't generate two different multiplies.
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Dinstr-ref-track-clobbers.mir20 ## Again, the DBG_VALUE can come either after the copy to $rax or the kill of
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp969 bool Again = Lexer.is(AsmToken::Identifier); in tryParseRegister() local
971 while (Again) { in tryParseRegister()
986 Again = (Contigious && Type) || (Workaround && Type); in tryParseRegister()
987 NeededWorkaround = NeededWorkaround || (Again && !(Contigious && Type)); in tryParseRegister()
/llvm-project-15.0.7/llvm/test/Analysis/BasicAA/
H A Dfeaturetest.ll60 ; interfere with each other. Again, important for scientific codes.
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Duse-after-move.rst170 particular case, it does not. Again, this is intentional.
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Daddsub-shifted.ll279 ; Again, it's important that cmn isn't used here in case %rhs64 == 0.
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Daggregate-reconstruction.ll281 ; Again, we should first try to perform local reasoning, without looking to predecessors.

12