Searched defs:addOperand (Results 1 – 8 of 8) 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
239 void addOperand(VPValue *Operand) { in addOperand() function
686 void addOperand(StringRef Op, int OpIdx, int PrintMethodIdx = -1) { in addOperand() function in __anone42ed43e0411::IAPrinter
2275 OperandMatcher &addOperand(unsigned OpIdx, const std::string &SymbolicName, in addOperand() function in __anon332dbd1e0111::InstructionMatcher
184 void MachineInstr::addOperand(const MachineOperand &Op) { in addOperand() function in MachineInstr207 void MachineInstr::addOperand(MachineFunction &MF, const MachineOperand &Op) { in addOperand() function in MachineInstr
53 addOperand(MCInst &Inst, const MCOperand& Opnd) { in addOperand() function
1124 void NamedMDNode::addOperand(MDNode *M) { getNMDOps(Operands).emplace_back(M); } in addOperand() function in NamedMDNode