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

/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp243 bool &CanAcceptPredicationCode);
5349 bool &CanAcceptPredicationCode) {
5374 CanAcceptPredicationCode = false;
5377 CanAcceptPredicationCode =
5387 CanAcceptPredicationCode = Mnemonic != "movs";
5389 CanAcceptPredicationCode = Mnemonic != "nop" && Mnemonic != "movs";
5391 CanAcceptPredicationCode = true;
5747 bool CanAcceptCarrySet, CanAcceptPredicationCode; local
5748 getMnemonicAcceptInfo(Mnemonic, Name, CanAcceptCarrySet, CanAcceptPredicationCode);
5759 if (!CanAcceptPredicationCode
5347 getMnemonicAcceptInfo(StringRef Mnemonic, StringRef FullInst, bool &CanAcceptCarrySet, bool &CanAcceptPredicationCode) argument
[all...]

Completed in 109 milliseconds