Searched refs:TrySplit (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | LiveIntervalAnalysis.cpp | 1195 bool TrySplit, SlotIndex index, SlotIndex end, in rewriteInstructionForSpills() argument 1280 if (!TrySplit) { in rewriteInstructionForSpills() 1356 if (TrySplit) in rewriteInstructionForSpills() 1418 rewriteInstructionsForSpills(const LiveInterval &li, bool TrySplit, in rewriteInstructionsForSpills() argument 1513 if (TrySplit) { in rewriteInstructionsForSpills() 1537 if (NewVReg && TrySplit && AllCanFold) { in rewriteInstructionsForSpills() 1547 bool CanFold = rewriteInstructionForSpills(li, I->valno, TrySplit, in rewriteInstructionsForSpills() 1559 if (!TrySplit) { in rewriteInstructionsForSpills() 1641 if (NewVReg && TrySplit && AllCanFold) { in rewriteInstructionsForSpills() 1821 bool TrySplit = !intervalIsInOneMBB(li); in addIntervalsForSpills() local [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | LiveIntervalAnalysis.h | 438 bool TrySplit, SlotIndex index, SlotIndex end, 447 void rewriteInstructionsForSpills(const LiveInterval &li, bool TrySplit,
|