Home
last modified time | relevance | path

Searched refs:IsCPSR (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11212 bool IsCPSR = false; in checkTargetMatchPredicate() local
11218 IsCPSR = true; in checkTargetMatchPredicate()
11222 if (isThumbOne() && !IsCPSR) in checkTargetMatchPredicate()
11226 if (isThumbTwo() && !IsCPSR && !inITBlock()) in checkTargetMatchPredicate()
11228 if (isThumbTwo() && IsCPSR && inITBlock()) in checkTargetMatchPredicate()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp493 bool IsCPSR = MO.isReg() && MO.isDef() && MO.getReg() == ARM::CPSR; in ClobbersPredicate() local
494 if (ClobbersCPSR || IsCPSR) { in ClobbersPredicate()