/llvm-project/mlir/lib/Dialect/Math/Transforms/ |
H A D | AlgebraicSimplification.cpp | 49 bool isScalar = matchPattern(op.getRhs(), m_Constant(&scalarExponent)); in matchAndRewrite() local 156 bool isScalar = matchPattern(op.getRhs(), m_Constant(&scalarExponent)); in matchAndRewrite() local
|
/llvm-project/llvm/include/llvm/CodeGenTypes/ |
H A D | LowLevelType.h | 134 explicit constexpr LLT(bool isPointer, bool isVector, bool isScalar, in LLT() argument 146 constexpr bool isScalar() const { return IsScalar; } isScalar() function [all...] |
/llvm-project/flang/include/flang/Optimizer/Builder/ |
H A D | HLFIRTools.h | 89 bool isScalar() const { return !isArray(); } isScalar() function
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | TypeSize.h | 322 constexpr bool isScalar() const { in isScalar() function
|
/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPackDocument.h | 72 bool isScalar() const { return !isMap() && !isArray(); } in isScalar() function
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalityPredicates.cpp | 67 LegalityPredicate LegalityPredicates::isScalar(unsigned TypeIdx) { isScalar() function in LegalityPredicates
|
/llvm-project/clang/include/clang/Support/ |
H A D | RISCVVIntrinsicUtils.h | 300 bool isScalar() const { return Scale && *Scale == 0; } in isScalar() function
|
/llvm-project/llvm/lib/Analysis/ |
H A D | DependenceAnalysis.cpp | 257 bool Dependence::isScalar(unsigned level) const { isScalar() function in Dependence 350 bool FullDependence::isScalar(unsigned Level) const { isScalar() function in FullDependence
|
/llvm-project/clang/utils/TableGen/ |
H A D | SveEmitter.cpp | 97 bool isScalar() const { return NumVectors == 0; } isScalar() function in __anoncee49e800111::SVEType
|
H A D | NeonEmitter.cpp | 187 bool isScalar() const { return isValue() && NumVectors == 0; } isScalar() function in __anon1ddc9b620111::Type [all...] |
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenDAGPatterns.cpp | 43 static inline bool isScalar(MVT VT) { return !VT.isVector(); } in isScalar() function
|
/llvm-project/flang/lib/Lower/ |
H A D | ConvertExpr.cpp | 2890 bool isScalar(const A &x) { isScalar() function in __anonb82c9c080d11::ScalarExprLowering
|