Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp2213 bool isVectorIndex() const { return Kind == k_VectorIndex; } in isVectorIndex() function in __anonad70014b0111::ARMOperand
6884 if (static_cast<ARMOperand &>(*Operand).isVectorIndex() || in shouldOmitVectorPredicateOperand()
6899 if (static_cast<ARMOperand &>(*Operand).isVectorIndex() || in shouldOmitVectorPredicateOperand()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1243 DiagnosticPredicate isVectorIndex() const { in isVectorIndex() function in __anon65f0dadd0111::AArch64Operand
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td1220 let PredicateMethod = "isVectorIndex<" # Min # ", " # Max # ">";