Searched defs:ConstantIntRanges (Results 1 – 2 of 2) sorted by relevance
/llvm-project/mlir/lib/Dialect/GPU/IR/ |
H A D | InferIntRangeInterfaceImpls.cpp | 128 void ClusterDimOp::inferResultRanges(ArrayRef<ConstantIntRanges>, in inferResultRanges() 136 void ClusterDimBlocksOp::inferResultRanges(ArrayRef<ConstantIntRanges>, in inferResultRanges() 144 void ClusterIdOp::inferResultRanges(ArrayRef<ConstantIntRanges>, in inferResultRanges() 152 void ClusterBlockIdOp::inferResultRanges(ArrayRef<ConstantIntRanges>, in inferResultRanges() 160 void BlockDimOp::inferResultRanges(ArrayRef<ConstantIntRanges>, in inferResultRanges() 173 void BlockIdOp::inferResultRanges(ArrayRef<ConstantIntRanges>, in inferResultRanges() 183 void GridDimOp::inferResultRanges(ArrayRef<ConstantIntRanges>, in inferResultRanges() 194 void ThreadIdOp::inferResultRanges(ArrayRef<ConstantIntRanges>, in inferResultRanges() 204 void LaneIdOp::inferResultRanges(ArrayRef<ConstantIntRanges>, in inferResultRanges() 212 void SubgroupIdOp::inferResultRanges(ArrayRef<ConstantIntRanges>, in inferResultRanges() [all …]
|
/llvm-project/mlir/include/mlir/Interfaces/ |
H A D | InferIntRangeInterface.h | 31 ConstantIntRanges(const APInt &umin, const APInt &umax, const APInt &smin, in ConstantIntRanges() function
|