Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZOperators.td625 [{ return storeLoadCanUseBlockBinary(N, 0); }]>;
630 [{ return storeLoadCanUseBlockBinary(N, 1); }]>;
DSystemZISelDAGToDAG.cpp339 bool storeLoadCanUseBlockBinary(SDNode *N, unsigned I) const;
1458 bool SystemZDAGToDAGISel::storeLoadCanUseBlockBinary(SDNode *N, in storeLoadCanUseBlockBinary() function in SystemZDAGToDAGISel