Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/
DOpStats.cpp31 llvm::StringMap<int64_t> opCount; member
/external/llvm-project/mlir/test/lib/Pass/
DTestPassManager.cpp67 Statistic opCount{this, "num-ops", "Number of operations counted"}; member
/external/deqp/modules/gles3/stress/
Des3sLongShaderTests.cpp457 const deUint32 opCount = caseOpCounts[caseNdx]; in init() local
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopFusionUtils.cpp460 int64_t opCount = stats.opCountMap[forOp] - 1; in getComputeCostHelper() local
/external/libxml2/include/libxml/
Dxpath.h360 unsigned long opCount; member
/external/capstone/bindings/java/capstone/
DCapstone.java216 public int opCount(int type) { in opCount() method in Capstone.CsInsn
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryMappingTests.cpp1413 const size_t opCount = 100; in iterate() local
DvktMemoryPipelineBarrierTests.cpp9072 size_t opCount) in createRenderPassCommands()
9122 size_t opCount) in createSecondaryCmdCommands()
9172 size_t opCount) in createCmdCommands()
9244 size_t opCount) in createCommands()
/external/llvm-project/flang/lib/Optimizer/Dialect/
DFIROps.cpp1194 const auto opCount = destOperands.size(); in build() local
/external/libxml2/
Dxpath.c768 xmlXPathCheckOpLimit(xmlXPathParserContextPtr ctxt, unsigned long opCount) { in xmlXPathCheckOpLimit()