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.cpp11123 bool IsCPSR = false; in checkTargetMatchPredicate() local
11129 IsCPSR = true; in checkTargetMatchPredicate()
11133 if (isThumbOne() && !IsCPSR) in checkTargetMatchPredicate()
11137 if (isThumbTwo() && !IsCPSR && !inITBlock()) in checkTargetMatchPredicate()
11139 if (isThumbTwo() && IsCPSR && inITBlock()) in checkTargetMatchPredicate()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp668 bool IsCPSR = MO.isReg() && MO.isDef() && MO.getReg() == ARM::CPSR; in ClobbersPredicate() local
669 if (ClobbersCPSR || IsCPSR) { in ClobbersPredicate()