Searched refs:SortedSpilledVariables (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLowering.cpp | 766 VarList &SortedSpilledVariables, SmallBitVector &RegsUsed, in getVarStackSlotParams() argument 832 SortedSpilledVariables.reserve(SpilledVariables.size()); in getVarStackSlotParams() 833 sortVarsByAlignment(SortedSpilledVariables, SpilledVariables); in getVarStackSlotParams() 835 for (Variable *Var : SortedSpilledVariables) { in getVarStackSlotParams() 884 void TargetLowering::assignVarStackSlots(VarList &SortedSpilledVariables, in assignVarStackSlots() argument 905 for (Variable *Var : SortedSpilledVariables) { in assignVarStackSlots()
|
D | IceTargetLowering.h | 456 void getVarStackSlotParams(VarList &SortedSpilledVariables, 478 void assignVarStackSlots(VarList &SortedSpilledVariables,
|
D | IceTargetLoweringMIPS32.h | 645 void assignVarStackSlots(VarList &SortedSpilledVariables,
|
D | IceTargetLoweringMIPS32.cpp | 115 void TargetMIPS32::assignVarStackSlots(VarList &SortedSpilledVariables, in assignVarStackSlots() argument 124 for (Variable *Var : SortedSpilledVariables) { in assignVarStackSlots() 1519 VarList SortedSpilledVariables; in addProlog() local 1542 getVarStackSlotParams(SortedSpilledVariables, RegsUsed, &GlobalsSize, in addProlog() 1701 assignVarStackSlots(SortedSpilledVariables, SpillAreaPaddingBytes, in addProlog()
|
D | IceTargetLoweringARM32.cpp | 1472 VarList SortedSpilledVariables; in addProlog() local 1494 getVarStackSlotParams(SortedSpilledVariables, RegsUsed, &GlobalsSize, in addProlog() 1656 assignVarStackSlots(SortedSpilledVariables, SpillAreaPaddingBytes, in addProlog()
|
D | IceTargetLoweringX86BaseImpl.h | 1065 VarList SortedSpilledVariables, VariablesLinkedToSpillSlots; 1092 getVarStackSlotParams(SortedSpilledVariables, RegsUsed, &GlobalsSize, 1275 assignVarStackSlots(SortedSpilledVariables, SpillAreaPaddingBytes,
|