Searched refs:isLoadSS (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | LiveIntervalAnalysis.cpp | 1199 bool isLoad, bool isLoadSS, bool DefIsReMat, bool CanDelete, in rewriteInstructionForSpills() argument 1239 FoldSS = isLoadSS; in rewriteInstructionForSpills() 1422 bool isLoad, bool isLoadSS, bool DefIsReMat, bool CanDelete, in rewriteInstructionsForSpills() argument 1448 if (Slot != VirtRegMap::MAX_STACK_SLOT || isLoadSS) { in rewriteInstructionsForSpills() 1452 int FI = isLoadSS ? LdSlot : (int)Slot; in rewriteInstructionsForSpills() 1549 Slot, LdSlot, isLoad, isLoadSS, DefIsReMat, in rewriteInstructionsForSpills() 1790 bool isLoadSS = DefIsReMat && tii_->isLoadFromStackSlot(ReMatDefMI, LdSlot); in addIntervalsForSpills() local 1791 bool isLoad = isLoadSS || in addIntervalsForSpills() 1802 Slot, LdSlot, isLoad, isLoadSS, DefIsReMat, in addIntervalsForSpills() 1879 bool isLoadSS = DefIsReMat && tii_->isLoadFromStackSlot(ReMatDefMI, LdSlot); in addIntervalsForSpills() local [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | LiveIntervalAnalysis.h | 441 bool isLoad, bool isLoadSS, bool DefIsReMat, bool CanDelete, 450 bool isLoad, bool isLoadSS, bool DefIsReMat, bool CanDelete,
|