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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp304 bool tryWriteRegister(SDNode *N);
3358 if (tryWriteRegister(N))
5164 bool ARMDAGToDAGISel::tryWriteRegister(SDNode *N){ function in class:ARMDAGToDAGISel
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp281 bool tryWriteRegister(SDNode *N);
2961 bool AArch64DAGToDAGISel::tryWriteRegister(SDNode *N) { function in class:AArch64DAGToDAGISel
3333 if (tryWriteRegister(Node))

Completed in 126 milliseconds