Searched refs:SortedSpilledVariables (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceTargetLowering.cpp | 735 VarList &SortedSpilledVariables, SmallBitVector &RegsUsed, in getVarStackSlotParams() argument 801 SortedSpilledVariables.reserve(SpilledVariables.size()); in getVarStackSlotParams() 802 sortVarsByAlignment(SortedSpilledVariables, SpilledVariables); in getVarStackSlotParams() 804 for (Variable *Var : SortedSpilledVariables) { in getVarStackSlotParams() 853 void TargetLowering::assignVarStackSlots(VarList &SortedSpilledVariables, in assignVarStackSlots() argument 874 for (Variable *Var : SortedSpilledVariables) { in assignVarStackSlots()
|
H A D | IceTargetLowering.h | 421 void getVarStackSlotParams(VarList &SortedSpilledVariables, 443 void assignVarStackSlots(VarList &SortedSpilledVariables,
|
H A D | IceTargetLoweringMIPS32.h | 613 void assignVarStackSlots(VarList &SortedSpilledVariables,
|
H A D | IceTargetLoweringMIPS32.cpp | 114 void TargetMIPS32::assignVarStackSlots(VarList &SortedSpilledVariables, in assignVarStackSlots() argument 123 for (Variable *Var : SortedSpilledVariables) { in assignVarStackSlots() 1504 VarList SortedSpilledVariables; in addProlog() local 1527 getVarStackSlotParams(SortedSpilledVariables, RegsUsed, &GlobalsSize, in addProlog() 1687 assignVarStackSlots(SortedSpilledVariables, SpillAreaPaddingBytes, in addProlog()
|
H A D | IceTargetLoweringARM32.cpp | 1323 VarList SortedSpilledVariables; in addProlog() local 1345 getVarStackSlotParams(SortedSpilledVariables, RegsUsed, &GlobalsSize, in addProlog() 1502 assignVarStackSlots(SortedSpilledVariables, SpillAreaPaddingBytes, in addProlog()
|
H A D | IceTargetLoweringX8664.cpp | 890 VarList SortedSpilledVariables, VariablesLinkedToSpillSlots; in addProlog() local 917 getVarStackSlotParams(SortedSpilledVariables, RegsUsed, &GlobalsSize, in addProlog() 1066 assignVarStackSlots(SortedSpilledVariables, SpillAreaPaddingBytes, in addProlog()
|
H A D | IceTargetLoweringX8632.cpp | 878 VarList SortedSpilledVariables, VariablesLinkedToSpillSlots; in addProlog() local 905 getVarStackSlotParams(SortedSpilledVariables, RegsUsed, &GlobalsSize, in addProlog() 1074 assignVarStackSlots(SortedSpilledVariables, SpillAreaPaddingBytes, in addProlog()
|