Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp659 bool shouldOmitCCOutOperand(StringRef Mnemonic, OperandVector &Operands);
6736 bool ARMAsmParser::shouldOmitCCOutOperand(StringRef Mnemonic, in shouldOmitCCOutOperand() function in ARMAsmParser
7297 if (!CarrySetting && shouldOmitCCOutOperand(Mnemonic, Operands)) in ParseInstruction()