Home
last modified time | relevance | path

Searched defs:nextOperand (Results 1 – 17 of 17) sorted by relevance

/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/graph/font/typecast/ot/table/
H A DCharstringType2.java180 public Number nextOperand() { in nextOperand() method in CharstringType2
H A DCffTable.java97 private Object nextOperand() { in nextOperand() method in CffTable.Dict
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Analysis/
H A DAffineAnalysis.cpp68 auto nextOperand = opInst->getOperand(state.operandIndex); in getReachableAffineApplyOps() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Analysis/
H A DAffineAnalysis.cpp71 auto nextOperand = opInst->getOperand(state.operandIndex); in getReachableAffineApplyOps() local
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Analysis/
H A DAffineAnalysis.cpp68 auto nextOperand = opInst->getOperand(state.operandIndex); in getReachableAffineApplyOps() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Analysis/
H A DAffineAnalysis.cpp68 auto nextOperand = opInst->getOperand(state.operandIndex); in getReachableAffineApplyOps() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/tools/mlir-tblgen/
H A DRewriterGen.cpp353 for (int i = 0, e = tree.getNumArgs(), nextOperand = 0; i != e; ++i) { in emitOpMatch() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/tools/mlir-tblgen/
H A DRewriterGen.cpp361 for (int i = 0, e = tree.getNumArgs(), nextOperand = 0; i != e; ++i) { in emitOpMatch() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Analysis/
H A DAffineAnalysis.cpp68 auto nextOperand = opInst->getOperand(state.operandIndex); in getReachableAffineApplyOps() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/tools/mlir-tblgen/
H A DRewriterGen.cpp361 for (int i = 0, e = tree.getNumArgs(), nextOperand = 0; i != e; ++i) { in emitOpMatch() local
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/tools/mlir-tblgen/
H A DRewriterGen.cpp353 for (int i = 0, e = tree.getNumArgs(), nextOperand = 0; i != e; ++i) { in emitOpMatch() local
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/tools/mlir-tblgen/
H A DRewriterGen.cpp361 for (int i = 0, e = tree.getNumArgs(), nextOperand = 0; i != e; ++i) { in emitOpMatch() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Analysis/
H A DAffineAnalysis.cpp185 auto nextOperand = opInst->getOperand(state.operandIndex); in getReachableAffineApplyOps() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Analysis/
H A DAffineAnalysis.cpp206 auto nextOperand = opInst->getOperand(state.operandIndex); in getReachableAffineApplyOps() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Analysis/
H A DAffineAnalysis.cpp206 auto nextOperand = opInst->getOperand(state.operandIndex); in getReachableAffineApplyOps() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/tools/mlir-tblgen/
H A DRewriterGen.cpp551 for (int i = 0, e = tree.getNumArgs(), nextOperand = 0; i != e; ++i) { in emitOpMatch() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/IR/
H A DOperation.cpp162 unsigned nextOperand = 0; in create() local