Searched defs:ConstantIntRanges (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/GPU/IR/ |
| H A D | InferIntRangeInterfaceImpls.cpp | 26 void BlockDimOp::inferResultRanges(ArrayRef<ConstantIntRanges>, in inferResultRanges() 31 void BlockIdOp::inferResultRanges(ArrayRef<ConstantIntRanges>, in inferResultRanges() 36 void GridDimOp::inferResultRanges(ArrayRef<ConstantIntRanges>, in inferResultRanges() 41 void ThreadIdOp::inferResultRanges(ArrayRef<ConstantIntRanges>, in inferResultRanges() 46 void LaneIdOp::inferResultRanges(ArrayRef<ConstantIntRanges>, in inferResultRanges() 51 void SubgroupIdOp::inferResultRanges(ArrayRef<ConstantIntRanges>, in inferResultRanges() 56 void GlobalIdOp::inferResultRanges(ArrayRef<ConstantIntRanges>, in inferResultRanges() 62 void NumSubgroupsOp::inferResultRanges(ArrayRef<ConstantIntRanges>, in inferResultRanges() 67 void SubgroupSizeOp::inferResultRanges(ArrayRef<ConstantIntRanges>, in inferResultRanges()
|
| /llvm-project-15.0.7/mlir/include/mlir/Interfaces/ |
| H A D | InferIntRangeInterface.h | 30 ConstantIntRanges(const APInt &umin, const APInt &umax, const APInt &smin, in ConstantIntRanges() function
|