Home
last modified time | relevance | path

Searched refs:predCanBeUsedAsDotNew (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h434 bool predCanBeUsedAsDotNew(const MachineInstr &MI, Register PredReg) const;
H A DHexagonVLIWPacketizer.cpp883 return HII->predCanBeUsedAsDotNew(PI, DepReg); in canPromoteToDotNew()
H A DHexagonInstrInfo.cpp3200 bool HexagonInstrInfo::predCanBeUsedAsDotNew(const MachineInstr &MI, in predCanBeUsedAsDotNew() function in HexagonInstrInfo