Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp2001 bool isMatrix(Value *V) const { return ExprsInSubprogram.count(V); } in isMatrix() function
2107 if (isMatrix(V)) in write()
2174 if (isMatrix(Op)) in linearizeExpr()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1225 bool isMatrix() const { return Kind == k_MatrixRegister; } in isMatrix() function in __anonb6c3df290111::AArch64Operand
1670 if (!isMatrix()) in isMatrixRegOperand()