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.cpp2259 bool isVectorIndex() const { return Kind == k_VectorIndex; } in isVectorIndex() function in __anon6be9c9a00111::ARMOperand
6911 if (static_cast<ARMOperand &>(*Operand).isVectorIndex() || in shouldOmitVectorPredicateOperand()
6926 if (static_cast<ARMOperand &>(*Operand).isVectorIndex() || in shouldOmitVectorPredicateOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1496 DiagnosticPredicate isVectorIndex() const { in isVectorIndex() function in __anon730428320111::AArch64Operand
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td1535 let PredicateMethod = "isVectorIndex<" # Min # ", " # Max # ">";