HomeSort by relevance Sort by last modified time
    Searched refs:definesCPSR (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp 177 static bool definesCPSR(const MachineInstr &MI) {
494 !definesCPSR(*MBBI)) {
518 } else if (definesCPSR(*MBBI) || MBBI->isCall() || MBBI->isBranch()) {
    [all...]
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp 202 static bool definesCPSR(const MachineInstr &MI) {
518 !definesCPSR(*MBBI)) {
540 } else if (definesCPSR(*MBBI) || MBBI->isCall() || MBBI->isBranch()) {
    [all...]
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 123 milliseconds