HomeSort by relevance Sort by last modified time
    Searched defs:InstRet (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceInst.cpp 474 InstRet::InstRet(Cfg *Func, Operand *RetValue)
922 void InstRet::dump(const Cfg *Func) const {
    [all...]
IceInst.h 694 class InstRet : public InstHighLevel {
695 InstRet() = delete;
696 InstRet(const InstRet &) = delete;
697 InstRet &operator=(const InstRet &) = delete;
700 static InstRet *create(Cfg *Func, Operand *RetValue = nullptr) {
701 return new (Func->allocate<InstRet>()) InstRet(Func, RetValue);
714 InstRet(Cfg *Func, Operand *RetValue)
    [all...]

Completed in 172 milliseconds