Home
last modified time | relevance | path

Searched defs:getNumOperands (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DUser.h167 unsigned getNumOperands() const { return NumUserOperands; } in getNumOperands() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DUser.h191 unsigned getNumOperands() const { return NumUserOperands; } in getNumOperands() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlanValue.h161 unsigned getNumOperands() const { return Operands.size(); } in getNumOperands() function
DSLPVectorizer.cpp1152 unsigned getNumOperands() const { return OpsVec.size(); } in getNumOperands() function in llvm::slpvectorizer::BoUpSLP::VLOperands
1520 unsigned getNumOperands() const { return Operands.size(); } in getNumOperands() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInst.h182 unsigned getNumOperands() const { return Operands.size(); } in getNumOperands() function
DMCInstrDesc.h235 unsigned getNumOperands() const { return NumOperands; } in getNumOperands() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DRegisterBankInfo.h233 unsigned getNumOperands() const { return NumOperands; } in getNumOperands() function
/third_party/glslang/SPIRV/
DspvIR.h142 int getNumOperands() const in getNumOperands() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h781 unsigned getNumOperands() const override { return 1; } in getNumOperands() function
836 unsigned getNumOperands() const override { return 2; } in getNumOperands() function
892 unsigned getNumOperands() const override { return 3; } in getNumOperands() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DGVNExpression.h179 unsigned getNumOperands() const { return NumOperands; } in getNumOperands() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h157 size_t getNumOperands() const { return NumOperands; } in getNumOperands() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMetadata.cpp1078 unsigned NamedMDNode::getNumOperands() const { in getNumOperands() function in NamedMDNode