Home
last modified time | relevance | path

Searched defs:switchOp (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/lib/Conversion/ControlFlowToSCF/
H A DControlFlowToSCF.cpp45 if (auto switchOp = dyn_cast<cf::SwitchOp>(controlFlowCondOp)) { createStructuredBranchRegionOp() local
/llvm-project/mlir/lib/Dialect/SCF/Transforms/
H A DBufferizableOpInterfaceImpl.cpp330 auto switchOp = cast<scf::IndexSwitchOp>(op); getAliasingOpOperands() local
351 auto switchOp = cast<scf::IndexSwitchOp>(op); bufferize() local
389 auto switchOp = cast<scf::IndexSwitchOp>(op); getBufferType() local
[all...]
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/LLVMIR/
H A DLLVMToLLVMIRTranslation.cpp356 if (auto switchOp = dyn_cast<LLVM::SwitchOp>(opInst)) { convertOperationImpl() local
/llvm-project/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp795 for (const auto &i : llvm::enumerate(switchOp.getCaseDestinations())) in getPHISourceValue() local
H A DModuleImport.cpp1436 auto switchOp = builder.create<SwitchOp>( convertInstruction() local