/llvm-project/flang/lib/Optimizer/CodeGen/ |
H A D | CGOps.cpp | 50 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 D | IndexingUtils.h | 290 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 D | COO.h | 90 uint64_t getRank() const { return dimSizes.size(); } in getRank() function
|
/llvm-project/flang/unittests/Runtime/ |
H A D | TemporaryStack.cpp | 105 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 D | Var.h | 228 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 D | DimLvlMap.h | 238 unsigned getRank(VarKind vk) const { return getRanks().getRank(vk); } in getRank() function
|
/llvm-project/flang/include/flang/Optimizer/Builder/ |
H A D | HLFIRTools.h | 78 int getRank() const { getRank() function
|
/llvm-project/mlir/lib/Interfaces/ |
H A D | InferTypeOpInterface.cpp | 123 int64_t ShapeAdaptor::getRank() const { getRank() function in ShapeAdaptor
|
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeRawSymbol.cpp | 242 uint32_t NativeRawSymbol::getRank() const { in getRank() function in NativeRawSymbol
|
/llvm-project/mlir/lib/Dialect/Affine/Analysis/ |
H A D | Utils.cpp | 938 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 D | DIARawSymbol.cpp | 737 uint32_t DIARawSymbol::getRank() const { in getRank() function in DIARawSymbol
|
/llvm-project/mlir/lib/IR/ |
H A D | Operation.cpp | 1158 auto getRank = [](const Type type) { in verifySameOperandsAndResultRank() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | Reassociate.cpp | 205 unsigned ReassociatePass::getRank(Value *V) { in getRank() function in ReassociatePass [all...] |
H A D | NewGVN.cpp | 4172 unsigned int NewGVN::getRank(const Value *V) const { getRank() function in NewGVN
|
/llvm-project/flang/lib/Optimizer/HLFIR/IR/ |
H A D | HLFIROps.cpp | 1514 std::size_t hlfir::ShapeOfOp::getRank() { getRank() function in hlfir::ShapeOfOp [all...] |
/llvm-project/mlir/lib/Dialect/Vector/IR/ |
H A D | VectorOps.cpp | 1637 auto getRank = [](Type type) { foldExtractFromBroadcast() local 1958 auto getRank = [](Type type) { matchAndRewrite() local [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 238 ImplicitConversionRank StandardConversionSequence::getRank() const { getRank() function in StandardConversionSequence
|