Home
last modified time | relevance | path

Searched defs:isMatrix (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp2253 bool isMatrix(Value *V) const { return ExprsInSubprogram.count(V); } in isMatrix() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1237 bool isMatrix() const { return Kind == k_MatrixRegister; } in isMatrix() function in __anon730428320111::AArch64Operand