Home
last modified time | relevance | path

Searched refs:definesCPSR (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp177 static bool definesCPSR(const MachineInstr &MI) { in definesCPSR() function
494 !definesCPSR(*MBBI)) { in UpdateBaseRegUses()
518 } else if (definesCPSR(*MBBI) || MBBI->isCall() || MBBI->isBranch()) { in UpdateBaseRegUses()
1149 if (CheckCPSRDef && definesCPSR(MI)) in isIncrementOrDecrement()
DARMISelLowering.cpp8552 bool definesCPSR = false; in AdjustInstrPostInstrSelection() local
8558 definesCPSR = true; in AdjustInstrPostInstrSelection()
8565 if (!definesCPSR) { in AdjustInstrPostInstrSelection()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp6340 bool definesCPSR = false; in AdjustInstrPostInstrSelection() local
6346 definesCPSR = true; in AdjustInstrPostInstrSelection()
6353 if (!definesCPSR) { in AdjustInstrPostInstrSelection()