Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp2210 bool isVectorIndex() const { return Kind == k_VectorIndex; } in isVectorIndex() function in __anon2f82d7160111::ARMOperand
6784 if (static_cast<ARMOperand &>(*Operand).isVectorIndex() || in shouldOmitVectorPredicateOperand()
6799 if (static_cast<ARMOperand &>(*Operand).isVectorIndex() || in shouldOmitVectorPredicateOperand()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1451 DiagnosticPredicate isVectorIndex() const { in isVectorIndex() function in __anonc2b64ba80111::AArch64Operand
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td1438 let PredicateMethod = "isVectorIndex<" # Min # ", " # Max # ">";