Searched defs:addOperand (Results 1 – 10 of 10) sorted by relevance
67 MCInstBuilder &addOperand(const MCOperand &Op) { in addOperand() function
210 void addOperand(const MCOperand Op) { Operands.push_back(Op); } in addOperand() function
245 void addOperand(VPValue *Operand) { in addOperand() function
149 void addOperand(NodePtr Node) { Operands.push_back(Node.get()); } in addOperand() function
164 void MachineInstr::addOperand(const MachineOperand &Op) { in addOperand() function in MachineInstr187 void MachineInstr::addOperand(MachineFunction &MF, const MachineOperand &Op) { in addOperand() function in MachineInstr
691 void addOperand(StringRef Op, int OpIdx, int PrintMethodIdx = -1) { in addOperand() function in __anonf53347c00411::IAPrinter
2316 OperandMatcher &addOperand(unsigned OpIdx, const std::string &SymbolicName, in addOperand() function in __anon64c0a0e00111::InstructionMatcher
560 void addOperand(const MCAOperand Op) { Operands.push_back(Op); } in addOperand() function
1221 void NamedMDNode::addOperand(MDNode *M) { getNMDOps(Operands).emplace_back(M); } in addOperand() function in NamedMDNode
59 addOperand(MCInst &Inst, const MCOperand& Opnd) { in addOperand() function