Searched refs:Instrs (Results 26 - 32 of 32) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1365 void emitCFIInstructions(ArrayRef<MCCFIInstruction> Instrs,
1508 void FrameEmitterImpl::emitCFIInstructions(ArrayRef<MCCFIInstruction> Instrs, argument
1510 for (const MCCFIInstruction &Instr : Instrs) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1761 const SmallVectorImpl<Instruction *> &Instrs) const {
1763 OS.indent(Depth + 2) << *Instrs[Source] << " -> \n";
1764 OS.indent(Depth + 2) << *Instrs[Destination] << "\n";
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h269 void fixupRegisterOverlaps(std::deque<SUnit *> &Instrs);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp996 std::vector<MachineInstr*> Instrs;
998 Instrs.push_back(&*I);
1000 for (auto MI : Instrs) {
1724 std::vector<MachineInstr*> Instrs;
1726 Instrs.push_back(&*I);
1729 for (auto I : Instrs) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp2166 std::vector<MachineInstr *> Instrs; local
2170 Instrs.push_back(&MI);
2177 ModuloSchedule MS(MF, &L, std::move(Instrs), std::move(Cycle),
H A DMachinePipeliner.cpp2853 void SwingSchedulerDAG::fixupRegisterOverlaps(std::deque<SUnit *> &Instrs) { argument
2856 for (SUnit *SU : Instrs) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1010 const std::vector<MCCFIInstruction> &Instrs = MF->getFrameInstructions(); local
1012 const MCCFIInstruction &CFI = Instrs[CFIIndex];

Completed in 144 milliseconds

12