Home
last modified time | relevance | path

Searched refs:CanDelete (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveIntervalAnalysis.cpp1199 bool isLoad, bool isLoadSS, bool DefIsReMat, bool CanDelete, in rewriteInstructionForSpills() argument
1225 if (MI == ReMatOrigDefMI && CanDelete) { in rewriteInstructionForSpills()
1329 if (!CanDelete || (HasUse && HasDef)) { in rewriteInstructionForSpills()
1422 bool isLoad, bool isLoadSS, bool DefIsReMat, bool CanDelete, in rewriteInstructionsForSpills() argument
1550 CanDelete, vrm, rc, ReMatIds, loopInfo, NewVReg, in rewriteInstructionsForSpills()
1567 if (MI != ReMatOrigDefMI || !CanDelete) { in rewriteInstructionsForSpills()
1842 bool CanDelete = true; in addIntervalsForSpills() local
1846 CanDelete = false; in addIntervalsForSpills()
1851 if (CanDelete) in addIntervalsForSpills()
1877 bool CanDelete = ReMatDelete[I->valno->id]; in addIntervalsForSpills() local
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLiveIntervalAnalysis.h441 bool isLoad, bool isLoadSS, bool DefIsReMat, bool CanDelete,
450 bool isLoad, bool isLoadSS, bool DefIsReMat, bool CanDelete,
/external/pdfium/xfa/fxfa/
Dxfa_ffwidget.h89 virtual bool CanDelete();
/external/pdfium/xfa/fxfa/app/
Dxfa_ffwidget.cpp308 bool CXFA_FFWidget::CanDelete() { in CanDelete() function in CXFA_FFWidget