Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstBuilder.h61 MCInstBuilder &addOperand(const MCOperand &Op) { in addOperand() function
DMCInst.h184 void addOperand(const MCOperand &Op) { Operands.push_back(Op); } in addOperand() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlanValue.h156 void addOperand(VPValue *Operand) { in addOperand() function
/third_party/flutter/skia/src/pathops/
DSkOpEdgeBuilder.cpp39 void SkOpEdgeBuilder::addOperand(const SkPath& path) { in addOperand() function in SkOpEdgeBuilder
/third_party/skia/src/pathops/
DSkOpEdgeBuilder.cpp43 void SkOpEdgeBuilder::addOperand(const SkPath& path) { in addOperand() function in SkOpEdgeBuilder
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp176 void MachineInstr::addOperand(const MachineOperand &Op) { in addOperand() function in MachineInstr
199 void MachineInstr::addOperand(MachineFunction &MF, const MachineOperand &Op) { in addOperand() function in MachineInstr
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Disassembler/
DAMDGPUDisassembler.cpp72 addOperand(MCInst &Inst, const MCOperand& Opnd) { in addOperand() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMetadata.cpp1088 void NamedMDNode::addOperand(MDNode *M) { getNMDOps(Operands).emplace_back(M); } in addOperand() function in NamedMDNode