Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp2223 bool isVectorIndex() const { return Kind == k_VectorIndex; } in isVectorIndex() function in __anon3b5979970111::ARMOperand
6923 if (static_cast<ARMOperand &>(*Operand).isVectorIndex() || in shouldOmitVectorPredicateOperand()
6938 if (static_cast<ARMOperand &>(*Operand).isVectorIndex() || in shouldOmitVectorPredicateOperand()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1438 DiagnosticPredicate isVectorIndex() const { in isVectorIndex() function in __anonb6c3df290111::AArch64Operand
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td1329 let PredicateMethod = "isVectorIndex<" # Min # ", " # Max # ">";