Searched refs:storeLoadCanUseBlockBinary (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 330 bool storeLoadCanUseBlockBinary(SDNode *N, unsigned I) const; 1218 bool SystemZDAGToDAGISel::storeLoadCanUseBlockBinary(SDNode *N, in storeLoadCanUseBlockBinary() function in SystemZDAGToDAGISel
|
H A D | SystemZOperators.td | 502 [{ return storeLoadCanUseBlockBinary(N, 0); }]>; 507 [{ return storeLoadCanUseBlockBinary(N, 1); }]>;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZOperators.td | 607 [{ return storeLoadCanUseBlockBinary(N, 0); }]>; 612 [{ return storeLoadCanUseBlockBinary(N, 1); }]>;
|
H A D | SystemZISelDAGToDAG.cpp | 339 bool storeLoadCanUseBlockBinary(SDNode *N, unsigned I) const; 1464 bool SystemZDAGToDAGISel::storeLoadCanUseBlockBinary(SDNode *N, in storeLoadCanUseBlockBinary() function in SystemZDAGToDAGISel
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZOperators.td | 624 [{ return storeLoadCanUseBlockBinary(N, 0); }]>; 629 [{ return storeLoadCanUseBlockBinary(N, 1); }]>;
|
H A D | SystemZISelDAGToDAG.cpp | 339 bool storeLoadCanUseBlockBinary(SDNode *N, unsigned I) const; 1454 bool SystemZDAGToDAGISel::storeLoadCanUseBlockBinary(SDNode *N, in storeLoadCanUseBlockBinary() function in SystemZDAGToDAGISel
|