Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp662 bool shouldOmitCCOutOperand(StringRef Mnemonic, OperandVector &Operands);
6594 bool ARMAsmParser::shouldOmitCCOutOperand(StringRef Mnemonic, in shouldOmitCCOutOperand() function in ARMAsmParser
7159 if (!CarrySetting && shouldOmitCCOutOperand(Mnemonic, Operands)) in ParseInstruction()