Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp514 bool &CanAcceptPredicationCode,
6417 bool &CanAcceptPredicationCode, in getMnemonicAcceptInfo() argument
6467 CanAcceptPredicationCode = false; in getMnemonicAcceptInfo()
6470 CanAcceptPredicationCode = in getMnemonicAcceptInfo()
6480 CanAcceptPredicationCode = Mnemonic != "movs"; in getMnemonicAcceptInfo()
6482 CanAcceptPredicationCode = Mnemonic != "nop" && Mnemonic != "movs"; in getMnemonicAcceptInfo()
6484 CanAcceptPredicationCode = true; in getMnemonicAcceptInfo()
7036 if (!CanAcceptPredicationCode && PredicationCode != ARMCC::AL) { in ParseInstruction()
7056 if (CanAcceptPredicationCode) { in ParseInstruction()
7255 if (CanAcceptPredicationCode) in ParseInstruction()
[all …]