Searched refs:DefIsReMat (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 1219 bool TryFold = !DefIsReMat; in rewriteInstructionForSpills() 1222 if (DefIsReMat) { in rewriteInstructionForSpills() 1301 CanFold = canFoldMemoryOperand(MI, Ops, DefIsReMat); in rewriteInstructionForSpills() 1321 if (DefIsReMat) { in rewriteInstructionForSpills() 1348 if (DefIsReMat && ImpUse) in rewriteInstructionForSpills() 1422 bool isLoad, bool isLoadSS, bool DefIsReMat, bool CanDelete, in rewriteInstructionsForSpills() argument 1490 unsigned ImpUse = DefIsReMat ? getReMatImplicitUse(li, ReMatDefMI) : 0; in rewriteInstructionsForSpills() 1549 Slot, LdSlot, isLoad, isLoadSS, DefIsReMat, in rewriteInstructionsForSpills() 1784 bool DefIsReMat = vrm.isReMaterialized(li.reg); 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,
|