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

/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp118 bool &CanAcceptPredicationCode);
4766 bool &CanAcceptPredicationCode) {
4795 CanAcceptPredicationCode = false;
4797 CanAcceptPredicationCode = true;
4802 CanAcceptPredicationCode = false;
5028 bool CanAcceptCarrySet, CanAcceptPredicationCode; local
5029 getMnemonicAcceptInfo(Mnemonic, CanAcceptCarrySet, CanAcceptPredicationCode);
5040 if (!CanAcceptPredicationCode && PredicationCode != ARMCC::AL) {
5054 if (CanAcceptPredicationCode) {
4765 getMnemonicAcceptInfo(StringRef Mnemonic, bool &CanAcceptCarrySet, bool &CanAcceptPredicationCode) argument

Completed in 62 milliseconds