Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp649 bool shouldOmitCCOutOperand(StringRef Mnemonic, OperandVector &Operands);
6699 bool ARMAsmParser::shouldOmitCCOutOperand(StringRef Mnemonic, in shouldOmitCCOutOperand() function in ARMAsmParser
7261 if (!CarrySetting && shouldOmitCCOutOperand(Mnemonic, Operands)) in ParseInstruction()