/llvm-project/llvm/include/llvm/MC/ |
H A D | MCInstBuilder.h | 73 MCInstBuilder &addOperand(const MCOperand &Op) { in addOperand() function
|
H A D | MCInst.h | 210 void addOperand(const MCOperand Op) { Operands.push_back(Op); } addOperand() function
|
/llvm-project/bolt/lib/Target/X86/ |
H A D | X86MCSymbolizer.cpp | 42 auto addOperand = [&](const MCSymbol *Symbol, uint64_t Addend) { in tryAddingSymbolicOperand() local
|
/llvm-project/flang/lib/Parser/ |
H A D | expr-parsers.cpp | 158 constexpr AddOperand addOperand; variable
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanValue.h | 247 void addOperand(VPValue *Operand) { addOperand() function
|
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | Patterns.h | 306 template <typename... Ty> void addOperand(Ty &&...Init) { addOperand() function
|
H A D | GlobalISelMatchTable.cpp | 1697 InstructionMatcher::addOperand(unsigned OpIdx, const std::string &SymbolicName, addOperand() function in llvm::gi::InstructionMatcher
|
/llvm-project/llvm/utils/TableGen/ |
H A D | AsmWriterEmitter.cpp | 721 void addOperand(StringRef Op, int OpIdx, int PrintMethodIdx = -1) { addOperand() function in __anon109b99260411::IAPrinter
|
/llvm-project/llvm/include/llvm/MCA/ |
H A D | Instruction.h | 560 void addOperand(const MCAOperand Op) { Operands.push_back(Op); } in addOperand() function
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineInstr.cpp | 181 void MachineInstr::addOperand(const MachineOperand &Op) { addOperand() function in MachineInstr 204 void MachineInstr::addOperand(MachineFunction &MF, const MachineOperand &Op) { addOperand() function in MachineInstr [all...] |
H A D | ComplexDeinterleavingPass.cpp | 164 void addOperand(NodePtr Node) { Operands.push_back(Node.get()); } addOperand() function [all...] |
/llvm-project/llvm/lib/IR/ |
H A D | Metadata.cpp | 1387 void NamedMDNode::addOperand(MDNode *M) { getNMDOps(Operands).emplace_back(M); } addOperand() function in NamedMDNode
|
/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/ |
H A D | AMDGPUDisassembler.cpp | 70 addOperand(MCInst &Inst, const MCOperand& Opnd) { in addOperand() function [all...] |
/llvm-project/flang/lib/Lower/ |
H A D | OpenACC.cpp | 68 static void addOperand(llvm::SmallVectorImpl<mlir::Value> &operands, addOperand() function [all...] |