Home
last modified time | relevance | path

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

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