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.cpp513 bool &CanAcceptVPTPredicationCode);
6675 bool &CanAcceptVPTPredicationCode) { in getMnemonicAcceptInfo() argument
6676 CanAcceptVPTPredicationCode = isMnemonicVPTPredicable(Mnemonic, ExtraToken); in getMnemonicAcceptInfo()
7141 bool CanAcceptCarrySet, CanAcceptPredicationCode, CanAcceptVPTPredicationCode; in ParseInstruction() local
7143 CanAcceptPredicationCode, CanAcceptVPTPredicationCode); in ParseInstruction()
7160 if (!CanAcceptVPTPredicationCode && VPTPredicationCode != ARMVCC::None) { in ParseInstruction()
7183 if (CanAcceptVPTPredicationCode && VPTPredicationCode != llvm::ARMVCC::None && in ParseInstruction()
7350 } else if (CanAcceptVPTPredicationCode) { in ParseInstruction()