Searched refs:argStorage (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/ControlFlow/IR/ |
| H A D | ControlFlowOps.cpp | 100 SmallVectorImpl<Value> &argStorage) { in collapseBranch() argument 132 argStorage.push_back(successorOperands[argOperand.getArgNumber()]); in collapseBranch() 134 argStorage.push_back(operand); in collapseBranch() 137 successorOperands = argStorage; in collapseBranch() 720 SmallVector<SmallVector<Value>> argStorage; in simplifyPassThroughSwitch() local 722 argStorage.reserve(caseValues->size() + 1); in simplifyPassThroughSwitch() 728 argStorage.emplace_back(); in simplifyPassThroughSwitch() 729 if (succeeded(collapseBranch(caseDest, caseOperands, argStorage.back()))) in simplifyPassThroughSwitch() 738 argStorage.emplace_back(); in simplifyPassThroughSwitch() 741 collapseBranch(defaultDest, defaultOperands, argStorage.back()))) in simplifyPassThroughSwitch()
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | FunctionInterfaces.td | 368 SmallVector<Type> argStorage, resultStorage; 370 $_op.getArgumentTypes(), argIndices, argTypes, argStorage); 381 SmallVector<Type> argStorage, resultStorage; 383 $_op.getArgumentTypes(), argIndices, argStorage); 389 SmallVector<Type> argStorage; 391 $_op.getArgumentTypes(), argIndices, argStorage);
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | BuiltinTypes.cpp | 169 SmallVector<Type> argStorage, resultStorage; in getWithArgsAndResults() local 171 getInputs(), argIndices, argTypes, argStorage); in getWithArgsAndResults() 181 SmallVector<Type> argStorage, resultStorage; in getWithoutArgsAndResults() local 183 getInputs(), argIndices, argStorage); in getWithoutArgsAndResults()
|