Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp516 bool &CanAcceptVPTPredicationCode);
6707 bool &CanAcceptVPTPredicationCode) { in getMnemonicAcceptInfo() argument
6708 CanAcceptVPTPredicationCode = isMnemonicVPTPredicable(Mnemonic, ExtraToken); in getMnemonicAcceptInfo()
7173 bool CanAcceptCarrySet, CanAcceptPredicationCode, CanAcceptVPTPredicationCode; in parseInstruction() local
7175 CanAcceptPredicationCode, CanAcceptVPTPredicationCode); in parseInstruction()
7192 if (!CanAcceptVPTPredicationCode && VPTPredicationCode != ARMVCC::None) { in parseInstruction()
7215 if (CanAcceptVPTPredicationCode && VPTPredicationCode != llvm::ARMVCC::None && in parseInstruction()
7382 } else if (CanAcceptVPTPredicationCode) { in parseInstruction()