Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp322 bool tryWriteRegister(SDNode *N);
3681 if (tryWriteRegister(N)) in Select()
5605 bool ARMDAGToDAGISel::tryWriteRegister(SDNode *N){ in tryWriteRegister() function in ARMDAGToDAGISel
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp441 bool tryWriteRegister(SDNode *N);
4013 bool AArch64DAGToDAGISel::tryWriteRegister(SDNode *N) { in tryWriteRegister() function in AArch64DAGToDAGISel
4594 if (tryWriteRegister(Node)) in Select()