Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp501 bool &CanAcceptVPTPredicationCode);
6542 bool &CanAcceptVPTPredicationCode) { in getMnemonicAcceptInfo() argument
6543 CanAcceptVPTPredicationCode = isMnemonicVPTPredicable(Mnemonic, ExtraToken); in getMnemonicAcceptInfo()
7126 bool CanAcceptCarrySet, CanAcceptPredicationCode, CanAcceptVPTPredicationCode; in ParseInstruction() local
7128 CanAcceptPredicationCode, CanAcceptVPTPredicationCode); in ParseInstruction()
7145 if (!CanAcceptVPTPredicationCode && VPTPredicationCode != ARMVCC::None) { in ParseInstruction()
7172 if (CanAcceptVPTPredicationCode && Mnemonic != "vmov" && in ParseInstruction()
7351 } else if (CanAcceptVPTPredicationCode) { in ParseInstruction()