Home
last modified time | relevance | path

Searched defs:addOperand (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCInstBuilder.h67 MCInstBuilder &addOperand(const MCOperand &Op) { in addOperand() function
H A DMCInst.h210 void addOperand(const MCOperand Op) { Operands.push_back(Op); } in addOperand() function
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h245 void addOperand(VPValue *Operand) { in addOperand() function
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp149 void addOperand(NodePtr Node) { Operands.push_back(Node.get()); } in addOperand() function
H A DMachineInstr.cpp164 void MachineInstr::addOperand(const MachineOperand &Op) { in addOperand() function in MachineInstr
187 void MachineInstr::addOperand(MachineFunction &MF, const MachineOperand &Op) { in addOperand() function in MachineInstr
/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp691 void addOperand(StringRef Op, int OpIdx, int PrintMethodIdx = -1) { in addOperand() function in __anonf53347c00411::IAPrinter
H A DGlobalISelEmitter.cpp2316 OperandMatcher &addOperand(unsigned OpIdx, const std::string &SymbolicName, in addOperand() function in __anon64c0a0e00111::InstructionMatcher
/openbsd/gnu/llvm/llvm/include/llvm/MCA/
H A DInstruction.h560 void addOperand(const MCAOperand Op) { Operands.push_back(Op); } in addOperand() function
/openbsd/gnu/llvm/llvm/lib/IR/
H A DMetadata.cpp1221 void NamedMDNode::addOperand(MDNode *M) { getNMDOps(Operands).emplace_back(M); } in addOperand() function in NamedMDNode
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp59 addOperand(MCInst &Inst, const MCOperand& Opnd) { in addOperand() function