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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp988 unsigned getVectorIndex() const { function in class:__anon4036::ARMOperand
3261 Inst.addOperand(MCOperand::createImm(getVectorIndex()));
3266 Inst.addOperand(MCOperand::createImm(getVectorIndex()));
3271 Inst.addOperand(MCOperand::createImm(getVectorIndex()));
3276 Inst.addOperand(MCOperand::createImm(getVectorIndex()));
3281 Inst.addOperand(MCOperand::createImm(getVectorIndex()));
3286 Inst.addOperand(MCOperand::createImm(getVectorIndex()));
3931 OS << "<vectorindex " << getVectorIndex() << ">";
8112 if (static_cast<ARMOperand &>(*Operands[5]).getVectorIndex() !=
8113 static_cast<ARMOperand &>(*Operands[7]).getVectorIndex()
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp563 unsigned getVectorIndex() const { function in class:__anon3880::AArch64Operand
1528 Inst.addOperand(MCOperand::createImm(getVectorIndex()));
2054 OS << "<vectorindex " << getVectorIndex() << ">";

Completed in 187 milliseconds