Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/AsmParser/
DLanaiAsmParser.cpp375 bool isCondCode() { in isCondCode() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp161 bool parseOperand(OperandVector &Operands, bool isCondCode,
890 bool isCondCode() const { return Kind == k_CondCode; } in isCondCode() function in __anon8353751c0111::AArch64Operand
3551 bool AArch64AsmParser::parseOperand(OperandVector &Operands, bool isCondCode, in parseOperand() argument
3595 if (isCondCode) in parseOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp960 bool isCondCode() const { return Kind == k_CondCode; } in isCondCode() function in __anon3b97cc8a0111::ARMOperand
7340 if (static_cast<ARMOperand &>(*Operands[I]).isCondCode()) in validateInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenAsmMatcher.inc7531 DiagnosticPredicate DP(Operand.isCondCode());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenAsmMatcher.inc8915 DiagnosticPredicate DP(Operand.isCondCode());