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

  /external/swiftshader/third_party/subzero/src/
IceOperand.h 717 bool getIsArg() const { return IsArgument; }
    [all...]
IceOperand.cpp 434 if (Var->getIsArg())
444 if (Var->getIsArg())
465 if (Var->getIsArg())
IceRegAlloc.cpp 229 if (!Var->getIsArg() && LRBegin[VarNum] == Inst::NumberSentinel)
    [all...]
IceTargetLowering.cpp 826 if (Var->getIsArg()) {
    [all...]

Completed in 76 milliseconds