Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp511 bool &CanAcceptVPTPredicationCode);
6577 bool &CanAcceptVPTPredicationCode) { in getMnemonicAcceptInfo() argument
6578 CanAcceptVPTPredicationCode = isMnemonicVPTPredicable(Mnemonic, ExtraToken); in getMnemonicAcceptInfo()
7162 bool CanAcceptCarrySet, CanAcceptPredicationCode, CanAcceptVPTPredicationCode; in ParseInstruction() local
7164 CanAcceptPredicationCode, CanAcceptVPTPredicationCode); in ParseInstruction()
7181 if (!CanAcceptVPTPredicationCode && VPTPredicationCode != ARMVCC::None) { in ParseInstruction()
7208 if (CanAcceptVPTPredicationCode && Mnemonic != "vmov" && in ParseInstruction()
7387 } else if (CanAcceptVPTPredicationCode) { in ParseInstruction()