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

  /external/swiftshader/third_party/subzero/src/
IceInstARM32.h 685 class InstARM32LoadBase : public InstARM32Pred {
686 InstARM32LoadBase() = delete;
687 InstARM32LoadBase(const InstARM32LoadBase &) = delete;
688 InstARM32LoadBase &operator=(const InstARM32LoadBase &) = delete;
691 static InstARM32LoadBase *create(Cfg *Func, Variable *Dest, Operand *Source,
693 return new (Func->allocate<InstARM32LoadBase>())
694 InstARM32LoadBase(Func, Dest, Source, Predicate);
711 InstARM32LoadBase(Cfg *Func, Variable *Dest, Operand *Source
    [all...]
IceInstARM32.cpp     [all...]

Completed in 45 milliseconds