Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp174 bool tryWriteRegister(SDNode *N);
2660 bool AArch64DAGToDAGISel::tryWriteRegister(SDNode *N) { in tryWriteRegister() function in AArch64DAGToDAGISel
2783 if (tryWriteRegister(Node)) in Select()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp219 bool tryWriteRegister(SDNode *N);
2581 if (tryWriteRegister(N)) in Select()
4035 bool ARMDAGToDAGISel::tryWriteRegister(SDNode *N){ in tryWriteRegister() function in ARMDAGToDAGISel