Home
last modified time | relevance | path

Searched defs:isScalar (Results 1 – 12 of 12) sorted by relevance

/llvm-project/mlir/lib/Dialect/Math/Transforms/
H A DAlgebraicSimplification.cpp49 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 DLowLevelType.h134 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 DHLFIRTools.h89 bool isScalar() const { return !isArray(); } isScalar() function
/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h322 constexpr bool isScalar() const { in isScalar() function
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h72 bool isScalar() const { return !isMap() && !isArray(); } in isScalar() function
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalityPredicates.cpp67 LegalityPredicate LegalityPredicates::isScalar(unsigned TypeIdx) { isScalar() function in LegalityPredicates
/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h300 bool isScalar() const { return Scale && *Scale == 0; } in isScalar() function
/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp257 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 DSveEmitter.cpp97 bool isScalar() const { return NumVectors == 0; } isScalar() function in __anoncee49e800111::SVEType
H A DNeonEmitter.cpp187 bool isScalar() const { return isValue() && NumVectors == 0; } isScalar() function in __anon1ddc9b620111::Type
[all...]
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp43 static inline bool isScalar(MVT VT) { return !VT.isVector(); } in isScalar() function
/llvm-project/flang/lib/Lower/
H A DConvertExpr.cpp2890 bool isScalar(const A &x) { isScalar() function in __anonb82c9c080d11::ScalarExprLowering