Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp309 if (HII->isDeallocRet(MI)) in isCallDependent()
1252 if (MI.isCall() || HII->isDeallocRet(MI) || HII->isNewValueJump(MI)) in hasControlDependence()
1266 return HII->isDeallocRet(I) && in hasControlDependence()
1319 return (StoreJ && HII->isDeallocRet(I)) || (StoreI && HII->isDeallocRet(J)); in hasDualStoreDependence()
H A DHexagonInstrInfo.h362 bool isDeallocRet(const MachineInstr &MI) const;
H A DHexagonInstrInfo.cpp2195 bool HexagonInstrInfo::isDeallocRet(const MachineInstr &MI) const { in isDeallocRet() function in HexagonInstrInfo