Searched defs:addOperand (Results 1 – 11 of 11) sorted by relevance
67 MCInstBuilder &addOperand(const MCOperand &Op) { addOperand() function
210 void addOperand(const MCOperand Op) { Operands.push_back(Op); } in addOperand() function
248 void addOperand(VPValue *Operand) { addOperand() function
696 void addOperand(StringRef Op, int OpIdx, int PrintMethodIdx = -1) { addOperand() function in __anon3f873b650411::IAPrinter
560 void addOperand(const MCAOperand Op) { Operands.push_back(Op); } in addOperand() function
178 void MachineInstr::addOperand(const MachineOperand &Op) { addOperand() function in MachineInstr 201 void MachineInstr::addOperand(MachineFunction &MF, const MachineOperand &Op) { addOperand() function in MachineInstr [all...]
164 void addOperand(NodePtr Node) { Operands.push_back(Node.get()); } in addOperand() function [all...]
57 addOperand(MCInst &Inst, const MCOperand& Opnd) { addOperand() function [all...]
1379 void NamedMDNode::addOperand(MDNode *M) { getNMDOps(Operands).emplace_back(M); } addOperand() function in NamedMDNode