Searched refs:isCondCode (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp375 bool isCondCode() { function in struct:__anon2281::LanaiOperand
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp161 bool parseOperand(OperandVector &Operands, bool isCondCode,
890 bool isCondCode() const { return Kind == k_CondCode; } function in class:__anon2053::AArch64Operand
3551 bool AArch64AsmParser::parseOperand(OperandVector &Operands, bool isCondCode, argument
3595 if (isCondCode)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp960 bool isCondCode() const { return Kind == k_CondCode; } function in class:__anon2168::ARMOperand
7340 if (static_cast<ARMOperand &>(*Operands[I]).isCondCode())

Completed in 197 milliseconds