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

  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringMIPS32.cpp 229 bool PartialOnStack = false;
233 PartialOnStack = true;
240 // If PartialOnStack is true and if this is a vector type then last two
242 if (PartialOnStack && isVectorType(Ty)) {
    [all...]
IceTargetLoweringMIPS32.h 715 void finishArgumentLowering(Variable *Arg, bool PartialOnStack,
    [all...]

Completed in 46 milliseconds