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 701 class InstRet : public InstHighLevel {
702 InstRet() = delete;
703 InstRet(const InstRet &) = delete;
704 InstRet &operator=(const InstRet &) = delete;
707 static InstRet *create(Cfg *Func, Operand *RetValue = nullptr) {
708 return new (Func->allocate<InstRet>()) InstRet(Func, RetValue);
721 InstRet(Cfg *Func, Operand *RetValue)
    [all...]

Completed in 39 milliseconds