Searched defs:caseValues (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/ControlFlow/IR/ |
| H A D | ControlFlowOps.cpp | 457 DenseIntElementsAttr caseValues, in build() 466 ArrayRef<APInt> caseValues, BlockRange caseDestinations, in build() 480 ArrayRef<int32_t> caseValues, BlockRange caseDestinations, in build() 498 DenseIntElementsAttr &caseValues, in parseSwitchOpCases() 549 DenseIntElementsAttr caseValues, SuccessorRange caseDestinations, in printSwitchOpCases() 570 auto caseValues = getCaseValues(); in verify() local 599 Optional<DenseIntElementsAttr> caseValues = getCaseValues(); in getSuccessorForOperands() local 644 auto caseValues = op.getCaseValues(); in dropSwitchCasesThatMatchDefault() local 676 auto caseValues = op.getCaseValues(); in foldSwitch() local 721 auto caseValues = op.getCaseValues(); in simplifyPassThroughSwitch() local [all …]
|
| /llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/ |
| H A D | LLVMDialect.cpp | 317 ArrayRef<int32_t> caseValues, BlockRange caseDestinations, in build() 335 OpAsmParser &parser, Type flagType, ElementsAttr &caseValues, in parseSwitchOpCases() 374 ElementsAttr caseValues, in printSwitchOpCases()
|
| /llvm-project-15.0.7/mlir/lib/Target/LLVMIR/ |
| H A D | ConvertFromLLVMIR.cpp | 933 SmallVector<int32_t> caseValues(numCases); in processInstruction() local
|
| /llvm-project-15.0.7/mlir/lib/Conversion/AsyncToLLVM/ |
| H A D | AsyncToLLVM.cpp | 515 llvm::SmallVector<int32_t, 2> caseValues = {0, 1}; in matchAndRewrite() local
|
| /llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/ |
| H A D | CodeGen.cpp | 2921 llvm::SmallVector<int32_t> caseValues; in selectMatchAndRewrite() local
|