Home
last modified time | relevance | path

Searched refs:getVectorIndex (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp879 unsigned getVectorIndex() const { in getVectorIndex() function in __anonb936c2650111::ARMOperand
2730 Inst.addOperand(MCOperand::createImm(getVectorIndex())); in addVectorIndex8Operands()
2735 Inst.addOperand(MCOperand::createImm(getVectorIndex())); in addVectorIndex16Operands()
2740 Inst.addOperand(MCOperand::createImm(getVectorIndex())); in addVectorIndex32Operands()
2745 Inst.addOperand(MCOperand::createImm(getVectorIndex())); in addVectorIndex64Operands()
3357 OS << "<vectorindex " << getVectorIndex() << ">"; in print()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp557 unsigned getVectorIndex() const { in getVectorIndex() function in __anon7d8c15f70111::AArch64Operand
1530 Inst.addOperand(MCOperand::createImm(getVectorIndex())); in addVectorIndexOperands()
2052 OS << "<vectorindex " << getVectorIndex() << ">"; in print()