Searched refs:inputBuffers (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/flang/unittests/Runtime/ |
| H A D | ListInputTest.cpp | 31 char inputBuffers[numInputBuffers][maxInputBufferLength]; in TEST() local 38 SetCharacter(inputBuffers[j++], maxInputBufferLength, in TEST() 41 inputBuffers[j++], maxInputBufferLength, "DEFGHIJKLMNOPQRSTUVWXYZ'"); in TEST() 46 whole.Establish(TypeCode{CFI_type_char}, maxInputBufferLength, &inputBuffers, in TEST()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/ |
| H A D | LinalgOps.cpp | 829 ValueRange results, ValueRange inputBuffers, ValueRange outputs) { in getGenericEffectsImpl() argument 830 for (Value value : inputBuffers) { in getGenericEffectsImpl() 845 SmallVector<Value> inputBuffers = getInputBufferOperands(); in getEffects() local 847 getGenericEffectsImpl(effects, getOperation()->getResults(), inputBuffers, in getEffects()
|