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

  /external/swiftshader/third_party/subzero/src/
IceTargetLowering.cpp 779 VarList &SortedSpilledVariables, SmallBitVector &RegsUsed,
845 SortedSpilledVariables.reserve(SpilledVariables.size());
846 sortVarsByAlignment(SortedSpilledVariables, SpilledVariables);
848 for (Variable *Var : SortedSpilledVariables) {
897 void TargetLowering::assignVarStackSlots(VarList &SortedSpilledVariables,
    [all...]
IceTargetLowering.h 450 /// place them in a sorted list (SortedSpilledVariables). Among those, vars,
465 void getVarStackSlotParams(VarList &SortedSpilledVariables,
482 /// Make a pass through the SortedSpilledVariables and actually assign stack
487 void assignVarStackSlots(VarList &SortedSpilledVariables,
IceTargetLoweringMIPS32.h 640 /// Make a pass through the SortedSpilledVariables and actually assign stack
645 void assignVarStackSlots(VarList &SortedSpilledVariables,
    [all...]
IceTargetLoweringMIPS32.cpp 115 void TargetMIPS32::assignVarStackSlots(VarList &SortedSpilledVariables,
124 for (Variable *Var : SortedSpilledVariables) {
    [all...]
IceTargetLoweringARM32.cpp     [all...]
IceTargetLoweringX86BaseImpl.h     [all...]

Completed in 3595 milliseconds