Home
last modified time | relevance | path

Searched refs:shouldIgnoreForPipelining (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h730 virtual bool shouldIgnoreForPipelining(const MachineInstr *MI) const = 0;
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2716 if (SU.isInstr() && PLI->shouldIgnoreForPipelining(SU.getInstr())) in computeUnpipelineableNodes()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp748 bool shouldIgnoreForPipelining(const MachineInstr *MI) const override { in shouldIgnoreForPipelining() function in __anon1386be150111::HexagonPipelinerLoopInfo
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp5433 bool shouldIgnoreForPipelining(const MachineInstr *MI) const override { in shouldIgnoreForPipelining() function in __anondb7155640c11::PPCPipelinerLoopInfo
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp6772 bool shouldIgnoreForPipelining(const MachineInstr *MI) const override { in shouldIgnoreForPipelining() function in __anona6c080bc0a11::ARMPipelinerLoopInfo