Home
last modified time | relevance | path

Searched defs:caseDestinations (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/lib/Dialect/ControlFlow/IR/
H A DControlFlowOps.cpp471 BlockRange caseDestinations, in build() argument
479 ArrayRef<APInt> caseValues, BlockRange caseDestinations, in build() argument
493 ArrayRef<int32_t> caseValues, BlockRange caseDestinations, in build() argument
512 SmallVectorImpl<Block *> &caseDestinations, in parseSwitchOpCases() argument
562 DenseIntElementsAttr caseValues, SuccessorRange caseDestinations, in printSwitchOpCases() argument
584 auto caseDestinations = getCaseDestinations(); verify() local
[all...]
/llvm-project/mlir/lib/Conversion/ControlFlowToSCF/
H A DControlFlowToSCF.cpp119 createCFGSwitchOp(Location loc,OpBuilder & builder,Value flag,ArrayRef<unsigned int> caseValues,BlockRange caseDestinations,ArrayRef<ValueRange> caseArguments,Block * defaultDest,ValueRange defaultArgs) createCFGSwitchOp() argument
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp455 build(OpBuilder & builder,OperationState & result,Value value,Block * defaultDestination,ValueRange defaultOperands,DenseIntElementsAttr caseValues,BlockRange caseDestinations,ArrayRef<ValueRange> caseOperands,ArrayRef<int32_t> branchWeights) build() argument
468 build(OpBuilder & builder,OperationState & result,Value value,Block * defaultDestination,ValueRange defaultOperands,ArrayRef<APInt> caseValues,BlockRange caseDestinations,ArrayRef<ValueRange> caseOperands,ArrayRef<int32_t> branchWeights) build() argument
484 build(OpBuilder & builder,OperationState & result,Value value,Block * defaultDestination,ValueRange defaultOperands,ArrayRef<int32_t> caseValues,BlockRange caseDestinations,ArrayRef<ValueRange> caseOperands,ArrayRef<int32_t> branchWeights) build() argument
502 parseSwitchOpCases(OpAsmParser & parser,Type flagType,DenseIntElementsAttr & caseValues,SmallVectorImpl<Block * > & caseDestinations,SmallVectorImpl<SmallVector<OpAsmParser::UnresolvedOperand>> & caseOperands,SmallVectorImpl<SmallVector<Type>> & caseOperandTypes) parseSwitchOpCases() argument
544 printSwitchOpCases(OpAsmPrinter & p,SwitchOp op,Type flagType,DenseIntElementsAttr caseValues,SuccessorRange caseDestinations,OperandRangeRange caseOperands,const TypeRangeRange & caseOperandTypes) printSwitchOpCases() argument
[all...]
/llvm-project/mlir/lib/Transforms/Utils/
H A DCFGToSCF.cpp333 SmallVector<Block *> caseDestinations; member in __anoncfa425e90111::EdgeMultiplexer