Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZOperators.td634 [{ return storeLoadCanUseBlockBinary(N, 0); }]>;
639 [{ return storeLoadCanUseBlockBinary(N, 1); }]>;
H A DSystemZISelDAGToDAG.cpp341 bool storeLoadCanUseBlockBinary(SDNode *N, unsigned I) const;
1499 bool SystemZDAGToDAGISel::storeLoadCanUseBlockBinary(SDNode *N, in storeLoadCanUseBlockBinary() function in SystemZDAGToDAGISel