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

  /external/swiftshader/third_party/subzero/src/
IceInstX86Base.h 287 class InstX86GetIP final : public InstX86Base {
288 InstX86GetIP() = delete;
289 InstX86GetIP(const InstX86GetIP &) = delete;
290 InstX86GetIP &operator=(const InstX86GetIP &) = delete;
293 static InstX86GetIP *create(Cfg *Func, Variable *Dest) {
294 return new (Func->allocate<InstX86GetIP>()) InstX86GetIP(Func, Dest);
304 InstX86GetIP(Cfg *Func, Variable *Dest)
    [all...]
IceInstX86BaseImpl.h 61 InstImpl<TraitsType>::InstX86GetIP::InstX86GetIP(Cfg *Func, Variable *Dest)
424 void InstImpl<TraitsType>::InstX86GetIP::emit(const Cfg *Func) const {
438 void InstImpl<TraitsType>::InstX86GetIP::emitIAS(const Cfg *Func) const {
447 void InstImpl<TraitsType>::InstX86GetIP::dump(const Cfg *Func) const {
    [all...]

Completed in 45 milliseconds