Home
last modified time | relevance | path

Searched refs:terminatorOperands (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DControlFlowInterfaces.cpp189 auto terminatorOperands = in verifyTypesAlongControlFlowEdges() local
191 if (!terminatorOperands) in verifyTypesAlongControlFlowEdges()
195 regionReturnOperands = terminatorOperands; in verifyTypesAlongControlFlowEdges()
202 terminatorOperands->getTypes())) in verifyTypesAlongControlFlowEdges()
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferDeallocation.cpp444 auto terminatorOperands = *getMutableRegionBranchSuccessorOperands( in introduceClonesForRegionSuccessors() local
449 OperandRange immutableTerminatorOperands = terminatorOperands; in introduceClonesForRegionSuccessors()
456 terminatorOperands.slice(operandIndex, 1).assign(*clone); in introduceClonesForRegionSuccessors()
/llvm-project-15.0.7/mlir/lib/Conversion/SCFToControlFlow/
H A DSCFToControlFlow.cpp428 ValueRange terminatorOperands = terminator->getOperands(); in matchAndRewrite() local
430 rewriter.create<cf::BranchOp>(loc, remainingOpsBlock, terminatorOperands); in matchAndRewrite()
/llvm-project-15.0.7/mlir/test/lib/Dialect/Test/
H A DTestPatterns.cpp959 SmallVector<Value> terminatorOperands; in matchAndRewrite() local
961 terminatorOperands))) in matchAndRewrite()
965 rewriter.replaceOp(op, terminatorOperands); in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Conversion/SPIRVToLLVM/
H A DSPIRVToLLVM.cpp1075 ValueRange terminatorOperands = terminator->getOperands(); in matchAndRewrite() local
1077 rewriter.create<LLVM::BrOp>(loc, terminatorOperands, endBlock); in matchAndRewrite()
1134 ValueRange terminatorOperands = terminator->getOperands(); in matchAndRewrite() local
1136 rewriter.create<LLVM::BrOp>(loc, terminatorOperands, continueBlock); in matchAndRewrite()