Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp2253 bool isMatrix(Value *V) const { return ExprsInSubprogram.count(V); } in isMatrix() function
2359 if (isMatrix(V)) in write()
2426 if (isMatrix(Op)) in linearizeExpr()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1237 bool isMatrix() const { return Kind == k_MatrixRegister; } in isMatrix() function in __anon63d128670111::AArch64Operand
1710 if (!isMatrix()) in isMatrixRegOperand()