Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp324 bool tryWriteRegister(SDNode *N);
3680 if (tryWriteRegister(N)) in Select()
5604 bool ARMDAGToDAGISel::tryWriteRegister(SDNode *N){ in tryWriteRegister() function in ARMDAGToDAGISel
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp433 bool tryWriteRegister(SDNode *N);
3858 bool AArch64DAGToDAGISel::tryWriteRegister(SDNode *N) { in tryWriteRegister() function in AArch64DAGToDAGISel
4387 if (tryWriteRegister(Node)) in Select()