Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZOperators.td610 [{ return storeLoadCanUseBlockBinary(N, 0); }]>;
615 [{ return storeLoadCanUseBlockBinary(N, 1); }]>;
H A DSystemZISelDAGToDAG.cpp338 bool storeLoadCanUseBlockBinary(SDNode *N, unsigned I) const;
1457 bool SystemZDAGToDAGISel::storeLoadCanUseBlockBinary(SDNode *N, in storeLoadCanUseBlockBinary() function in SystemZDAGToDAGISel