Home
last modified time | relevance | path

Searched refs:nextop (Results 1 – 25 of 360) sorted by relevance

12345678910>>...15

/dports/devel/liblognorm/liblognorm-2.0.6/src/
H A Dannot.c99 ln_annot_op *op, *nextop; in ln_combineAnnot() local
101 for(op = add->oproot; op != NULL; op = nextop) { in ln_combineAnnot()
103 nextop = op->next; in ln_combineAnnot()
146 ln_annot_op *op, *nextop; in ln_deleteAnnot() local
151 for(op = annot->oproot; op != NULL; op = nextop) { in ln_deleteAnnot()
155 nextop = op->next; in ln_deleteAnnot()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/examples/toy/Ch4/mlir/
H A DShapeInferencePass.cpp65 auto nextop = llvm::find_if(opWorklist, returnsDynamicShape); in runOnFunction() local
66 if (nextop == opWorklist.end()) in runOnFunction()
69 Operation *op = *nextop; in runOnFunction()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/examples/toy/Ch6/mlir/
H A DShapeInferencePass.cpp65 auto nextop = llvm::find_if(opWorklist, returnsDynamicShape); in runOnFunction() local
66 if (nextop == opWorklist.end()) in runOnFunction()
69 Operation *op = *nextop; in runOnFunction()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/examples/toy/Ch7/mlir/
H A DShapeInferencePass.cpp65 auto nextop = llvm::find_if(opWorklist, returnsDynamicShape); in runOnFunction() local
66 if (nextop == opWorklist.end()) in runOnFunction()
69 Operation *op = *nextop; in runOnFunction()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/examples/toy/Ch5/mlir/
H A DShapeInferencePass.cpp65 auto nextop = llvm::find_if(opWorklist, returnsDynamicShape); in runOnFunction() local
66 if (nextop == opWorklist.end()) in runOnFunction()
69 Operation *op = *nextop; in runOnFunction()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/examples/toy/Ch7/mlir/
H A DShapeInferencePass.cpp66 auto nextop = llvm::find_if(opWorklist, allOperandsInferred); in runOnFunction() local
67 if (nextop == opWorklist.end()) in runOnFunction()
70 Operation *op = *nextop; in runOnFunction()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/examples/toy/Ch4/mlir/
H A DShapeInferencePass.cpp66 auto nextop = llvm::find_if(opWorklist, allOperandsInferred); in runOnFunction() local
67 if (nextop == opWorklist.end()) in runOnFunction()
70 Operation *op = *nextop; in runOnFunction()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/examples/toy/Ch5/mlir/
H A DShapeInferencePass.cpp66 auto nextop = llvm::find_if(opWorklist, allOperandsInferred); in runOnFunction() local
67 if (nextop == opWorklist.end()) in runOnFunction()
70 Operation *op = *nextop; in runOnFunction()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/examples/toy/Ch6/mlir/
H A DShapeInferencePass.cpp66 auto nextop = llvm::find_if(opWorklist, allOperandsInferred); in runOnFunction() local
67 if (nextop == opWorklist.end()) in runOnFunction()
70 Operation *op = *nextop; in runOnFunction()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/examples/toy/Ch5/mlir/
H A DShapeInferencePass.cpp66 auto nextop = llvm::find_if(opWorklist, allOperandsInferred); in runOnFunction() local
67 if (nextop == opWorklist.end()) in runOnFunction()
70 Operation *op = *nextop; in runOnFunction()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/examples/toy/Ch7/mlir/
H A DShapeInferencePass.cpp66 auto nextop = llvm::find_if(opWorklist, allOperandsInferred); in runOnFunction() local
67 if (nextop == opWorklist.end()) in runOnFunction()
70 Operation *op = *nextop; in runOnFunction()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/examples/toy/Ch4/mlir/
H A DShapeInferencePass.cpp66 auto nextop = llvm::find_if(opWorklist, allOperandsInferred); in runOnFunction() local
67 if (nextop == opWorklist.end()) in runOnFunction()
70 Operation *op = *nextop; in runOnFunction()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/examples/toy/Ch6/mlir/
H A DShapeInferencePass.cpp66 auto nextop = llvm::find_if(opWorklist, allOperandsInferred); in runOnFunction() local
67 if (nextop == opWorklist.end()) in runOnFunction()
70 Operation *op = *nextop; in runOnFunction()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/examples/toy/Ch5/mlir/
H A DShapeInferencePass.cpp66 auto nextop = llvm::find_if(opWorklist, allOperandsInferred); in runOnFunction() local
67 if (nextop == opWorklist.end()) in runOnFunction()
70 Operation *op = *nextop; in runOnFunction()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/examples/toy/Ch7/mlir/
H A DShapeInferencePass.cpp66 auto nextop = llvm::find_if(opWorklist, allOperandsInferred); in runOnFunction() local
67 if (nextop == opWorklist.end()) in runOnFunction()
70 Operation *op = *nextop; in runOnFunction()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/examples/toy/Ch4/mlir/
H A DShapeInferencePass.cpp66 auto nextop = llvm::find_if(opWorklist, allOperandsInferred); in runOnFunction() local
67 if (nextop == opWorklist.end()) in runOnFunction()
70 Operation *op = *nextop; in runOnFunction()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/examples/toy/Ch6/mlir/
H A DShapeInferencePass.cpp66 auto nextop = llvm::find_if(opWorklist, allOperandsInferred); in runOnFunction() local
67 if (nextop == opWorklist.end()) in runOnFunction()
70 Operation *op = *nextop; in runOnFunction()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/examples/toy/Ch4/mlir/
H A DShapeInferencePass.cpp66 auto nextop = llvm::find_if(opWorklist, allOperandsInferred); in runOnFunction() local
67 if (nextop == opWorklist.end()) in runOnFunction()
70 Operation *op = *nextop; in runOnFunction()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/examples/toy/Ch6/mlir/
H A DShapeInferencePass.cpp66 auto nextop = llvm::find_if(opWorklist, allOperandsInferred); in runOnFunction() local
67 if (nextop == opWorklist.end()) in runOnFunction()
70 Operation *op = *nextop; in runOnFunction()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/examples/toy/Ch7/mlir/
H A DShapeInferencePass.cpp66 auto nextop = llvm::find_if(opWorklist, allOperandsInferred); in runOnFunction() local
67 if (nextop == opWorklist.end()) in runOnFunction()
70 Operation *op = *nextop; in runOnFunction()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/examples/toy/Ch5/mlir/
H A DShapeInferencePass.cpp66 auto nextop = llvm::find_if(opWorklist, allOperandsInferred); in runOnFunction() local
67 if (nextop == opWorklist.end()) in runOnFunction()
70 Operation *op = *nextop; in runOnFunction()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/examples/toy/Ch6/mlir/
H A DShapeInferencePass.cpp66 auto nextop = llvm::find_if(opWorklist, allOperandsInferred); in runOnFunction() local
67 if (nextop == opWorklist.end()) in runOnFunction()
70 Operation *op = *nextop; in runOnFunction()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/examples/toy/Ch4/mlir/
H A DShapeInferencePass.cpp66 auto nextop = llvm::find_if(opWorklist, allOperandsInferred); in runOnFunction() local
67 if (nextop == opWorklist.end()) in runOnFunction()
70 Operation *op = *nextop; in runOnFunction()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/examples/toy/Ch5/mlir/
H A DShapeInferencePass.cpp66 auto nextop = llvm::find_if(opWorklist, allOperandsInferred); in runOnFunction() local
67 if (nextop == opWorklist.end()) in runOnFunction()
70 Operation *op = *nextop; in runOnFunction()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/examples/toy/Ch7/mlir/
H A DShapeInferencePass.cpp66 auto nextop = llvm::find_if(opWorklist, allOperandsInferred); in runOnFunction() local
67 if (nextop == opWorklist.end()) in runOnFunction()
70 Operation *op = *nextop; in runOnFunction()

12345678910>>...15