Home
last modified time | relevance | path

Searched defs:getRank (Results 1 – 17 of 17) sorted by relevance

/llvm-project/flang/lib/Optimizer/CodeGen/
H A DCGOps.cpp50 unsigned fir::cg::XReboxOp::getRank() { in getRank() function in fir::cg::XReboxOp
57 unsigned fir::cg::XArrayCoorOp::getRank() { in getRank() function in fir::cg::XArrayCoorOp
/llvm-project/mlir/include/mlir/Dialect/Utils/
H A DIndexingUtils.h290 size_t getRank() const { return tileShape.size(); } getRank() function
394 size_t getRank() const { return params.getRank(); } getRank() function
/llvm-project/mlir/include/mlir/ExecutionEngine/SparseTensor/
H A DCOO.h90 uint64_t getRank() const { return dimSizes.size(); } in getRank() function
/llvm-project/flang/unittests/Runtime/
H A DTemporaryStack.cpp105 auto getRank = [](unsigned i) { return max(i % 8, 1); }; in TEST() local
216 auto getRank = [](unsigned i) { return max(i % CFI_MAX_RANK, 1); }; in TEST() local
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/Detail/
H A DVar.h228 constexpr unsigned getRank(VarKind vk) const { return impl[to_index(vk)]; } in getRank() function
248 unsigned getRank(VarKind vk) const { return impl[vk].size(); } in getRank() function
H A DDimLvlMap.h238 unsigned getRank(VarKind vk) const { return getRanks().getRank(vk); } in getRank() function
/llvm-project/flang/include/flang/Optimizer/Builder/
H A DHLFIRTools.h78 int getRank() const { getRank() function
/llvm-project/mlir/lib/Interfaces/
H A DInferTypeOpInterface.cpp123 int64_t ShapeAdaptor::getRank() const { getRank() function in ShapeAdaptor
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp242 uint32_t NativeRawSymbol::getRank() const { in getRank() function in NativeRawSymbol
/llvm-project/mlir/lib/Dialect/Affine/Analysis/
H A DUtils.cpp938 unsigned MemRefRegion::getRank() const { in getRank() function in MemRefRegion
1838 unsigned MemRefAccess::getRank() const { in getRank() function in MemRefAccess
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp737 uint32_t DIARawSymbol::getRank() const { in getRank() function in DIARawSymbol
/llvm-project/mlir/lib/IR/
H A DOperation.cpp1158 auto getRank = [](const Type type) { in verifySameOperandsAndResultRank() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp205 unsigned ReassociatePass::getRank(Value *V) { in getRank() function in ReassociatePass
[all...]
H A DNewGVN.cpp4172 unsigned int NewGVN::getRank(const Value *V) const { getRank() function in NewGVN
/llvm-project/flang/lib/Optimizer/HLFIR/IR/
H A DHLFIROps.cpp1514 std::size_t hlfir::ShapeOfOp::getRank() { getRank() function in hlfir::ShapeOfOp
[all...]
/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp1637 auto getRank = [](Type type) { foldExtractFromBroadcast() local
1958 auto getRank = [](Type type) { matchAndRewrite() local
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp238 ImplicitConversionRank StandardConversionSequence::getRank() const { getRank() function in StandardConversionSequence