Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp274 if (HII->isDeallocRet(MI)) in isCallDependent()
1092 if (MI->isCall() || HII->isDeallocRet(MI) || HII->isNewValueJump(MI)) in hasControlDependence()
1106 return HII->isDeallocRet(I) && in hasControlDependence()
1129 return (StoreJ && HII->isDeallocRet(I)) || (StoreI && HII->isDeallocRet(J)); in hasV4SpecificDependence()
DHexagonInstrInfo.h297 bool isDeallocRet(const MachineInstr *MI) const;
DHexagonInstrInfo.cpp1948 bool HexagonInstrInfo::isDeallocRet(const MachineInstr *MI) const { in isDeallocRet() function in HexagonInstrInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp299 if (HII->isDeallocRet(MI)) in isCallDependent()
1238 if (MI.isCall() || HII->isDeallocRet(MI) || HII->isNewValueJump(MI)) in hasControlDependence()
1252 return HII->isDeallocRet(I) && in hasControlDependence()
1305 return (StoreJ && HII->isDeallocRet(I)) || (StoreI && HII->isDeallocRet(J)); in hasV4SpecificDependence()
DHexagonInstrInfo.h360 bool isDeallocRet(const MachineInstr &MI) const;
DHexagonInstrInfo.cpp2018 bool HexagonInstrInfo::isDeallocRet(const MachineInstr &MI) const { in isDeallocRet() function in HexagonInstrInfo